2023-12-25T20:03:25.336 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-25T20:03:25.336 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500895 --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} --name yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500895/orig.config.yaml 2023-12-25T20:03:25.370 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T20:03:25.460 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500895 branch: wip-yuri5-testing-2023-12-15-0747-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: '7500895' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-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-yuri5-testing-2023-12-15-0747-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: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2023-12-15-0747-pacific sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2834 sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-15-0747-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 targets: smithi080.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPgbWjNU0WKlH2mFB2bKcazw3eue1+/30EWX0hO+3Cp4VZUSWvm7ZrW7GRbvD7ZhgA6JmzKYWDDfqsXDTviNybw= smithi129.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLaMck1AFBmLVmx4R87HFdxntP3TayTvKpKxxpUoo2TEro9O5FgcTTsCDotfBLCbrVn4FDTv1yugf6wY0rMY9zw= 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: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-25_17:28:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-25T20:03:25.460 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa; will attempt to use it 2023-12-25T20:03:25.461 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks 2023-12-25T20:03:25.461 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-25T20:03:25.463 INFO:teuthology.task.internal:Checking packages... 2023-12-25T20:03:25.489 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2' 2023-12-25T20:03:25.489 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-25T20:03:25.489 INFO:teuthology.packaging:ref: None 2023-12-25T20:03:25.489 INFO:teuthology.packaging:tag: None 2023-12-25T20:03:25.489 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-25T20:03:25.489 INFO:teuthology.packaging:sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T20:03:25.490 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-25T20:03:25.632 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-385.gb14a0a10 2023-12-25T20:03:25.633 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-25T20:03:25.639 INFO:teuthology.task.internal:no buildpackages task found 2023-12-25T20:03:25.639 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-25T20:03:25.679 INFO:teuthology.task.internal:Saving configuration 2023-12-25T20:03:25.694 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-25T20:03:25.714 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T20:03:25.737 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500895', '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': '2023-12-25 19:58:17.839257', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPgbWjNU0WKlH2mFB2bKcazw3eue1+/30EWX0hO+3Cp4VZUSWvm7ZrW7GRbvD7ZhgA6JmzKYWDDfqsXDTviNybw='} 2023-12-25T20:03:25.761 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500895', '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': '2023-12-25 19:58:17.840176', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLaMck1AFBmLVmx4R87HFdxntP3TayTvKpKxxpUoo2TEro9O5FgcTTsCDotfBLCbrVn4FDTv1yugf6wY0rMY9zw='} 2023-12-25T20:03:25.761 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-25T20:03:25.766 INFO:teuthology.task.internal:roles: ubuntu@smithi080.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-25T20:03:25.767 INFO:teuthology.task.internal:roles: ubuntu@smithi129.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-25T20:03:25.767 INFO:teuthology.run_tasks:Running task console_log... 2023-12-25T20:03:25.882 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9772360e50>, signals=[15]) 2023-12-25T20:03:25.882 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-25T20:03:25.889 INFO:teuthology.task.internal:Opening connections... 2023-12-25T20:03:25.892 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi080.front.sepia.ceph.com 2023-12-25T20:03:25.894 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:03:25.963 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi129.front.sepia.ceph.com 2023-12-25T20:03:25.964 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:03:26.033 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-25T20:03:26.038 DEBUG:teuthology.orchestra.run.smithi080:> uname -m 2023-12-25T20:03:26.059 INFO:teuthology.orchestra.run.smithi080.stdout:x86_64 2023-12-25T20:03:26.060 DEBUG:teuthology.orchestra.run.smithi080:> cat /etc/os-release 2023-12-25T20:03:26.120 INFO:teuthology.orchestra.run.smithi080.stdout:NAME="Red Hat Enterprise Linux" 2023-12-25T20:03:26.120 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION="8.6 (Ootpa)" 2023-12-25T20:03:26.120 INFO:teuthology.orchestra.run.smithi080.stdout:ID="rhel" 2023-12-25T20:03:26.120 INFO:teuthology.orchestra.run.smithi080.stdout:ID_LIKE="fedora" 2023-12-25T20:03:26.120 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION_ID="8.6" 2023-12-25T20:03:26.120 INFO:teuthology.orchestra.run.smithi080.stdout:PLATFORM_ID="platform:el8" 2023-12-25T20:03:26.120 INFO:teuthology.orchestra.run.smithi080.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-25T20:03:26.120 INFO:teuthology.orchestra.run.smithi080.stdout:ANSI_COLOR="0;31" 2023-12-25T20:03:26.120 INFO:teuthology.orchestra.run.smithi080.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-25T20:03:26.120 INFO:teuthology.orchestra.run.smithi080.stdout:HOME_URL="https://www.redhat.com/" 2023-12-25T20:03:26.120 INFO:teuthology.orchestra.run.smithi080.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-25T20:03:26.121 INFO:teuthology.orchestra.run.smithi080.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-25T20:03:26.121 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:03:26.121 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-25T20:03:26.121 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-25T20:03:26.121 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-25T20:03:26.121 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-25T20:03:26.121 INFO:teuthology.lock.ops:Updating smithi080.front.sepia.ceph.com on lock server 2023-12-25T20:03:26.144 DEBUG:teuthology.orchestra.run.smithi129:> uname -m 2023-12-25T20:03:26.164 INFO:teuthology.orchestra.run.smithi129.stdout:x86_64 2023-12-25T20:03:26.165 DEBUG:teuthology.orchestra.run.smithi129:> cat /etc/os-release 2023-12-25T20:03:26.225 INFO:teuthology.orchestra.run.smithi129.stdout:NAME="Red Hat Enterprise Linux" 2023-12-25T20:03:26.225 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION="8.6 (Ootpa)" 2023-12-25T20:03:26.225 INFO:teuthology.orchestra.run.smithi129.stdout:ID="rhel" 2023-12-25T20:03:26.225 INFO:teuthology.orchestra.run.smithi129.stdout:ID_LIKE="fedora" 2023-12-25T20:03:26.225 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION_ID="8.6" 2023-12-25T20:03:26.225 INFO:teuthology.orchestra.run.smithi129.stdout:PLATFORM_ID="platform:el8" 2023-12-25T20:03:26.225 INFO:teuthology.orchestra.run.smithi129.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-25T20:03:26.225 INFO:teuthology.orchestra.run.smithi129.stdout:ANSI_COLOR="0;31" 2023-12-25T20:03:26.225 INFO:teuthology.orchestra.run.smithi129.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-25T20:03:26.225 INFO:teuthology.orchestra.run.smithi129.stdout:HOME_URL="https://www.redhat.com/" 2023-12-25T20:03:26.225 INFO:teuthology.orchestra.run.smithi129.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-25T20:03:26.225 INFO:teuthology.orchestra.run.smithi129.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-25T20:03:26.225 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:03:26.226 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-25T20:03:26.226 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-25T20:03:26.226 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-25T20:03:26.226 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-25T20:03:26.226 INFO:teuthology.lock.ops:Updating smithi129.front.sepia.ceph.com on lock server 2023-12-25T20:03:26.245 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-25T20:03:26.253 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-25T20:03:26.279 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-25T20:03:26.279 DEBUG:teuthology.orchestra.run.smithi080:> test '!' -e /home/ubuntu/cephtest 2023-12-25T20:03:26.282 DEBUG:teuthology.orchestra.run.smithi129:> test '!' -e /home/ubuntu/cephtest 2023-12-25T20:03:26.301 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-25T20:03:26.313 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-25T20:03:26.313 DEBUG:teuthology.orchestra.run.smithi080:> test -z $(ls -A /var/lib/ceph) 2023-12-25T20:03:26.342 DEBUG:teuthology.orchestra.run.smithi129:> test -z $(ls -A /var/lib/ceph) 2023-12-25T20:03:26.371 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-25T20:03:26.429 INFO:teuthology.run_tasks:Running task kernel... 2023-12-25T20:03:26.444 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-25T20:03:26.444 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-25T20:03:26.445 DEBUG:teuthology.orchestra.run.smithi080:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T20:03:26.445 DEBUG:teuthology.orchestra.run.smithi129:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T20:03:26.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:03:26.464 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2023-12-25T20:03:26.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:03:26.465 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2023-12-25T20:03:26.523 INFO:teuthology.orchestra.run.smithi080.stdout:4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:03:26.523 INFO:teuthology.task.kernel:Running kernel on smithi080: 4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:03:26.524 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum install -y kernel 2023-12-25T20:03:26.525 INFO:teuthology.orchestra.run.smithi129.stdout:4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:03:26.525 INFO:teuthology.task.kernel:Running kernel on smithi129: 4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:03:26.525 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum install -y kernel 2023-12-25T20:03:28.024 INFO:teuthology.orchestra.run.smithi129.stdout:Updating Subscription Management repositories. 2023-12-25T20:03:28.024 INFO:teuthology.orchestra.run.smithi129.stdout:Unable to read consumer identity 2023-12-25T20:03:28.082 INFO:teuthology.orchestra.run.smithi080.stdout:Updating Subscription Management repositories. 2023-12-25T20:03:28.083 INFO:teuthology.orchestra.run.smithi080.stdout:Unable to read consumer identity 2023-12-25T20:03:28.350 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:03:28.351 INFO:teuthology.orchestra.run.smithi080.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-25T20:03:28.351 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:03:28.351 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:03:28.351 INFO:teuthology.orchestra.run.smithi129.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-25T20:03:28.351 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:03:30.159 INFO:teuthology.orchestra.run.smithi080.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-25T20:03:30.202 INFO:teuthology.orchestra.run.smithi129.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-25T20:03:32.428 INFO:teuthology.orchestra.run.smithi129.stdout:Extra Packages for Enterprise Linux 6.9 MB/s | 16 MB 00:02 2023-12-25T20:03:32.693 INFO:teuthology.orchestra.run.smithi080.stdout:Extra Packages for Enterprise Linux 6.4 MB/s | 16 MB 00:02 2023-12-25T20:03:36.045 INFO:teuthology.orchestra.run.smithi129.stdout:lab-extras 655 kB/s | 24 kB 00:00 2023-12-25T20:03:36.235 INFO:teuthology.orchestra.run.smithi080.stdout:lab-extras 386 kB/s | 24 kB 00:00 2023-12-25T20:03:36.764 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2023-12-25T20:03:36.764 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-25T20:03:36.847 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2023-12-25T20:03:36.848 INFO:teuthology.orchestra.run.smithi129.stdout:Nothing to do. 2023-12-25T20:03:36.848 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2023-12-25T20:03:36.982 DEBUG:teuthology.orchestra.run.smithi129:> echo no | sudo yum reinstall kernel || true 2023-12-25T20:03:37.020 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2023-12-25T20:03:37.021 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-25T20:03:37.099 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2023-12-25T20:03:37.100 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2023-12-25T20:03:37.100 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2023-12-25T20:03:37.223 DEBUG:teuthology.orchestra.run.smithi080:> echo no | sudo yum reinstall kernel || true 2023-12-25T20:03:37.357 INFO:teuthology.orchestra.run.smithi129.stdout:Updating Subscription Management repositories. 2023-12-25T20:03:37.357 INFO:teuthology.orchestra.run.smithi129.stdout:Unable to read consumer identity 2023-12-25T20:03:37.559 INFO:teuthology.orchestra.run.smithi080.stdout:Updating Subscription Management repositories. 2023-12-25T20:03:37.560 INFO:teuthology.orchestra.run.smithi080.stdout:Unable to read consumer identity 2023-12-25T20:03:37.654 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:03:37.654 INFO:teuthology.orchestra.run.smithi129.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-25T20:03:37.655 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:03:37.700 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:03:37.701 INFO:teuthology.orchestra.run.smithi080.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-25T20:03:37.701 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:03:37.966 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:01 ago on Mon 25 Dec 2023 08:03:36 PM UTC. 2023-12-25T20:03:38.014 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:00:02 ago on Mon 25 Dec 2023 08:03:36 PM UTC. 2023-12-25T20:03:38.037 INFO:teuthology.orchestra.run.smithi129.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-25T20:03:38.044 INFO:teuthology.orchestra.run.smithi129.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-25T20:03:38.080 INFO:teuthology.orchestra.run.smithi080.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-25T20:03:38.081 INFO:teuthology.orchestra.run.smithi080.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-25T20:03:38.089 INFO:teuthology.orchestra.run.smithi129.stderr:Error: No packages marked for reinstall. 2023-12-25T20:03:38.122 INFO:teuthology.orchestra.run.smithi080.stderr:Error: No packages marked for reinstall. 2023-12-25T20:03:38.137 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum reinstall -y kernel || true 2023-12-25T20:03:38.168 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum reinstall -y kernel || true 2023-12-25T20:03:38.473 INFO:teuthology.orchestra.run.smithi129.stdout:Updating Subscription Management repositories. 2023-12-25T20:03:38.473 INFO:teuthology.orchestra.run.smithi129.stdout:Unable to read consumer identity 2023-12-25T20:03:38.502 INFO:teuthology.orchestra.run.smithi080.stdout:Updating Subscription Management repositories. 2023-12-25T20:03:38.502 INFO:teuthology.orchestra.run.smithi080.stdout:Unable to read consumer identity 2023-12-25T20:03:38.735 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:03:38.735 INFO:teuthology.orchestra.run.smithi129.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-25T20:03:38.735 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:03:38.745 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:03:38.746 INFO:teuthology.orchestra.run.smithi080.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-25T20:03:38.746 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:03:39.041 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:03 ago on Mon 25 Dec 2023 08:03:36 PM UTC. 2023-12-25T20:03:39.047 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:00:03 ago on Mon 25 Dec 2023 08:03:36 PM UTC. 2023-12-25T20:03:39.107 INFO:teuthology.orchestra.run.smithi129.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-25T20:03:39.107 INFO:teuthology.orchestra.run.smithi129.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-25T20:03:39.111 INFO:teuthology.orchestra.run.smithi080.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-25T20:03:39.111 INFO:teuthology.orchestra.run.smithi080.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-25T20:03:39.147 INFO:teuthology.orchestra.run.smithi080.stderr:Error: No packages marked for reinstall. 2023-12-25T20:03:39.154 INFO:teuthology.orchestra.run.smithi129.stderr:Error: No packages marked for reinstall. 2023-12-25T20:03:39.198 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T20:03:39.207 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2023-12-25T20:03:39.360 INFO:teuthology.orchestra.run.smithi080.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:03:39.360 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:03:39.360 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-25T20:03:39.360 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-25T20:03:39.361 DEBUG:teuthology.orchestra.run.smithi080:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T20:03:39.382 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:03:39.382 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2023-12-25T20:03:39.383 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-25T20:03:39.383 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-25T20:03:39.383 DEBUG:teuthology.orchestra.run.smithi129:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T20:03:39.409 INFO:teuthology.orchestra.run.smithi080.stdout:ttyS1 2023-12-25T20:03:39.420 INFO:teuthology.orchestra.run.smithi129.stdout:ttyS1 2023-12-25T20:03:39.430 DEBUG:teuthology.parallel:result is None 2023-12-25T20:03:39.431 DEBUG:teuthology.parallel:result is None 2023-12-25T20:03:39.432 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-25T20:03:39.440 INFO:teuthology.task.internal:Creating test directory... 2023-12-25T20:03:39.440 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T20:03:39.442 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T20:03:39.488 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-25T20:03:39.495 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-25T20:03:39.520 INFO:teuthology.task.internal:Creating archive directory... 2023-12-25T20:03:39.520 DEBUG:teuthology.orchestra.run.smithi080:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T20:03:39.522 DEBUG:teuthology.orchestra.run.smithi129:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T20:03:39.558 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-25T20:03:39.564 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-25T20:03:39.565 DEBUG:teuthology.orchestra.run.smithi080:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-25T20:03:39.588 DEBUG:teuthology.orchestra.run.smithi129:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-25T20:03:39.623 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T20:03:39.626 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T20:03:39.633 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T20:03:39.637 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T20:03:39.642 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-25T20:03:39.648 INFO:teuthology.task.internal:Configuring sudo... 2023-12-25T20:03:39.648 DEBUG:teuthology.orchestra.run.smithi080:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T20:03:39.677 DEBUG:teuthology.orchestra.run.smithi129:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T20:03:39.708 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-25T20:03:39.718 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-25T20:03:39.718 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T20:03:39.746 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T20:03:39.765 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T20:03:39.845 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T20:03:39.900 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T20:03:39.985 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T20:03:40.026 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-25T20:03:40.026 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T20:03:40.093 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T20:03:40.138 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T20:03:40.196 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T20:03:40.281 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T20:03:40.324 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-12-25T20:03:40.324 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T20:03:40.392 DEBUG:teuthology.orchestra.run.smithi080:> sudo service rsyslog restart 2023-12-25T20:03:40.394 DEBUG:teuthology.orchestra.run.smithi129:> sudo service rsyslog restart 2023-12-25T20:03:40.437 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T20:03:40.481 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T20:03:40.784 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-25T20:03:40.792 INFO:teuthology.task.internal:Starting timer... 2023-12-25T20:03:40.792 INFO:teuthology.run_tasks:Running task pcp... 2023-12-25T20:03:40.889 INFO:teuthology.run_tasks:Running task selinux... 2023-12-25T20:03:40.956 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-25T20:03:40.957 DEBUG:teuthology.orchestra.run.smithi080:> sudo service auditd rotate 2023-12-25T20:03:41.008 INFO:teuthology.orchestra.run.smithi080.stdout:Rotating logs: 2023-12-25T20:03:41.009 DEBUG:teuthology.orchestra.run.smithi129:> sudo service auditd rotate 2023-12-25T20:03:41.061 INFO:teuthology.orchestra.run.smithi129.stdout:Rotating logs: 2023-12-25T20:03:41.063 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-25T20:03:41.063 DEBUG:teuthology.orchestra.run.smithi080:> /usr/sbin/getenforce 2023-12-25T20:03:41.102 INFO:teuthology.orchestra.run.smithi080.stdout:Permissive 2023-12-25T20:03:41.102 DEBUG:teuthology.orchestra.run.smithi129:> /usr/sbin/getenforce 2023-12-25T20:03:41.122 INFO:teuthology.orchestra.run.smithi129.stdout:Permissive 2023-12-25T20:03:41.122 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi080.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi129.front.sepia.ceph.com': 'permissive'} 2023-12-25T20:03:41.123 DEBUG:teuthology.orchestra.run.smithi080:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-25T20:03:41.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:03:41.170 DEBUG:teuthology.orchestra.run.smithi129:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-25T20:03:41.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:03:41.197 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-25T20:03:41.197 DEBUG:teuthology.orchestra.run.smithi080:> sudo /usr/sbin/setenforce permissive 2023-12-25T20:03:41.237 DEBUG:teuthology.orchestra.run.smithi129:> sudo /usr/sbin/setenforce permissive 2023-12-25T20:03:41.266 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-25T20:03:41.276 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-25T20:03:41.294 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-25T20:03:41.295 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi080.front.sepia.ceph.com,smithi129.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-25T20:10:11.146 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi080.front.sepia.ceph.com'), Remote(name='ubuntu@smithi129.front.sepia.ceph.com')] 2023-12-25T20:10:11.147 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2023-12-25T20:10:11.148 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:10:11.221 DEBUG:teuthology.orchestra.run.smithi080:> true 2023-12-25T20:10:11.288 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2023-12-25T20:10:11.288 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2023-12-25T20:10:11.288 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T20:10:11.360 DEBUG:teuthology.orchestra.run.smithi129:> true 2023-12-25T20:10:11.429 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2023-12-25T20:10:11.429 INFO:teuthology.run_tasks:Running task clock... 2023-12-25T20:10:11.441 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-25T20:10:11.442 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T20:10:11.442 DEBUG:teuthology.orchestra.run.smithi080:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T20:10:11.444 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T20:10:11.444 DEBUG:teuthology.orchestra.run.smithi129:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T20:10:11.476 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-25T20:10:11.492 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-25T20:10:11.504 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-25T20:10:11.520 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-25T20:10:11.563 INFO:teuthology.orchestra.run.smithi080.stderr:sudo: ntpd: command not found 2023-12-25T20:10:11.575 INFO:teuthology.orchestra.run.smithi080.stdout:506 Cannot talk to daemon 2023-12-25T20:10:11.587 INFO:teuthology.orchestra.run.smithi129.stderr:sudo: ntpd: command not found 2023-12-25T20:10:11.590 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-25T20:10:11.599 INFO:teuthology.orchestra.run.smithi129.stdout:506 Cannot talk to daemon 2023-12-25T20:10:11.605 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-25T20:10:11.614 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-25T20:10:11.628 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-25T20:10:11.684 INFO:teuthology.orchestra.run.smithi080.stderr:bash: ntpq: command not found 2023-12-25T20:10:11.687 INFO:teuthology.orchestra.run.smithi080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T20:10:11.687 INFO:teuthology.orchestra.run.smithi080.stdout:=============================================================================== 2023-12-25T20:10:11.688 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:10:11.688 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:10:11.688 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:10:11.688 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:10:11.694 INFO:teuthology.orchestra.run.smithi129.stderr:bash: ntpq: command not found 2023-12-25T20:10:11.697 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T20:10:11.697 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2023-12-25T20:10:11.697 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:10:11.697 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:10:11.697 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:10:11.698 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:10:11.698 INFO:teuthology.run_tasks:Running task pexec... 2023-12-25T20:10:11.708 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-25T20:10:11.708 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi080.front.sepia.ceph.com 2023-12-25T20:10:11.708 DEBUG:teuthology.orchestra.run.smithi080:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-25T20:10:11.709 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi129.front.sepia.ceph.com 2023-12-25T20:10:11.709 DEBUG:teuthology.orchestra.run.smithi129:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-25T20:10:12.106 INFO:teuthology.orchestra.run.smithi080.stdout:Updating Subscription Management repositories. 2023-12-25T20:10:12.114 INFO:teuthology.orchestra.run.smithi129.stdout:Updating Subscription Management repositories. 2023-12-25T20:10:14.071 INFO:teuthology.orchestra.run.smithi129.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2023-12-25T20:10:14.113 INFO:teuthology.orchestra.run.smithi080.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2023-12-25T20:10:14.460 INFO:teuthology.orchestra.run.smithi080.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2023-12-25T20:10:14.497 INFO:teuthology.orchestra.run.smithi129.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 22 kB/s | 4.5 kB 00:00 2023-12-25T20:10:17.279 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2023-12-25T20:10:17.280 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-25T20:10:17.281 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2023-12-25T20:10:17.281 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-25T20:10:17.281 INFO:teuthology.orchestra.run.smithi080.stdout:Resetting modules: 2023-12-25T20:10:17.281 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools 2023-12-25T20:10:17.281 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:10:17.281 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2023-12-25T20:10:17.281 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-25T20:10:17.281 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:10:17.506 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2023-12-25T20:10:17.507 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-12-25T20:10:17.507 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2023-12-25T20:10:17.507 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-12-25T20:10:17.507 INFO:teuthology.orchestra.run.smithi129.stdout:Resetting modules: 2023-12-25T20:10:17.508 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools 2023-12-25T20:10:17.508 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:10:17.508 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2023-12-25T20:10:17.508 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2023-12-25T20:10:17.508 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:10:29.967 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2023-12-25T20:10:29.975 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2023-12-25T20:10:30.421 INFO:teuthology.orchestra.run.smithi080.stdout:Updating Subscription Management repositories. 2023-12-25T20:10:30.454 INFO:teuthology.orchestra.run.smithi129.stdout:Updating Subscription Management repositories. 2023-12-25T20:10:32.360 INFO:teuthology.orchestra.run.smithi129.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2023-12-25T20:10:32.445 INFO:teuthology.orchestra.run.smithi080.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 23 kB/s | 4.1 kB 00:00 2023-12-25T20:10:32.696 INFO:teuthology.orchestra.run.smithi129.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2023-12-25T20:10:32.800 INFO:teuthology.orchestra.run.smithi080.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 36 kB/s | 4.5 kB 00:00 2023-12-25T20:10:35.525 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2023-12-25T20:10:35.628 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2023-12-25T20:10:35.677 INFO:teuthology.orchestra.run.smithi080.stdout:========================================================================================================================== 2023-12-25T20:10:35.677 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2023-12-25T20:10:35.678 INFO:teuthology.orchestra.run.smithi080.stdout:========================================================================================================================== 2023-12-25T20:10:35.678 INFO:teuthology.orchestra.run.smithi080.stdout:Installing group/module packages: 2023-12-25T20:10:35.678 INFO:teuthology.orchestra.run.smithi080.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2023-12-25T20:10:35.678 INFO:teuthology.orchestra.run.smithi080.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-25T20:10:35.678 INFO:teuthology.orchestra.run.smithi080.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-25T20:10:35.678 INFO:teuthology.orchestra.run.smithi080.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 2023-12-25T20:10:35.679 INFO:teuthology.orchestra.run.smithi080.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 2023-12-25T20:10:35.679 INFO:teuthology.orchestra.run.smithi080.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-25T20:10:35.679 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2023-12-25T20:10:35.679 INFO:teuthology.orchestra.run.smithi080.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-25T20:10:35.679 INFO:teuthology.orchestra.run.smithi080.stdout:Downgrading: 2023-12-25T20:10:35.679 INFO:teuthology.orchestra.run.smithi080.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-25T20:10:35.680 INFO:teuthology.orchestra.run.smithi080.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2023-12-25T20:10:35.680 INFO:teuthology.orchestra.run.smithi080.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-25T20:10:35.680 INFO:teuthology.orchestra.run.smithi080.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 2023-12-25T20:10:35.680 INFO:teuthology.orchestra.run.smithi080.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-25T20:10:35.680 INFO:teuthology.orchestra.run.smithi080.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-25T20:10:35.681 INFO:teuthology.orchestra.run.smithi080.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-25T20:10:35.681 INFO:teuthology.orchestra.run.smithi080.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-25T20:10:35.681 INFO:teuthology.orchestra.run.smithi080.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-25T20:10:35.681 INFO:teuthology.orchestra.run.smithi080.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2023-12-25T20:10:35.681 INFO:teuthology.orchestra.run.smithi080.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 2023-12-25T20:10:35.681 INFO:teuthology.orchestra.run.smithi080.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-25T20:10:35.682 INFO:teuthology.orchestra.run.smithi080.stdout:Installing module profiles: 2023-12-25T20:10:35.682 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools/common 2023-12-25T20:10:35.682 INFO:teuthology.orchestra.run.smithi080.stdout:Enabling module streams: 2023-12-25T20:10:35.682 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools 3.0 2023-12-25T20:10:35.682 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:10:35.682 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2023-12-25T20:10:35.682 INFO:teuthology.orchestra.run.smithi080.stdout:========================================================================================================================== 2023-12-25T20:10:35.683 INFO:teuthology.orchestra.run.smithi080.stdout:Install 7 Packages 2023-12-25T20:10:35.683 INFO:teuthology.orchestra.run.smithi080.stdout:Downgrade 12 Packages 2023-12-25T20:10:35.683 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:10:35.683 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 50 M 2023-12-25T20:10:35.683 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2023-12-25T20:10:35.777 INFO:teuthology.orchestra.run.smithi129.stdout:========================================================================================================================== 2023-12-25T20:10:35.777 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2023-12-25T20:10:35.777 INFO:teuthology.orchestra.run.smithi129.stdout:========================================================================================================================== 2023-12-25T20:10:35.777 INFO:teuthology.orchestra.run.smithi129.stdout:Installing group/module packages: 2023-12-25T20:10:35.777 INFO:teuthology.orchestra.run.smithi129.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2023-12-25T20:10:35.777 INFO:teuthology.orchestra.run.smithi129.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-25T20:10:35.777 INFO:teuthology.orchestra.run.smithi129.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-25T20:10:35.777 INFO:teuthology.orchestra.run.smithi129.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 2023-12-25T20:10:35.778 INFO:teuthology.orchestra.run.smithi129.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 2023-12-25T20:10:35.778 INFO:teuthology.orchestra.run.smithi129.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-25T20:10:35.778 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2023-12-25T20:10:35.778 INFO:teuthology.orchestra.run.smithi129.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-25T20:10:35.778 INFO:teuthology.orchestra.run.smithi129.stdout:Downgrading: 2023-12-25T20:10:35.778 INFO:teuthology.orchestra.run.smithi129.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-25T20:10:35.778 INFO:teuthology.orchestra.run.smithi129.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2023-12-25T20:10:35.778 INFO:teuthology.orchestra.run.smithi129.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-25T20:10:35.778 INFO:teuthology.orchestra.run.smithi129.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 2023-12-25T20:10:35.778 INFO:teuthology.orchestra.run.smithi129.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-25T20:10:35.778 INFO:teuthology.orchestra.run.smithi129.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-25T20:10:35.778 INFO:teuthology.orchestra.run.smithi129.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-25T20:10:35.778 INFO:teuthology.orchestra.run.smithi129.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-25T20:10:35.778 INFO:teuthology.orchestra.run.smithi129.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-25T20:10:35.779 INFO:teuthology.orchestra.run.smithi129.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2023-12-25T20:10:35.779 INFO:teuthology.orchestra.run.smithi129.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 2023-12-25T20:10:35.779 INFO:teuthology.orchestra.run.smithi129.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-25T20:10:35.779 INFO:teuthology.orchestra.run.smithi129.stdout:Installing module profiles: 2023-12-25T20:10:35.779 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools/common 2023-12-25T20:10:35.779 INFO:teuthology.orchestra.run.smithi129.stdout:Enabling module streams: 2023-12-25T20:10:35.779 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools 3.0 2023-12-25T20:10:35.779 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:10:35.779 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2023-12-25T20:10:35.779 INFO:teuthology.orchestra.run.smithi129.stdout:========================================================================================================================== 2023-12-25T20:10:35.779 INFO:teuthology.orchestra.run.smithi129.stdout:Install 7 Packages 2023-12-25T20:10:35.779 INFO:teuthology.orchestra.run.smithi129.stdout:Downgrade 12 Packages 2023-12-25T20:10:35.779 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:10:35.780 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 50 M 2023-12-25T20:10:35.780 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2023-12-25T20:10:35.839 INFO:teuthology.orchestra.run.smithi080.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 323 kB/s | 51 kB 00:00 2023-12-25T20:10:35.873 INFO:teuthology.orchestra.run.smithi080.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.6 MB/s | 511 kB 00:00 2023-12-25T20:10:35.933 INFO:teuthology.orchestra.run.smithi129.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 335 kB/s | 51 kB 00:00 2023-12-25T20:10:35.975 INFO:teuthology.orchestra.run.smithi129.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.6 MB/s | 511 kB 00:00 2023-12-25T20:10:35.990 INFO:teuthology.orchestra.run.smithi080.stdout:(3/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 592 kB/s | 69 kB 00:00 2023-12-25T20:10:36.015 INFO:teuthology.orchestra.run.smithi080.stdout:(4/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 410 kB/s | 72 kB 00:00 2023-12-25T20:10:36.042 INFO:teuthology.orchestra.run.smithi129.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 662 kB/s | 72 kB 00:00 2023-12-25T20:10:36.107 INFO:teuthology.orchestra.run.smithi080.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 625 kB/s | 57 kB 00:00 2023-12-25T20:10:36.148 INFO:teuthology.orchestra.run.smithi129.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 401 kB/s | 69 kB 00:00 2023-12-25T20:10:36.333 INFO:teuthology.orchestra.run.smithi080.stdout:(6/19): containernetworking-plugins-0.9.1-1.mod 29 MB/s | 19 MB 00:00 2023-12-25T20:10:36.376 INFO:teuthology.orchestra.run.smithi129.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 31 MB/s | 19 MB 00:00 2023-12-25T20:10:36.402 INFO:teuthology.orchestra.run.smithi129.stdout:(6/19): podman-docker-3.0.1-15.module+el8.7.0+1 225 kB/s | 57 kB 00:00 2023-12-25T20:10:36.424 INFO:teuthology.orchestra.run.smithi080.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 9.1 MB/s | 2.9 MB 00:00 2023-12-25T20:10:36.449 INFO:teuthology.orchestra.run.smithi080.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 470 kB/s | 55 kB 00:00 2023-12-25T20:10:36.502 INFO:teuthology.orchestra.run.smithi129.stdout:(7/19): container-selinux-2.189.0-1.module+el8. 550 kB/s | 55 kB 00:00 2023-12-25T20:10:36.644 INFO:teuthology.orchestra.run.smithi129.stdout:(8/19): podman-3.0.1-15.module+el8.7.0+18021+1e 18 MB/s | 11 MB 00:00 2023-12-25T20:10:36.658 INFO:teuthology.orchestra.run.smithi080.stdout:(9/19): podman-3.0.1-15.module+el8.7.0+18021+1e 16 MB/s | 11 MB 00:00 2023-12-25T20:10:36.661 INFO:teuthology.orchestra.run.smithi129.stdout:(9/19): containers-common-1.2.4-2.module+el8.7. 574 kB/s | 91 kB 00:00 2023-12-25T20:10:36.683 INFO:teuthology.orchestra.run.smithi080.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 352 kB/s | 91 kB 00:00 2023-12-25T20:10:36.709 INFO:teuthology.orchestra.run.smithi080.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.2 MB/s | 323 kB 00:00 2023-12-25T20:10:36.719 INFO:teuthology.orchestra.run.smithi129.stdout:(10/19): runc-1.0.0-73.rc95.module+el8.7.0+1653 8.4 MB/s | 2.9 MB 00:00 2023-12-25T20:10:36.770 INFO:teuthology.orchestra.run.smithi129.stdout:(11/19): slirp4netns-1.1.8-1.module+el8.7.0+165 471 kB/s | 51 kB 00:00 2023-12-25T20:10:36.811 INFO:teuthology.orchestra.run.smithi129.stdout:(12/19): podman-catatonit-3.0.1-15.module+el8.7 1.9 MB/s | 323 kB 00:00 2023-12-25T20:10:36.834 INFO:teuthology.orchestra.run.smithi080.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 292 kB/s | 51 kB 00:00 2023-12-25T20:10:36.862 INFO:teuthology.orchestra.run.smithi129.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 7.5 MB/s | 1.1 MB 00:00 2023-12-25T20:10:36.884 INFO:teuthology.orchestra.run.smithi080.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 1.0 MB/s | 185 kB 00:00 2023-12-25T20:10:36.949 INFO:teuthology.orchestra.run.smithi080.stdout:(14/19): cockpit-podman-29-2.module+el8.7.0+165 4.0 MB/s | 1.1 MB 00:00 2023-12-25T20:10:36.962 INFO:teuthology.orchestra.run.smithi129.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 962 kB/s | 185 kB 00:00 2023-12-25T20:10:37.010 INFO:teuthology.orchestra.run.smithi080.stdout:(15/19): udica-0.2.4-1.module+el8.7.0+16533+446 819 kB/s | 51 kB 00:00 2023-12-25T20:10:37.029 INFO:teuthology.orchestra.run.smithi129.stdout:(15/19): udica-0.2.4-1.module+el8.7.0+16533+446 757 kB/s | 51 kB 00:00 2023-12-25T20:10:37.068 INFO:teuthology.orchestra.run.smithi080.stdout:(16/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 12 MB/s | 2.2 MB 00:00 2023-12-25T20:10:37.071 INFO:teuthology.orchestra.run.smithi129.stdout:(16/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 11 MB/s | 2.2 MB 00:00 2023-12-25T20:10:37.171 INFO:teuthology.orchestra.run.smithi129.stdout:(17/19): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-12-25T20:10:37.210 INFO:teuthology.orchestra.run.smithi080.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 16 MB/s | 6.2 MB 00:00 2023-12-25T20:10:37.268 INFO:teuthology.orchestra.run.smithi080.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 205 kB/s | 41 kB 00:00 2023-12-25T20:10:37.280 INFO:teuthology.orchestra.run.smithi129.stdout:(18/19): buildah-1.19.9-6.module+el8.7.0+16533+ 26 MB/s | 6.6 MB 00:00 2023-12-25T20:10:37.380 INFO:teuthology.orchestra.run.smithi129.stdout:(19/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 11 MB/s | 6.2 MB 00:00 2023-12-25T20:10:37.380 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2023-12-25T20:10:37.381 INFO:teuthology.orchestra.run.smithi129.stdout:Total 31 MB/s | 50 MB 00:01 2023-12-25T20:10:37.385 INFO:teuthology.orchestra.run.smithi080.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 18 MB/s | 6.6 MB 00:00 2023-12-25T20:10:37.386 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2023-12-25T20:10:37.386 INFO:teuthology.orchestra.run.smithi080.stdout:Total 29 MB/s | 50 MB 00:01 2023-12-25T20:10:37.864 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2023-12-25T20:10:37.865 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2023-12-25T20:10:37.909 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2023-12-25T20:10:37.909 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2023-12-25T20:10:37.909 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2023-12-25T20:10:37.910 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2023-12-25T20:10:38.333 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2023-12-25T20:10:38.342 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2023-12-25T20:10:38.343 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2023-12-25T20:10:38.351 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2023-12-25T20:10:39.535 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2023-12-25T20:10:39.551 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2023-12-25T20:10:39.581 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-25T20:10:39.635 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2023-12-25T20:10:39.650 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2023-12-25T20:10:39.683 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-25T20:10:39.805 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-25T20:10:39.866 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-25T20:10:56.647 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-25T20:10:56.757 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2023-12-25T20:10:56.853 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-25T20:10:56.871 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-25T20:10:56.961 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-25T20:10:56.979 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2023-12-25T20:10:57.033 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2023-12-25T20:10:57.152 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2023-12-25T20:10:57.226 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2023-12-25T20:10:57.342 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2023-12-25T20:10:57.403 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2023-12-25T20:10:57.403 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2023-12-25T20:10:57.403 INFO:teuthology.orchestra.run.smithi080.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-25T20:10:57.403 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:10:57.553 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2023-12-25T20:10:57.553 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2023-12-25T20:10:57.553 INFO:teuthology.orchestra.run.smithi129.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-25T20:10:57.553 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:10:58.240 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2023-12-25T20:10:58.397 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2023-12-25T20:10:59.954 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2023-12-25T20:11:00.099 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2023-12-25T20:11:00.192 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2023-12-25T20:11:00.375 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2023-12-25T20:11:00.420 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2023-12-25T20:11:00.619 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2023-12-25T20:11:01.706 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2023-12-25T20:11:01.964 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2023-12-25T20:11:01.966 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2023-12-25T20:11:02.201 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-25T20:11:02.234 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2023-12-25T20:11:02.518 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-25T20:11:02.575 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2023-12-25T20:11:02.891 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2023-12-25T20:11:03.284 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2023-12-25T20:11:03.609 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2023-12-25T20:11:03.966 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2023-12-25T20:11:04.175 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2023-12-25T20:11:04.317 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2023-12-25T20:11:04.342 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2023-12-25T20:11:04.533 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2023-12-25T20:11:04.567 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2023-12-25T20:11:04.645 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2023-12-25T20:11:04.657 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-25T20:11:04.658 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-25T20:11:04.768 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2023-12-25T20:11:04.974 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-25T20:11:05.009 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2023-12-25T20:11:05.145 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2023-12-25T20:11:05.158 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-25T20:11:05.158 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-25T20:11:05.164 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2023-12-25T20:11:05.164 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-25T20:11:05.312 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-25T20:11:05.312 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-25T20:11:05.461 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-25T20:11:05.465 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2023-12-25T20:11:05.603 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2023-12-25T20:11:05.672 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2023-12-25T20:11:05.672 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-25T20:11:05.786 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2023-12-25T20:11:05.871 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2023-12-25T20:11:05.871 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-25T20:11:05.947 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2023-12-25T20:11:06.003 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2023-12-25T20:11:06.111 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2023-12-25T20:11:06.179 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2023-12-25T20:11:06.252 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2023-12-25T20:11:06.344 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2023-12-25T20:11:06.421 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2023-12-25T20:11:06.422 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-25T20:11:06.555 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2023-12-25T20:11:06.602 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-25T20:11:06.711 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2023-12-25T20:11:06.886 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2023-12-25T20:11:07.038 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2023-12-25T20:11:07.039 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-25T20:11:07.252 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-25T20:11:24.284 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2023-12-25T20:11:24.711 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-25T20:11:24.711 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2023-12-25T20:11:24.711 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2023-12-25T20:11:24.711 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2023-12-25T20:11:24.711 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2023-12-25T20:11:24.711 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2023-12-25T20:11:24.712 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2023-12-25T20:11:24.712 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2023-12-25T20:11:24.712 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2023-12-25T20:11:24.712 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2023-12-25T20:11:24.712 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2023-12-25T20:11:24.712 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2023-12-25T20:11:24.712 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2023-12-25T20:11:24.712 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-25T20:11:24.712 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2023-12-25T20:11:24.712 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2023-12-25T20:11:24.712 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2023-12-25T20:11:24.712 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2023-12-25T20:11:24.713 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2023-12-25T20:11:24.713 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2023-12-25T20:11:24.713 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2023-12-25T20:11:24.713 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2023-12-25T20:11:24.713 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2023-12-25T20:11:24.713 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2023-12-25T20:11:24.713 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2023-12-25T20:11:24.713 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2023-12-25T20:11:24.716 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2023-12-25T20:11:24.717 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2023-12-25T20:11:24.717 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2023-12-25T20:11:24.717 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2023-12-25T20:11:24.717 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2023-12-25T20:11:24.726 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2023-12-25T20:11:25.170 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2023-12-25T20:11:25.170 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2023-12-25T20:11:25.170 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2023-12-25T20:11:25.170 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2023-12-25T20:11:25.171 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2023-12-25T20:11:25.172 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2023-12-25T20:11:25.172 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2023-12-25T20:11:25.172 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2023-12-25T20:11:25.172 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2023-12-25T20:11:25.172 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2023-12-25T20:11:25.172 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2023-12-25T20:11:25.172 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2023-12-25T20:11:25.172 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2023-12-25T20:11:25.172 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2023-12-25T20:11:25.172 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2023-12-25T20:11:25.172 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2023-12-25T20:11:38.362 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2023-12-25T20:11:38.362 INFO:teuthology.orchestra.run.smithi129.stdout:Installed products updated. 2023-12-25T20:11:38.393 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2023-12-25T20:11:38.394 INFO:teuthology.orchestra.run.smithi080.stdout:Installed products updated. 2023-12-25T20:11:38.883 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:11:38.883 INFO:teuthology.orchestra.run.smithi129.stdout:Downgraded: 2023-12-25T20:11:38.883 INFO:teuthology.orchestra.run.smithi129.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.883 INFO:teuthology.orchestra.run.smithi129.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2023-12-25T20:11:38.883 INFO:teuthology.orchestra.run.smithi129.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.883 INFO:teuthology.orchestra.run.smithi129.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.883 INFO:teuthology.orchestra.run.smithi129.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.883 INFO:teuthology.orchestra.run.smithi129.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.883 INFO:teuthology.orchestra.run.smithi129.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.883 INFO:teuthology.orchestra.run.smithi129.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-25T20:11:38.883 INFO:teuthology.orchestra.run.smithi129.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-25T20:11:38.883 INFO:teuthology.orchestra.run.smithi129.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2023-12-25T20:11:38.883 INFO:teuthology.orchestra.run.smithi129.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.884 INFO:teuthology.orchestra.run.smithi129.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.884 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2023-12-25T20:11:38.884 INFO:teuthology.orchestra.run.smithi129.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.884 INFO:teuthology.orchestra.run.smithi129.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2023-12-25T20:11:38.884 INFO:teuthology.orchestra.run.smithi129.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.884 INFO:teuthology.orchestra.run.smithi129.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.884 INFO:teuthology.orchestra.run.smithi129.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.884 INFO:teuthology.orchestra.run.smithi129.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2023-12-25T20:11:38.884 INFO:teuthology.orchestra.run.smithi129.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-25T20:11:38.884 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:11:38.884 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2023-12-25T20:11:38.928 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:11:38.929 INFO:teuthology.orchestra.run.smithi080.stdout:Downgraded: 2023-12-25T20:11:38.929 INFO:teuthology.orchestra.run.smithi080.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.929 INFO:teuthology.orchestra.run.smithi080.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2023-12-25T20:11:38.929 INFO:teuthology.orchestra.run.smithi080.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.929 INFO:teuthology.orchestra.run.smithi080.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.929 INFO:teuthology.orchestra.run.smithi080.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.929 INFO:teuthology.orchestra.run.smithi080.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.929 INFO:teuthology.orchestra.run.smithi080.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.929 INFO:teuthology.orchestra.run.smithi080.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-25T20:11:38.929 INFO:teuthology.orchestra.run.smithi080.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2023-12-25T20:11:38.929 INFO:teuthology.orchestra.run.smithi080.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2023-12-25T20:11:38.929 INFO:teuthology.orchestra.run.smithi080.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.929 INFO:teuthology.orchestra.run.smithi080.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.929 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2023-12-25T20:11:38.930 INFO:teuthology.orchestra.run.smithi080.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.930 INFO:teuthology.orchestra.run.smithi080.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2023-12-25T20:11:38.930 INFO:teuthology.orchestra.run.smithi080.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.930 INFO:teuthology.orchestra.run.smithi080.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.930 INFO:teuthology.orchestra.run.smithi080.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2023-12-25T20:11:38.930 INFO:teuthology.orchestra.run.smithi080.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2023-12-25T20:11:38.930 INFO:teuthology.orchestra.run.smithi080.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-25T20:11:38.930 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:11:38.930 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2023-12-25T20:11:39.065 DEBUG:teuthology.parallel:result is None 2023-12-25T20:11:39.101 DEBUG:teuthology.parallel:result is None 2023-12-25T20:11:39.102 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-25T20:11:39.114 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-25T20:11:39.115 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-25T20:11:39.115 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T20:11:39.132 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-25T20:11:39.132 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_1 2023-12-25T20:11:39.189 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-25T20:11:39.190 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:11:39.190 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 122854 Links: 1 2023-12-25T20:11:39.190 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:11:39.190 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:11:39.190 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-25 20:11:24.426248798 +0000 2023-12-25T20:11:39.190 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-25 20:09:34.030961185 +0000 2023-12-25T20:11:39.190 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-25 20:09:34.030961185 +0000 2023-12-25T20:11:39.190 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-25T20:11:39.190 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-25T20:11:39.256 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-25T20:11:39.256 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-25T20:11:39.256 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000222663 s, 2.3 MB/s 2023-12-25T20:11:39.257 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-25T20:11:39.315 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_2 2023-12-25T20:11:39.372 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-25T20:11:39.372 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:11:39.373 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 131120 Links: 1 2023-12-25T20:11:39.373 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:11:39.373 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:11:39.373 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-25 20:11:24.426248798 +0000 2023-12-25T20:11:39.373 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-25 20:09:34.557949474 +0000 2023-12-25T20:11:39.373 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-25 20:09:34.557949474 +0000 2023-12-25T20:11:39.373 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-25T20:11:39.373 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-25T20:11:39.439 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-25T20:11:39.439 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-25T20:11:39.439 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000225875 s, 2.3 MB/s 2023-12-25T20:11:39.440 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-25T20:11:39.498 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_3 2023-12-25T20:11:39.555 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-25T20:11:39.555 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:11:39.555 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 131158 Links: 1 2023-12-25T20:11:39.556 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:11:39.556 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:11:39.556 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-25 20:11:24.426248798 +0000 2023-12-25T20:11:39.556 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-25 20:09:35.054938429 +0000 2023-12-25T20:11:39.556 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-25 20:09:35.054938429 +0000 2023-12-25T20:11:39.556 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-25T20:11:39.556 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-25T20:11:39.621 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-25T20:11:39.621 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-25T20:11:39.621 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000230535 s, 2.2 MB/s 2023-12-25T20:11:39.622 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-25T20:11:39.680 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_4 2023-12-25T20:11:39.737 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-25T20:11:39.737 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:11:39.737 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 124869 Links: 1 2023-12-25T20:11:39.737 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:11:39.738 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:11:39.738 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-25 20:11:24.426248798 +0000 2023-12-25T20:11:39.738 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-25 20:09:35.562927140 +0000 2023-12-25T20:11:39.738 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-25 20:09:35.562927140 +0000 2023-12-25T20:11:39.738 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-25T20:11:39.738 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-25T20:11:39.802 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-25T20:11:39.803 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-25T20:11:39.803 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000235946 s, 2.2 MB/s 2023-12-25T20:11:39.804 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-25T20:11:39.862 DEBUG:teuthology.orchestra.run.smithi080:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-25T20:11:39.978 INFO:teuthology.orchestra.run.smithi080.stdout:loop 2023-12-25T20:11:39.979 INFO:tasks.nvme_loop:Connecting nvme_loop smithi080:/dev/vg_nvme/lv_1... 2023-12-25T20:11:39.979 DEBUG:teuthology.orchestra.run.smithi080:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-25T20:11:40.015 INFO:teuthology.orchestra.run.smithi080.stdout:1 2023-12-25T20:11:40.050 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/vg_nvme/lv_11 2023-12-25T20:11:40.090 INFO:tasks.nvme_loop:Connecting nvme_loop smithi080:/dev/vg_nvme/lv_2... 2023-12-25T20:11:40.091 DEBUG:teuthology.orchestra.run.smithi080:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-25T20:11:40.169 INFO:teuthology.orchestra.run.smithi080.stdout:1 2023-12-25T20:11:40.204 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/vg_nvme/lv_21 2023-12-25T20:11:40.243 INFO:tasks.nvme_loop:Connecting nvme_loop smithi080:/dev/vg_nvme/lv_3... 2023-12-25T20:11:40.243 DEBUG:teuthology.orchestra.run.smithi080:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-25T20:11:40.322 INFO:teuthology.orchestra.run.smithi080.stdout:1 2023-12-25T20:11:40.357 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/vg_nvme/lv_31 2023-12-25T20:11:40.396 INFO:tasks.nvme_loop:Connecting nvme_loop smithi080:/dev/vg_nvme/lv_4... 2023-12-25T20:11:40.397 DEBUG:teuthology.orchestra.run.smithi080:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-25T20:11:40.473 INFO:teuthology.orchestra.run.smithi080.stdout:1 2023-12-25T20:11:40.508 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/vg_nvme/lv_41 2023-12-25T20:11:40.547 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-25T20:11:40.547 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T20:11:40.605 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme list 2023-12-25T20:11:40.671 INFO:teuthology.orchestra.run.smithi080.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-25T20:11:40.671 INFO:teuthology.orchestra.run.smithi080.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-25T20:11:40.672 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme0n1 PHFT6204014T400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-25T20:11:40.672 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme1n1 54fb0751bc99c3802924 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:11:40.672 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme2n1 e0f9d717613cae94fcbe Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:11:40.672 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme3n1 7389b8d5b188b3b35450 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:11:40.672 INFO:teuthology.orchestra.run.smithi080.stdout:/dev/nvme4n1 f14a36eee20198c44504 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:11:40.673 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T20:11:40.673 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-25T20:11:40.673 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/scratch_devs 2023-12-25T20:11:40.740 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-12-25T20:11:40.740 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T20:11:40.761 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-25T20:11:40.761 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_1 2023-12-25T20:11:40.822 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-25T20:11:40.822 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:11:40.822 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 126274 Links: 1 2023-12-25T20:11:40.822 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:11:40.822 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:11:40.822 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2023-12-25 20:11:24.882715724 +0000 2023-12-25T20:11:40.823 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2023-12-25 20:09:37.356827296 +0000 2023-12-25T20:11:40.823 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2023-12-25 20:09:37.356827296 +0000 2023-12-25T20:11:40.823 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2023-12-25T20:11:40.823 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-25T20:11:40.893 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2023-12-25T20:11:40.893 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2023-12-25T20:11:40.893 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000278962 s, 1.8 MB/s 2023-12-25T20:11:40.894 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-25T20:11:40.955 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_2 2023-12-25T20:11:41.015 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-25T20:11:41.015 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:11:41.015 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 125384 Links: 1 2023-12-25T20:11:41.016 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:11:41.016 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:11:41.016 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2023-12-25 20:11:24.882715724 +0000 2023-12-25T20:11:41.016 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2023-12-25 20:09:37.891815140 +0000 2023-12-25T20:11:41.016 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2023-12-25 20:09:37.891815140 +0000 2023-12-25T20:11:41.016 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2023-12-25T20:11:41.017 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-25T20:11:41.085 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2023-12-25T20:11:41.085 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2023-12-25T20:11:41.086 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000242033 s, 2.1 MB/s 2023-12-25T20:11:41.087 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-25T20:11:41.147 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_3 2023-12-25T20:11:41.207 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-25T20:11:41.207 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:11:41.207 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 123393 Links: 1 2023-12-25T20:11:41.207 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:11:41.207 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:11:41.207 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2023-12-25 20:11:24.882715724 +0000 2023-12-25T20:11:41.207 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2023-12-25 20:09:38.392803757 +0000 2023-12-25T20:11:41.207 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2023-12-25 20:09:38.392803757 +0000 2023-12-25T20:11:41.207 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2023-12-25T20:11:41.207 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-25T20:11:41.276 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2023-12-25T20:11:41.276 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2023-12-25T20:11:41.276 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000267141 s, 1.9 MB/s 2023-12-25T20:11:41.278 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-25T20:11:41.338 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_4 2023-12-25T20:11:41.397 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-25T20:11:41.397 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T20:11:41.398 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 125463 Links: 1 2023-12-25T20:11:41.398 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T20:11:41.398 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2023-12-25T20:11:41.398 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2023-12-25 20:11:24.882715724 +0000 2023-12-25T20:11:41.399 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2023-12-25 20:09:38.890792442 +0000 2023-12-25T20:11:41.399 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2023-12-25 20:09:38.890792442 +0000 2023-12-25T20:11:41.399 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2023-12-25T20:11:41.399 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-25T20:11:41.465 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2023-12-25T20:11:41.466 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2023-12-25T20:11:41.466 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000263242 s, 1.9 MB/s 2023-12-25T20:11:41.467 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-25T20:11:41.527 DEBUG:teuthology.orchestra.run.smithi129:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-25T20:11:41.649 INFO:teuthology.orchestra.run.smithi129.stdout:loop 2023-12-25T20:11:41.650 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_1... 2023-12-25T20:11:41.651 DEBUG:teuthology.orchestra.run.smithi129:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-25T20:11:41.686 INFO:teuthology.orchestra.run.smithi129.stdout:1 2023-12-25T20:11:41.722 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_11 2023-12-25T20:11:41.761 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_2... 2023-12-25T20:11:41.762 DEBUG:teuthology.orchestra.run.smithi129:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-25T20:11:41.839 INFO:teuthology.orchestra.run.smithi129.stdout:1 2023-12-25T20:11:41.875 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_21 2023-12-25T20:11:41.914 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_3... 2023-12-25T20:11:41.914 DEBUG:teuthology.orchestra.run.smithi129:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-25T20:11:41.990 INFO:teuthology.orchestra.run.smithi129.stdout:1 2023-12-25T20:11:42.025 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_31 2023-12-25T20:11:42.064 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_4... 2023-12-25T20:11:42.064 DEBUG:teuthology.orchestra.run.smithi129:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-25T20:11:42.140 INFO:teuthology.orchestra.run.smithi129.stdout:1 2023-12-25T20:11:42.176 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_41 2023-12-25T20:11:42.215 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-12-25T20:11:42.215 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T20:11:42.276 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme list 2023-12-25T20:11:42.342 INFO:teuthology.orchestra.run.smithi129.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-25T20:11:42.342 INFO:teuthology.orchestra.run.smithi129.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-25T20:11:42.342 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme0n1 CVFT623300HY400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-25T20:11:42.342 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme1n1 f4a7b4a937422e8be02c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:11:42.342 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme2n1 ba8fb53dc6357e432f61 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:11:42.342 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme3n1 94ff3b58a687be9638fb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:11:42.342 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme4n1 d9fcd1a264fb124e5872 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-25T20:11:42.343 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T20:11:42.344 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-12-25T20:11:42.344 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/scratch_devs 2023-12-25T20:11:42.410 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-25T20:11:42.505 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': 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2'} 2023-12-25T20:11:42.506 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T20:11:42.506 INFO:tasks.cephadm:Cluster fsid is d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:11:42.506 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-25T20:11:42.506 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-25T20:11:42.506 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi080': '172.21.15.80', 'mon.smithi129': '172.21.15.129'} 2023-12-25T20:11:42.507 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-25T20:11:42.507 DEBUG:teuthology.orchestra.run.smithi080:> sudo hostname $(hostname -s) 2023-12-25T20:11:42.541 DEBUG:teuthology.orchestra.run.smithi129:> sudo hostname $(hostname -s) 2023-12-25T20:11:42.569 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2)... 2023-12-25T20:11:42.569 DEBUG:teuthology.orchestra.run.smithi080:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-25T20:11:42.719 INFO:teuthology.orchestra.run.smithi080.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 25 20:11 /home/ubuntu/cephtest/cephadm 2023-12-25T20:11:42.719 DEBUG:teuthology.orchestra.run.smithi129:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-25T20:11:42.861 INFO:teuthology.orchestra.run.smithi129.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 25 20:11 /home/ubuntu/cephtest/cephadm 2023-12-25T20:11:42.862 DEBUG:teuthology.orchestra.run.smithi080:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T20:11:42.883 DEBUG:teuthology.orchestra.run.smithi129:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T20:11:42.909 DEBUG:teuthology.orchestra.run.smithi080:> sudo mkdir -p /etc/ceph 2023-12-25T20:11:42.956 DEBUG:teuthology.orchestra.run.smithi129:> sudo mkdir -p /etc/ceph 2023-12-25T20:11:42.983 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 777 /etc/ceph 2023-12-25T20:11:43.030 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 777 /etc/ceph 2023-12-25T20:11:43.056 INFO:tasks.cephadm:Writing seed config... 2023-12-25T20:11:43.057 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-25T20:11:43.057 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-25T20:11:43.058 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-25T20:11:43.058 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-25T20:11:43.058 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-25T20:11:43.058 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-25T20:11:43.058 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-25T20:11:43.058 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-25T20:11:43.059 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-25T20:11:43.059 DEBUG:teuthology.orchestra.run.smithi080:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-25T20:11:43.091 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 = d1fa5dae-a361-11ee-95a5-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-25T20:11:43.091 DEBUG:teuthology.orchestra.run.smithi080:mon.smithi080> sudo journalctl -f -n 0 -u ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@mon.smithi080.service 2023-12-25T20:11:43.133 INFO:tasks.cephadm:Bootstrapping... 2023-12-25T20:11:43.134 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -v bootstrap --fsid d1fa5dae-a361-11ee-95a5-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.80 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:11:43.166 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:-- Logs begin at Mon 2023-12-25 20:02:39 UTC. -- 2023-12-25T20:11:43.418 INFO:teuthology.orchestra.run.smithi080.stderr:-------------------------------------------------------------------------------- 2023-12-25T20:11:43.418 INFO:teuthology.orchestra.run.smithi080.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2', '-v', 'bootstrap', '--fsid', 'd1fa5dae-a361-11ee-95a5-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.80', '--skip-admin-label'] 2023-12-25T20:11:44.094 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: 3.0.1 2023-12-25T20:11:44.108 INFO:teuthology.orchestra.run.smithi080.stderr:Verifying podman|docker is present... 2023-12-25T20:11:44.149 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: 3.0.1 2023-12-25T20:11:44.170 INFO:teuthology.orchestra.run.smithi080.stderr:Verifying lvm2 is present... 2023-12-25T20:11:44.170 INFO:teuthology.orchestra.run.smithi080.stderr:Verifying time synchronization is in place... 2023-12-25T20:11:44.176 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T20:11:44.182 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: inactive 2023-12-25T20:11:44.188 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: enabled 2023-12-25T20:11:44.193 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: active 2023-12-25T20:11:44.194 INFO:teuthology.orchestra.run.smithi080.stderr:Unit chronyd.service is enabled and running 2023-12-25T20:11:44.194 INFO:teuthology.orchestra.run.smithi080.stderr:Repeating the final host check... 2023-12-25T20:11:44.233 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: 3.0.1 2023-12-25T20:11:44.253 INFO:teuthology.orchestra.run.smithi080.stderr:podman (/bin/podman) version 3.0.1 is present 2023-12-25T20:11:44.253 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl is present 2023-12-25T20:11:44.253 INFO:teuthology.orchestra.run.smithi080.stderr:lvcreate is present 2023-12-25T20:11:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T20:11:44.264 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: inactive 2023-12-25T20:11:44.270 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: enabled 2023-12-25T20:11:44.275 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: active 2023-12-25T20:11:44.276 INFO:teuthology.orchestra.run.smithi080.stderr:Unit chronyd.service is enabled and running 2023-12-25T20:11:44.276 INFO:teuthology.orchestra.run.smithi080.stderr:Host looks OK 2023-12-25T20:11:44.276 INFO:teuthology.orchestra.run.smithi080.stderr:Cluster fsid: d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:11:44.276 INFO:teuthology.orchestra.run.smithi080.stderr:Acquiring lock 140228957560960 on /run/cephadm/d1fa5dae-a361-11ee-95a5-87774f69a715.lock 2023-12-25T20:11:44.276 INFO:teuthology.orchestra.run.smithi080.stderr:Lock 140228957560960 acquired on /run/cephadm/d1fa5dae-a361-11ee-95a5-87774f69a715.lock 2023-12-25T20:11:44.277 INFO:teuthology.orchestra.run.smithi080.stderr:Verifying IP 172.21.15.80 port 3300 ... 2023-12-25T20:11:44.277 INFO:teuthology.orchestra.run.smithi080.stderr:Verifying IP 172.21.15.80 port 6789 ... 2023-12-25T20:11:44.277 INFO:teuthology.orchestra.run.smithi080.stderr:Base mon IP(s) is [172.21.15.80:3300, 172.21.15.80:6789], mon addrv is [v2:172.21.15.80:3300,v1:172.21.15.80:6789] 2023-12-25T20:11:44.279 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-25T20:11:44.280 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.80 metric 100 2023-12-25T20:11:44.282 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-25T20:11:44.282 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2023-12-25T20:11:44.282 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2023-12-25T20:11:44.285 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-25T20:11:44.285 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-25T20:11:44.285 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-25T20:11:44.285 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-25T20:11:44.286 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: inet6 fe80::5f7a:b4f3:6511:cc31/64 scope link noprefixroute 2023-12-25T20:11:44.286 INFO:teuthology.orchestra.run.smithi080.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-25T20:11:44.286 INFO:teuthology.orchestra.run.smithi080.stderr:Mon IP `172.21.15.80` is in CIDR network `172.21.0.0/20` 2023-12-25T20:11:44.286 INFO:teuthology.orchestra.run.smithi080.stderr:Mon IP `172.21.15.80` is in CIDR network `172.21.0.0/20` 2023-12-25T20:11:44.286 INFO:teuthology.orchestra.run.smithi080.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-25T20:11:44.287 INFO:teuthology.orchestra.run.smithi080.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-25T20:11:44.287 INFO:teuthology.orchestra.run.smithi080.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2... 2023-12-25T20:11:44.354 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2... 2023-12-25T20:11:44.437 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: Getting image source signatures 2023-12-25T20:11:44.573 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: Copying blob sha256:46af8f5390d4e94fc57efb422ccb97bb53dfe5b948546bfc191b46557eb2dbd9 2023-12-25T20:11:44.631 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: Copying blob sha256:7f86ad6c71fd0cf72c8e6530acd4beec55cb97fc1cff73659ce3932192caed88 2023-12-25T20:12:03.469 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: Copying config sha256:49d1f3e5e58d61c9df12ccb914a298f8b8407ff9d4bed060cff7afb535bad858 2023-12-25T20:12:03.569 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: Writing manifest to image destination 2023-12-25T20:12:03.569 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: Storing signatures 2023-12-25T20:12:13.323 INFO:teuthology.orchestra.run.smithi080.stderr:/bin/podman: 49d1f3e5e58d61c9df12ccb914a298f8b8407ff9d4bed060cff7afb535bad858 2023-12-25T20:12:13.873 INFO:teuthology.orchestra.run.smithi080.stderr:ceph: ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable) 2023-12-25T20:12:24.962 INFO:teuthology.orchestra.run.smithi080.stderr:Ceph version: ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable) 2023-12-25T20:12:24.963 INFO:teuthology.orchestra.run.smithi080.stderr:Extracting ceph user uid/gid from container image... 2023-12-25T20:12:25.359 INFO:teuthology.orchestra.run.smithi080.stderr:stat: 167 167 2023-12-25T20:12:25.825 INFO:teuthology.orchestra.run.smithi080.stderr:Creating initial keys... 2023-12-25T20:12:26.167 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-authtool: AQAq4ollzBy1CRAAhWpGxQ7STZQJC8OHobmoqA== 2023-12-25T20:12:26.992 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-authtool: AQAq4ollkXnfOhAA9dJXI4rEl65iQ+RP3ITfUQ== 2023-12-25T20:12:27.758 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-authtool: AQAr4ollbFlELBAAeaMqO9gxIgz/IEcAVY0Qng== 2023-12-25T20:12:28.186 INFO:teuthology.orchestra.run.smithi080.stderr:Creating initial monmap... 2023-12-25T20:12:28.550 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T20:12:28.550 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:12:28.550 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T20:12:29.000 INFO:teuthology.orchestra.run.smithi080.stderr:monmaptool for smithi080 [v2:172.21.15.80:3300,v1:172.21.15.80:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T20:12:29.000 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/monmaptool: set fsid to d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:12:29.000 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T20:12:29.000 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-25T20:12:29.001 INFO:teuthology.orchestra.run.smithi080.stderr:Creating mon... 2023-12-25T20:12:29.364 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.333+0000 7fbf4aa36880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T20:12:29.364 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.333+0000 7fbf4aa36880 1 imported monmap: 2023-12-25T20:12:29.364 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-25T20:12:29.364 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: fsid d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:12:29.365 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: last_changed 2023-12-25T20:12:28.522249+0000 2023-12-25T20:12:29.365 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: created 2023-12-25T20:12:28.522249+0000 2023-12-25T20:12:29.365 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-25T20:12:29.365 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-25T20:12:29.365 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] mon.smithi080 2023-12-25T20:12:29.365 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.365 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.333+0000 7fbf4aa36880 0 /usr/bin/ceph-mon: set fsid to d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:12:29.365 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T20:12:29.365 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.365 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T20:12:29.365 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T20:12:29.365 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: DB SUMMARY 2023-12-25T20:12:29.365 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.365 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi080/store.db dir, Total Num: 0, files: 2023-12-25T20:12:29.366 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.366 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi080/store.db: 2023-12-25T20:12:29.366 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.366 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T20:12:29.366 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.create_if_missing: 1 2023-12-25T20:12:29.366 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T20:12:29.366 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.env: 0x55f2fa92c080 2023-12-25T20:12:29.366 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.fs: Posix File System 2023-12-25T20:12:29.366 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.info_log: 0x55f2fb891380 2023-12-25T20:12:29.366 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T20:12:29.366 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.statistics: (nil) 2023-12-25T20:12:29.366 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.use_fsync: 0 2023-12-25T20:12:29.366 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T20:12:29.366 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.db_log_dir: 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi080/store.db 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T20:12:29.367 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.write_buffer_manager: 0x55f2fb897980 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T20:12:29.368 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T20:12:29.369 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T20:12:29.369 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.unordered_write: 0 2023-12-25T20:12:29.369 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T20:12:29.369 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T20:12:29.369 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T20:12:29.369 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T20:12:29.369 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.row_cache: None 2023-12-25T20:12:29.369 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.wal_filter: None 2023-12-25T20:12:29.369 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T20:12:29.369 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T20:12:29.369 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T20:12:29.369 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T20:12:29.369 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T20:12:29.369 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T20:12:29.370 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T20:12:29.370 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T20:12:29.370 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T20:12:29.370 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T20:12:29.370 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T20:12:29.370 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T20:12:29.370 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T20:12:29.370 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T20:12:29.370 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T20:12:29.370 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T20:12:29.370 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T20:12:29.370 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T20:12:29.370 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T20:12:29.370 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.max_open_files: -1 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Compression algorithms supported: 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: kZSTD supported: 0 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T20:12:29.371 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T20:12:29.372 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.334+0000 7fbf4aa36880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T20:12:29.372 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.335+0000 7fbf4aa36880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-25T20:12:29.372 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.372 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi080/store.db/MANIFEST-000001 2023-12-25T20:12:29.372 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.372 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T20:12:29.372 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.372 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T20:12:29.372 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.merge_operator: 2023-12-25T20:12:29.372 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compaction_filter: None 2023-12-25T20:12:29.372 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T20:12:29.372 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T20:12:29.372 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T20:12:29.372 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f2fb7a1d30) 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_cache: 0x55f2fb7dad10 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-25T20:12:29.373 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-25T20:12:29.374 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compression: NoCompression 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.num_levels: 7 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T20:12:29.375 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T20:12:29.376 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T20:12:29.376 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T20:12:29.376 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T20:12:29.376 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T20:12:29.376 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:12:29.376 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T20:12:29.376 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T20:12:29.376 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T20:12:29.376 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T20:12:29.376 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T20:12:29.376 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:12:29.376 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T20:12:29.376 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T20:12:29.376 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T20:12:29.377 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T20:12:29.377 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T20:12:29.377 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T20:12:29.377 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T20:12:29.377 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T20:12:29.377 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T20:12:29.377 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T20:12:29.377 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T20:12:29.377 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T20:12:29.377 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T20:12:29.377 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T20:12:29.377 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T20:12:29.377 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T20:12:29.377 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T20:12:29.378 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T20:12:29.379 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T20:12:29.379 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T20:12:29.379 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T20:12:29.379 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T20:12:29.379 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T20:12:29.379 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T20:12:29.379 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T20:12:29.379 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T20:12:29.379 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T20:12:29.379 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T20:12:29.379 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T20:12:29.379 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T20:12:29.379 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.ttl: 2592000 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi080/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.337+0000 7fbf4aa36880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.338+0000 7fbf4aa36880 4 rocksdb: DB pointer 0x55f2fb8a5800 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.338+0000 7fbf338bd700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.338+0000 7fbf338bd700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:12:29.380 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-25T20:12:29.381 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T20:12:29.381 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:12:29.381 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.381 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:12:29.381 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:12:29.381 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:12:29.381 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T20:12:29.381 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T20:12:29.381 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.381 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:12:29.381 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:12:29.381 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:12:29.381 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:12:29.381 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:12:29.382 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:12:29.382 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:12:29.382 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:12:29.382 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:12:29.382 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:12:29.382 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:12:29.382 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T20:12:29.382 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.382 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:12:29.382 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.382 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:12:29.382 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:12:29.382 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:12:29.382 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T20:12:29.383 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.384 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:12:29.384 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: 2023-12-25T20:12:29.384 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.339+0000 7fbf4aa36880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-25T20:12:29.384 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.339+0000 7fbf4aa36880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-25T20:12:29.384 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph-mon: debug 2023-12-25T20:12:29.340+0000 7fbf4aa36880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi080 for mon.smithi080 2023-12-25T20:12:29.827 INFO:teuthology.orchestra.run.smithi080.stderr:create mon.smithi080 on 2023-12-25T20:12:29.937 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-25T20:12:30.035 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d1fa5dae-a361-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-d1fa5dae-a361-11ee-95a5-87774f69a715.target. 2023-12-25T20:12:30.036 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-d1fa5dae-a361-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-d1fa5dae-a361-11ee-95a5-87774f69a715.target. 2023-12-25T20:12:30.236 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Failed to reset failed state of unit ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@mon.smithi080.service: Unit ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@mon.smithi080.service not loaded. 2023-12-25T20:12:30.243 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d1fa5dae-a361-11ee-95a5-87774f69a715.target.wants/ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@mon.smithi080.service → /etc/systemd/system/ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@.service. 2023-12-25T20:12:30.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:30 smithi080 systemd[1]: Starting Ceph mon.smithi080 for d1fa5dae-a361-11ee-95a5-87774f69a715... 2023-12-25T20:12:30.865 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: disabled 2023-12-25T20:12:30.871 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: inactive 2023-12-25T20:12:30.872 INFO:teuthology.orchestra.run.smithi080.stderr:firewalld.service is not enabled 2023-12-25T20:12:30.872 INFO:teuthology.orchestra.run.smithi080.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T20:12:30.873 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for mon to start... 2023-12-25T20:12:30.873 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for mon... 2023-12-25T20:12:31.108 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:30 smithi080 bash[35686]: 9cf5cb95a1ba70b48c094a2dc3b262a0eed454478e0e176fee7230cb81d14acd 2023-12-25T20:12:31.108 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:30 smithi080 systemd[1]: Started Ceph mon.smithi080 for d1fa5dae-a361-11ee-95a5-87774f69a715. 2023-12-25T20:12:31.108 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:30 smithi080 conmon[35726]: cluster 2023-12-25T20:12:30.862086+0000 mon.smithi080 (mon.0) 0 : 2023-12-25T20:12:31.108 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:30 smithi080 conmon[35726]: [INF] mkfs d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:12:31.108 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:30 smithi080 conmon[35726]: cluster 2023-12-25T20:12:30 2023-12-25T20:12:31.108 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:30 smithi080 conmon[35726]: .856759+0000 mon.smithi080 (mon.0) 1 : cluster [INF] mon.smithi080 is new leader, mons smithi080 in quorum (ranks 0) 2023-12-25T20:12:31.384 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: cluster: 2023-12-25T20:12:31.384 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: id: d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:12:31.384 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-25T20:12:31.384 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-25T20:12:31.384 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: services: 2023-12-25T20:12:31.385 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi080 (age 0.522529s) 2023-12-25T20:12:31.385 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-25T20:12:31.385 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-25T20:12:31.385 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-25T20:12:31.385 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: data: 2023-12-25T20:12:31.385 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-25T20:12:31.385 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-25T20:12:31.385 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-25T20:12:31.385 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: pgs: 2023-12-25T20:12:31.385 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-25T20:12:32.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:31 smithi080 conmon[35726]: cluster 2023-12-25T20:12:30.860935+0000 mon.smithi080 (mon.0) 2 : 2023-12-25T20:12:32.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:31 smithi080 conmon[35726]: cluster [INF] mon.smithi080 is new leader, mons smithi080 in quorum (ranks 0) 2023-12-25T20:12:32.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:31 smithi080 conmon[35726]: cluster 2023-12-25T20:12:30.861355+0000 mon.smithi080 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi080=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} 2023-12-25T20:12:32.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:31 smithi080 conmon[35726]: cluster 2023-12-25T20:12:30.864040+0000 mon.smithi080 (mon.0) 4 : cluster [DBG] fsmap 2023-12-25T20:12:32.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:31 smithi080 conmon[35726]: cluster 2023-12-25T20:12:30.866703+0000 mon.smithi080 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-25T20:12:32.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:31 smithi080 conmon[35726]: cluster 2023-12-25T20:12:30.867135+0000 mon.smithi080 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-25T20:12:32.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:31 smithi080 conmon[35726]: audit 2023-12-25T20:12:31.383425+0000 mon.smithi080 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.80:0/3977257827' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-25T20:12:32.101 INFO:teuthology.orchestra.run.smithi080.stderr:mon is available 2023-12-25T20:12:32.101 INFO:teuthology.orchestra.run.smithi080.stderr:Assimilating anything we can from ceph.conf... 2023-12-25T20:12:32.612 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-25T20:12:32.613 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: [global] 2023-12-25T20:12:32.613 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: fsid = d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:12:32.613 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.80:3300,v1:172.21.15.80:6789] 2023-12-25T20:12:32.613 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-25T20:12:32.613 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-25T20:12:32.613 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-25T20:12:32.613 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-25T20:12:32.613 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-25T20:12:32.613 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: [mgr] 2023-12-25T20:12:32.613 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-25T20:12:32.613 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-25T20:12:32.613 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: [osd] 2023-12-25T20:12:32.613 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-25T20:12:32.613 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-25T20:12:33.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:32 smithi080 conmon[35726]: audit 2023-12-25T20:12:32.609321+0000 mon.smithi080 (mon.0) 8 2023-12-25T20:12:33.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:32 smithi080 conmon[35726]: : audit [INF] from='client.? 172.21.15.80:0/2489468919' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T20:12:33.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:32 smithi080 conmon[35726]: audit 2023-12-25T20:12:32.611899+0000 mon.smithi080 (mon.0) 9 : audit [INF] from='client.? 172.21.15.80:0/2489468919' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-25T20:12:33.117 INFO:teuthology.orchestra.run.smithi080.stderr:Generating new minimal ceph.conf... 2023-12-25T20:12:34.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:33 smithi080 conmon[35726]: audit 2023-12-25T20:12:33.601293+0000 mon.smithi080 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.80:0/4289018979' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:12:34.067 INFO:teuthology.orchestra.run.smithi080.stderr:Restarting the monitor... 2023-12-25T20:12:34.343 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:34 smithi080 systemd[1]: Stopping Ceph mon.smithi080 for d1fa5dae-a361-11ee-95a5-87774f69a715... 2023-12-25T20:12:34.343 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:34 smithi080 bash[36230]: Error: no container with name or ID ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-mon.smithi080 found: no such container 2023-12-25T20:12:34.343 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:34 smithi080 conmon[35726]: debug 2023-12-25T20:12:34.341+0000 7fec660ac700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi080 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-25T20:12:34.709 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:34 smithi080 conmon[35726]: debug 2023-12-25T20:12:34.341+0000 7fec660ac700 -1 mon.smithi080@0(leader) e1 *** Got Signal Terminated *** 2023-12-25T20:12:35.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:34 smithi080 bash[36347]: 9cf5cb95a1ba70b48c094a2dc3b262a0eed454478e0e176fee7230cb81d14acd 2023-12-25T20:12:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 systemd[1]: ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@mon.smithi080.service: Succeeded. 2023-12-25T20:12:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 systemd[1]: Stopped Ceph mon.smithi080 for d1fa5dae-a361-11ee-95a5-87774f69a715. 2023-12-25T20:12:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 systemd[1]: Starting Ceph mon.smithi080 for d1fa5dae-a361-11ee-95a5-87774f69a715... 2023-12-25T20:12:35.622 INFO:teuthology.orchestra.run.smithi080.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-25T20:12:35.865 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.601+0000 7f69a8cfe880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T20:12:35.865 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.601+0000 7f69a8cfe880 0 ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable), process ceph-mon, pid 7 2023-12-25T20:12:35.865 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.601+0000 7f69a8cfe880 0 pidfile_write: ignore empty --pid-file 2023-12-25T20:12:35.865 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.605+0000 7f69a8cfe880 0 load: jerasure load: lrc load: isa 2023-12-25T20:12:35.865 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T20:12:35.865 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.865 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T20:12:35.865 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T20:12:35.865 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: DB SUMMARY 2023-12-25T20:12:35.865 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: CURRENT file: CURRENT 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi080/store.db dir, Total Num: 1, files: 000004.sst 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi080/store.db: 000006.log size: 86507 ; 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.create_if_missing: 0 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.env: 0x55e83e446080 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.fs: Posix File System 2023-12-25T20:12:35.866 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.info_log: 0x55e83efdfd20 2023-12-25T20:12:35.867 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T20:12:35.867 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.statistics: (nil) 2023-12-25T20:12:35.867 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.use_fsync: 0 2023-12-25T20:12:35.867 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T20:12:35.867 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T20:12:35.867 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T20:12:35.867 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T20:12:35.867 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T20:12:35.867 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T20:12:35.867 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T20:12:35.867 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T20:12:35.867 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T20:12:35.867 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T20:12:35.867 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T20:12:35.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.db_log_dir: 2023-12-25T20:12:35.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi080/store.db 2023-12-25T20:12:35.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T20:12:35.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T20:12:35.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T20:12:35.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T20:12:35.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T20:12:35.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T20:12:35.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T20:12:35.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T20:12:35.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T20:12:35.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T20:12:35.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.write_buffer_manager: 0x55e83fc36480 2023-12-25T20:12:35.868 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T20:12:35.869 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T20:12:35.869 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T20:12:35.869 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T20:12:35.869 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T20:12:35.870 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.unordered_write: 0 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.row_cache: None 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.wal_filter: None 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T20:12:35.871 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T20:12:35.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T20:12:35.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T20:12:35.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T20:12:35.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T20:12:35.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T20:12:35.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T20:12:35.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T20:12:35.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T20:12:35.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T20:12:35.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T20:12:35.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T20:12:35.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T20:12:35.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T20:12:35.872 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T20:12:35.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T20:12:35.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T20:12:35.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.max_open_files: -1 2023-12-25T20:12:35.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T20:12:35.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T20:12:35.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T20:12:35.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T20:12:35.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Compression algorithms supported: 2023-12-25T20:12:35.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T20:12:35.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: kZSTD supported: 0 2023-12-25T20:12:35.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T20:12:35.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T20:12:35.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T20:12:35.873 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi080/store.db/MANIFEST-000005 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.merge_operator: 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.compaction_filter: None 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.606+0000 7f69a8cfe880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e83ef89d28) 2023-12-25T20:12:35.874 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: cache_index_and_filter_blocks: 1 2023-12-25T20:12:35.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T20:12:35.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T20:12:35.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: pin_top_level_index_and_filter: 1 2023-12-25T20:12:35.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: index_type: 0 2023-12-25T20:12:35.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: data_block_index_type: 0 2023-12-25T20:12:35.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: index_shortening: 1 2023-12-25T20:12:35.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: data_block_hash_table_util_ratio: 0.750000 2023-12-25T20:12:35.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: hash_index_allow_collision: 1 2023-12-25T20:12:35.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: checksum: 1 2023-12-25T20:12:35.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: no_block_cache: 0 2023-12-25T20:12:35.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: block_cache: 0x55e83efc2f10 2023-12-25T20:12:35.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: block_cache_name: BinnedLRUCache 2023-12-25T20:12:35.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: block_cache_options: 2023-12-25T20:12:35.875 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: capacity : 536870912 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: num_shard_bits : 4 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: strict_capacity_limit : 0 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: high_pri_pool_ratio: 0.000 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: block_cache_compressed: (nil) 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: persistent_cache: (nil) 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: block_size: 4096 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: block_size_deviation: 10 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: block_restart_interval: 16 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: index_block_restart_interval: 1 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: metadata_block_size: 4096 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: partition_filters: 0 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: use_delta_encoding: 1 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: whole_key_filtering: 1 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: verify_compression: 0 2023-12-25T20:12:35.876 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: read_amp_bytes_per_bit: 0 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: format_version: 2 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: enable_index_compression: 1 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: block_align: 0 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 bash[36681]: bd5892f56c55831b0536add9be9d4597dc64b74371854c4180cf0d741dec259c 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compression: NoCompression 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.num_levels: 7 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T20:12:35.877 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T20:12:35.878 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T20:12:35.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T20:12:35.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T20:12:35.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T20:12:35.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T20:12:35.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T20:12:35.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T20:12:35.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T20:12:35.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T20:12:35.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T20:12:35.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T20:12:35.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T20:12:35.879 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T20:12:35.880 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T20:12:35.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T20:12:35.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T20:12:35.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T20:12:35.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T20:12:35.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T20:12:35.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T20:12:35.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T20:12:35.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T20:12:35.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T20:12:35.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T20:12:35.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T20:12:35.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T20:12:35.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.ttl: 2592000 2023-12-25T20:12:35.881 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T20:12:35.882 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi080/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-25T20:12:35.882 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.882 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-25T20:12:35.882 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.882 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703535155608996, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-25T20:12:35.882 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.607+0000 7f69a8cfe880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-25T20:12:35.882 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.608+0000 7f69a8cfe880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-25T20:12:35.882 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.609+0000 7f69a8cfe880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703535155610197, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83380, "table_properties": {"data_size": 81647, "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": 76159, "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": 1703535155, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-25T20:12:35.882 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.609+0000 7f69a8cfe880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-25T20:12:35.882 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.882 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.609+0000 7f69a8cfe880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703535155610734, "job": 1, "event": "recovery_finished"} 2023-12-25T20:12:35.882 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.610+0000 7f69a8cfe880 4 rocksdb: DB pointer 0x55e83f08d800 2023-12-25T20:12:35.882 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.610+0000 7f698fb04700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T20:12:35.882 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.610+0000 7f698fb04700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T20:12:35.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: ** DB Stats ** 2023-12-25T20:12:35.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:12:35.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-25T20:12:35.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T20:12:35.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:12:35.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-25T20:12:35.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T20:12:35.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:12:35.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: ** Compaction Stats [default] ** 2023-12-25T20:12:35.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:12:35.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:12:35.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: L0 2/0 83.12 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.6 0.00 0.00 1 0.001 0 0 2023-12-25T20:12:35.883 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Sum 2/0 83.12 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.6 0.00 0.00 1 0.001 0 0 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.6 0.00 0.00 1 0.001 0 0 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: ** Compaction Stats [default] ** 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 101.6 0.00 0.00 1 0.001 0 0 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Cumulative compaction: 0.00 GB write, 21.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Interval compaction: 0.00 GB write, 21.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:12:35.884 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T20:12:35.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:12:35.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: ** Compaction Stats [default] ** 2023-12-25T20:12:35.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:12:35.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:12:35.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: L0 2/0 83.12 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.6 0.00 0.00 1 0.001 0 0 2023-12-25T20:12:35.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Sum 2/0 83.12 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.6 0.00 0.00 1 0.001 0 0 2023-12-25T20:12:35.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T20:12:35.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: ** Compaction Stats [default] ** 2023-12-25T20:12:35.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:12:35.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:12:35.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 101.6 0.00 0.00 1 0.001 0 0 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Cumulative compaction: 0.00 GB write, 21.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.611+0000 7f69a8cfe880 0 starting mon.smithi080 rank 0 at public addrs [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] at bind addrs [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi080 fsid d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.613+0000 7f69a8cfe880 1 mon.smithi080@-1(???) e1 preinit fsid d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:12:35.886 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.613+0000 7f69a8cfe880 0 mon.smithi080@-1(???).mds e1 new map 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.613+0000 7f69a8cfe880 0 mon.smithi080@-1(???).mds e1 print_map 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: e1 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: legacy client fscid: -1 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: No filesystems configured 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.613+0000 7f69a8cfe880 0 mon.smithi080@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.613+0000 7f69a8cfe880 0 mon.smithi080@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.613+0000 7f69a8cfe880 0 mon.smithi080@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.613+0000 7f69a8cfe880 0 mon.smithi080@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: audit 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 2023-12-25T20: 2023-12-25T20:12:35.887 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 12:33.601293+0000 mon.smithi080 2023-12-25T20:12:35.888 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: (mon.0) 10 : audit 2023-12-25T20:12:35.888 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: [DBG] from='client.? 172.21.15.80:0/4289018979' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:12:35.888 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: debug 2023-12-25T20:12:35.613+0000 7f69a8cfe880 1 mon.smithi080@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-25T20:12:35.888 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 systemd[1]: Started Ceph mon.smithi080 for d1fa5dae-a361-11ee-95a5-87774f69a715. 2023-12-25T20:12:35.888 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: cluster 2023-12-25T20:12:35.630817+0000 mon.smithi080 (mon.0) 1 : cluster [INF] mon.smithi080 is new leader, mons smithi080 in quorum (ranks 0) 2023-12-25T20:12:35.888 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: cluster 2023-12-25T20:12:35.630876+0000 mon.smithi080 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi080=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0]} removed_ranks: {} 2023-12-25T20:12:35.888 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: cluster 2023-12-25T20:12:35.631282+0000 mon.smithi080 (mon.0) 3 : cluster [DBG] fsmap 2023-12-25T20:12:35.888 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: cluster 2023-12-25T20:12:35.631311+0000 mon.smithi080 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-25T20:12:35.888 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: cluster 2023-12- 2023-12-25T20:12:35.888 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:35 smithi080 conmon[36722]: 25T20:12:35.631707+0000 mon.smithi080 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-25T20:12:36.676 INFO:teuthology.orchestra.run.smithi080.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-25T20:12:36.676 INFO:teuthology.orchestra.run.smithi080.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:12:36.676 INFO:teuthology.orchestra.run.smithi080.stderr:Creating mgr... 2023-12-25T20:12:36.676 INFO:teuthology.orchestra.run.smithi080.stderr:Verifying port 9283 ... 2023-12-25T20:12:36.809 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Failed to reset failed state of unit ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@mgr.smithi080.aipsvo.service: Unit ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@mgr.smithi080.aipsvo.service not loaded. 2023-12-25T20:12:36.817 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d1fa5dae-a361-11ee-95a5-87774f69a715.target.wants/ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@mgr.smithi080.aipsvo.service → /etc/systemd/system/ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@.service. 2023-12-25T20:12:37.401 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:37 smithi080 conmon[36722]: audit 2023-12-25T20:12:36.149814+0000 mon.smithi080 (mon.0) 6 : audit [INF] from='client.? 172.21.15.80:0/76150776' entity='client.admin' 2023-12-25T20:12:37.411 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: disabled 2023-12-25T20:12:37.418 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: inactive 2023-12-25T20:12:37.419 INFO:teuthology.orchestra.run.smithi080.stderr:firewalld.service is not enabled 2023-12-25T20:12:37.419 INFO:teuthology.orchestra.run.smithi080.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T20:12:37.429 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: disabled 2023-12-25T20:12:37.434 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: inactive 2023-12-25T20:12:37.434 INFO:teuthology.orchestra.run.smithi080.stderr:firewalld.service is not enabled 2023-12-25T20:12:37.434 INFO:teuthology.orchestra.run.smithi080.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-25T20:12:37.434 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for mgr to start... 2023-12-25T20:12:37.435 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for mgr... 2023-12-25T20:12:37.986 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-25T20:12:37.986 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-25T20:12:37.986 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "fsid": "d1fa5dae-a361-11ee-95a5-87774f69a715", 2023-12-25T20:12:37.986 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "health": { 2023-12-25T20:12:37.986 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T20:12:37.986 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T20:12:37.986 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T20:12:37.986 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:37.986 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T20:12:37.986 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T20:12:37.987 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 0 2023-12-25T20:12:37.987 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-25T20:12:37.987 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T20:12:37.987 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "smithi080" 2023-12-25T20:12:37.987 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-25T20:12:37.987 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-25T20:12:37.987 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T20:12:37.987 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:12:37.987 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T20:12:37.988 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T20:12:37.989 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T20:12:37.989 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T20:12:37.989 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T20:12:37.989 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T20:12:37.989 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T20:12:37.989 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:37.989 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T20:12:37.989 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:12:37.989 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T20:12:37.989 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T20:12:37.989 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:37.989 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T20:12:37.989 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "available": false, 2023-12-25T20:12:37.989 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T20:12:37.990 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T20:12:37.990 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "iostat", 2023-12-25T20:12:37.990 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "nfs", 2023-12-25T20:12:37.990 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "restful" 2023-12-25T20:12:37.990 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-25T20:12:37.990 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:12:37.990 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:37.990 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T20:12:37.990 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:12:37.990 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "modified": "2023-12-25T20:12:30.862495+0000", 2023-12-25T20:12:37.990 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:12:37.990 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:37.990 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T20:12:37.990 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-25T20:12:38.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:38 smithi080 conmon[36722]: audit 2023-12-25T20:12:37.980206+0000 mon.smithi080 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.80:0/1293458827' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T20:12:38.516 INFO:teuthology.orchestra.run.smithi080.stderr:mgr not available, waiting (1/15)... 2023-12-25T20:12:41.053 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-25T20:12:41.053 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-25T20:12:41.053 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "fsid": "d1fa5dae-a361-11ee-95a5-87774f69a715", 2023-12-25T20:12:41.053 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "health": { 2023-12-25T20:12:41.053 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T20:12:41.053 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T20:12:41.054 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T20:12:41.054 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:41.054 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T20:12:41.054 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T20:12:41.054 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 0 2023-12-25T20:12:41.054 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-25T20:12:41.054 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T20:12:41.054 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "smithi080" 2023-12-25T20:12:41.054 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-25T20:12:41.054 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-12-25T20:12:41.054 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T20:12:41.054 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:12:41.054 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T20:12:41.054 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T20:12:41.055 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:41.055 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T20:12:41.055 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:12:41.055 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T20:12:41.055 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T20:12:41.055 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T20:12:41.055 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T20:12:41.055 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T20:12:41.058 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T20:12:41.058 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:41.058 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T20:12:41.058 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T20:12:41.059 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T20:12:41.059 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T20:12:41.059 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T20:12:41.059 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T20:12:41.059 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T20:12:41.059 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T20:12:41.059 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T20:12:41.059 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:41.059 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T20:12:41.059 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:12:41.059 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T20:12:41.059 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T20:12:41.060 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:41.060 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T20:12:41.060 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "available": false, 2023-12-25T20:12:41.060 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T20:12:41.060 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T20:12:41.060 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "iostat", 2023-12-25T20:12:41.060 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "nfs", 2023-12-25T20:12:41.060 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "restful" 2023-12-25T20:12:41.060 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-25T20:12:41.060 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:12:41.060 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:41.060 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T20:12:41.061 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:12:41.061 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "modified": "2023-12-25T20:12:30.862495+0000", 2023-12-25T20:12:41.061 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:12:41.061 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:41.061 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T20:12:41.061 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-25T20:12:41.540 INFO:teuthology.orchestra.run.smithi080.stderr:mgr not available, waiting (2/15)... 2023-12-25T20:12:41.858 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:41 smithi080 conmon[36722]: audit 2023-12-25T20:12:41.050422+0000 mon.smithi080 (mon.0 2023-12-25T20:12:41.858 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:41 smithi080 conmon[36722]: ) 8 : audit [DBG] from='client.? 172.21.15.80:0/1905630785' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T20:12:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:42 smithi080 conmon[36722]: cluster 2023-12-25T20:12:42.827307+0000 mon.smithi080 (mon.0) 9 : cluster [INF] Activating manager daemon smithi080.aipsvo 2023-12-25T20:12:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:42 smithi080 conmon[36722]: cluster 2023-12-25T20:12:42.829965+0000 mon.smithi080 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi080.aipsvo(active, starting, since 0.00274949s) 2023-12-25T20:12:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:42 smithi080 conmon[36722]: audit 2023-12-25T20:12:42.830929+0000 mon.smithi080 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.80:0/1532070111' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:12:43.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:42 smithi080 conmon[36722]: audit 2023-12-25T20:12:42.831118+0000 mon.smithi080 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.80:0/1532070111' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:12:43.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:42 smithi080 conmon[36722]: audit 2023-12-25T20:12:42.831300+0000 mon.smithi080 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.80:0/1532070111' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:12:43.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:42 smithi080 conmon[36722]: audit 2023-12-25T20:12:42.831463+0000 mon.smithi080 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.80:0/1532070111' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2023-12-25T20:12:43.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:42 smithi080 conmon[36722]: audit 2023-12-25T20:12:42.831650+0000 mon.smithi080 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.80:0/1532070111' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mgr metadata", "who": "smithi080.aipsvo", "id": "smithi080.aipsvo"}]: dispatch 2023-12-25T20:12:43.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:42 smithi080 conmon[36722]: cluster 2023-12-25T20:12:42.833441+0000 mon.smithi080 (mon.0) 16 : cluster [INF] Manager daemon smithi080.aipsvo is now available 2023-12-25T20:12:43.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:42 smithi080 conmon[36722]: audit 2023-12-25T20:12:42.844835+0000 mon.smithi080 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.80:0/1532070111' entity='mgr.smithi080.aipsvo' 2023-12-25T20:12:43.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:42 smithi080 conmon[36722]: audit 2023-12-25T20:12:42.848904+0000 mon.smithi080 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.80:0/1532070111' entity='mgr.smithi080.aipsvo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.aipsvo/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:12:43.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:42 smithi080 conmon[36722]: audit 2023-12-25T20:12:42.850911+0000 mon.smithi080 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.80:0/1532070111' entity='mgr.smithi080.aipsvo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.aipsvo/trash_purge_schedule"}]: dispatch 2023-12-25T20:12:43.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:42 smithi080 conmon[36722]: audit 2023-12-25T20:12:42. 2023-12-25T20:12:43.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:42 smithi080 conmon[36722]: 855953+0000 mon.smithi080 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.80:0/1532070111' entity='mgr.smithi080.aipsvo' 2023-12-25T20:12:43.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:42 smithi080 conmon[36722]: audit 2023-12-25T20:12:42.861327+0000 mon.smithi080 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.80:0/1532070111' entity='mgr.smithi080.aipsvo' 2023-12-25T20:12:44.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-25T20:12:44.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-25T20:12:44.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "fsid": "d1fa5dae-a361-11ee-95a5-87774f69a715", 2023-12-25T20:12:44.257 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "health": { 2023-12-25T20:12:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T20:12:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T20:12:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T20:12:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T20:12:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T20:12:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 0 2023-12-25T20:12:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-25T20:12:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T20:12:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "smithi080" 2023-12-25T20:12:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-25T20:12:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "quorum_age": 8, 2023-12-25T20:12:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T20:12:44.258 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:12:44.259 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T20:12:44.259 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T20:12:44.259 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:44.259 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T20:12:44.259 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:12:44.259 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T20:12:44.259 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T20:12:44.259 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T20:12:44.260 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T20:12:44.260 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T20:12:44.260 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T20:12:44.260 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:44.260 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T20:12:44.260 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T20:12:44.260 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T20:12:44.261 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T20:12:44.261 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T20:12:44.261 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T20:12:44.261 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T20:12:44.261 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T20:12:44.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T20:12:44.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:44.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T20:12:44.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:12:44.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T20:12:44.262 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T20:12:44.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:44.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T20:12:44.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "available": true, 2023-12-25T20:12:44.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T20:12:44.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T20:12:44.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "iostat", 2023-12-25T20:12:44.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "nfs", 2023-12-25T20:12:44.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "restful" 2023-12-25T20:12:44.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ], 2023-12-25T20:12:44.263 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:12:44.264 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:44.264 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T20:12:44.264 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T20:12:44.264 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "modified": "2023-12-25T20:12:30.862495+0000", 2023-12-25T20:12:44.264 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "services": {} 2023-12-25T20:12:44.264 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: }, 2023-12-25T20:12:44.264 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T20:12:44.264 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-25T20:12:44.756 INFO:teuthology.orchestra.run.smithi080.stderr:mgr is available 2023-12-25T20:12:45.034 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:44 smithi080 conmon[36722]: cluster 2023-12-25T20:12:43.832606+0000 mon.smithi080 (mon.0) 22 : 2023-12-25T20:12:45.034 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:44 smithi080 conmon[36722]: cluster [DBG] mgrmap e3: smithi080.aipsvo(active, since 1.00539s) 2023-12-25T20:12:45.034 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:44 smithi080 conmon[36722]: audit 2023-12-25T20:12:44.249608+0000 mon.smithi080 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.80:0/2503666118' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T20:12:45.351 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-25T20:12:45.355 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: [global] 2023-12-25T20:12:45.355 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: fsid = d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:12:45.355 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-25T20:12:45.356 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-25T20:12:45.356 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-25T20:12:45.356 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-25T20:12:45.356 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-25T20:12:45.356 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: [mgr] 2023-12-25T20:12:45.356 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-25T20:12:45.356 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 2023-12-25T20:12:45.357 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: [osd] 2023-12-25T20:12:45.357 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-25T20:12:45.357 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-25T20:12:45.806 INFO:teuthology.orchestra.run.smithi080.stderr:Enabling cephadm module... 2023-12-25T20:12:46.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:45 smithi080 conmon[36722]: cluster 2023-12-25T20:12:44.833193+0000 mon.smithi080 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi080.aipsvo(active, since 2s) 2023-12-25T20:12:46.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:45 smithi080 conmon[36722]: 2023-12-25T20:12:46.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:45 smithi080 conmon[36722]: audit 2023-12-25T20:12:45.350738+0000 mon.smithi080 (mon.0) 25 : audit [INF] from='client.? 172.21.15.80:0/1055553253' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T20:12:47.091 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:46 smithi080 conmon[36722]: audit 2023-12-25T20:12:46.437040+0000 mon.smithi080 (mon.0) 26 : audit [INF] from='client.? 172.21.15.80:0/1801520280' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-25T20:12:48.030 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-25T20:12:48.030 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-25T20:12:48.030 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "available": true, 2023-12-25T20:12:48.031 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "active_name": "smithi080.aipsvo", 2023-12-25T20:12:48.031 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-25T20:12:48.031 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-25T20:12:48.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:47 smithi080 conmon[36722]: audit 2023-12-25T20:12:46.836571+0000 mon.smithi080 (mon.0) 27 2023-12-25T20:12:48.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:47 smithi080 conmon[36722]: : audit [INF] from='client.? 172.21.15.80:0/1801520280' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-25T20:12:48.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:47 smithi080 conmon[36722]: cluster 2023-12-25T20:12:46.836632+0000 mon.smithi080 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi080.aipsvo(active, since 4s) 2023-12-25T20:12:48.547 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for the mgr to restart... 2023-12-25T20:12:48.547 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for mgr epoch 5... 2023-12-25T20:12:49.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:48 smithi080 conmon[36722]: audit 2023-12-25T20:12:48.030370+0000 mon.smithi080 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.80:0/1588160968' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-25T20:12:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: cluster 2023-12-25T20:12:52.228879+0000 mon.smithi080 (mon.0) 30 : cluster [INF] Active manager daemon smithi080.aipsvo restarted 2023-12-25T20:12:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: cluster 2023-12-25T20:12:52.229093+0000 mon.smithi080 (mon. 2023-12-25T20:12:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: 0) 31 : cluster [INF] Activating manager daemon smithi080.aipsvo 2023-12-25T20:12:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: cluster 2023-12-25T20:12:52.231873+0000 mon.smithi080 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-25T20:12:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: cluster 2023-12-25T20:12:52 2023-12-25T20:12:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: .231985+0000 mon.smithi080 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi080.aipsvo(active, starting, since 0.00297278s) 2023-12-25T20:12:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: audit 2023-12-25T20:12:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: 2023-12-25T20:12:52.232948+0000 mon.smithi080 (mon.0 2023-12-25T20:12:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: ) 34 : audit [DBG] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2023-12-25T20:12:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: audit 2023-12-25T20:12:52 2023-12-25T20:12:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: .233660+0000 mon.smithi080 (mon.0) 35 : audit 2023-12-25T20:12:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: [DBG] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mgr metadata", "who": "smithi080.aipsvo", "id": "smithi080.aipsvo"}]: dispatch 2023-12-25T20:12:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: audit 2023-12-25T20:12:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: 2023-12-25T20:12:52.234252+0000 mon.smithi080 (mon. 2023-12-25T20:12:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: 0) 36 : audit [DBG] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:12:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: audit 2023-12-25T20:12 2023-12-25T20:12:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: :52.234424+0000 mon.smithi080 (mon.0) 37 2023-12-25T20:12:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: : audit [DBG] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:12:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: audit 2023-12-25T20:12:52 2023-12-25T20:12:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: .234536+0000 mon.smithi080 (mon.0) 38 : audit 2023-12-25T20:12:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: [DBG] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:12:52.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: cluster 2023-12-25T20:12:52.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: 2023-12-25T20:12:52.248484+0000 mon.smithi080 (mon.0 2023-12-25T20:12:52.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: ) 39 : cluster [INF] Manager daemon smithi080.aipsvo is now available 2023-12-25T20:12:52.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: audit 2023-12-25T20:12 2023-12-25T20:12:52.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: :52.260716+0000 mon.smithi080 (mon.0) 40 : 2023-12-25T20:12:52.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:52 smithi080 conmon[36722]: audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:12:53.240 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-25T20:12:53.240 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-25T20:12:53.241 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "initialized": true 2023-12-25T20:12:53.241 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-25T20:12:53.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:53 smithi080 conmon[36722]: cephadm 2023-12-25T20:12:52.258218+0000 mgr.smithi080.aipsvo (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-25T20:12:53.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:53 smithi080 conmon[36722]: audit 2023-12-25T20:12:52.346730+0000 mon.smithi080 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:12:53.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:53 smithi080 conmon[36722]: audit 2023-12-25T20:12:52.347854+0000 mon.smithi080 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:12:53.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:53 smithi080 conmon[36722]: audit 2023-12-25T20:12:52.349209+0000 mon.smithi080 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:12:53.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:53 smithi080 conmon[36722]: audit 2023-12-25T20:12:52.351201+0000 mon.smithi080 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:12:53.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:53 smithi080 conmon[36722]: audit 2023-12-25T20:12:52.364887+0000 mon.smithi080 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.aipsvo/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:12:53.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:53 smithi080 conmon[36722]: audit 2023-12-25T20:12:52.367718+0000 mon.smithi080 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.aipsvo/trash_purge_schedule"}]: dispatch 2023-12-25T20:12:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:53 smithi080 conmon[36722]: cluster 2023-12-25T20:12:53.234340+0000 mon.smithi080 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi080.aipsvo(active, since 1.00532s) 2023-12-25T20:12:53.746 INFO:teuthology.orchestra.run.smithi080.stderr:mgr epoch 5 is available 2023-12-25T20:12:53.746 INFO:teuthology.orchestra.run.smithi080.stderr:Setting orchestrator backend to cephadm... 2023-12-25T20:12:54.772 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:54 smithi080 conmon[36722]: audit 2023-12-25T20:12:53.233636+0000 mgr.smithi080.aipsvo (mgr.14116) 2 2023-12-25T20:12:54.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:54 smithi080 conmon[36722]: : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-25T20:12:54.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:54 smithi080 conmon[36722]: audit 2023-12-25T20:12:53.240602+0000 mgr.smithi080.aipsvo (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-25T20:12:55.429 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: value unchanged 2023-12-25T20:12:55.628 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:55 smithi080 conmon[36722]: audit 2023-12-25T20:12:54.348152+0000 mgr.smithi080.aipsvo (mgr.14116) 4 : audit 2023-12-25T20:12:55.628 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:55 smithi080 conmon[36722]: [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:12:55.628 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:55 smithi080 conmon[36722]: cluster 2023-12-25T20:12:54.350417+0000 mon.smithi080 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi080.aipsvo(active, since 2s) 2023-12-25T20:12:55.628 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:55 smithi080 conmon[36722]: audit 2023-12-25T20:12:54.353301+0000 mon.smithi080 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:12:55.628 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:55 smithi080 conmon[36722]: audit 2023-12-25T20:12:54.374518+0000 mon.smithi080 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:12:55.954 INFO:teuthology.orchestra.run.smithi080.stderr:Generating ssh key... 2023-12-25T20:12:56.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:56 smithi080 conmon[36722]: audit 2023-12-25T20:12:55.428460+0000 mgr.smithi080.aipsvo (mgr.14116) 5 : audit 2023-12-25T20:12:56.995 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:56 smithi080 conmon[36722]: [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:12:57.941 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMyQ9UpxQY6lQh7EGjKIJXjvw5uWRQRVhjhEtwnXXwvBIskjQMMPteKaipc4Sj30xCzrAMTB1YK0RnGBxbjteE31MYUb0TkraGfpPlrF5iemBDXVml1SKzvZm2A0jDfCOqjOBmjhcf2KeWm3Gv0t+RHS6IXsyiKBj1BFLCJyHPyL4jAyfDU5PXSuENZ6SnXy4q+HY2nT71UY68G+QsSeAjBeUqyNOM5hFKCpAk/xLdgyujWnJ/FqQSKZsqEi4Vl9g8QZ/9fne8D5LBoahUjwqjqZzngE8LjbQVu57ogtYkajkfS9CraQORHhGNuG20AAgAWZqdPo/cjhRIjlTnjn3zdXTeztg7rYkkNdk8wi2GKoml+uOdI/EUJX3O7suSKctN6q0TB2FbUIIj40AajyVmHpYDtdJaoH8kdAnqk7lz8nkn7yk5PPE4hz2si943UHOsiWkeQCJkhxgGYTbVXq6XW1eGEoLtH+Y9Jk+q280TztJt3CWlD/LuEptf3r4xunU= ceph-d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:12:58.111 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:57 smithi080 conmon[36722]: audit 2023-12-25T20:12:56.545020+0000 2023-12-25T20:12:58.111 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:57 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:12:58.111 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:57 smithi080 conmon[36722]: cephadm 2023-12-25T20:12:56.545254+0000 mgr.smithi080.aipsvo (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-25T20:12:58.111 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:57 smithi080 conmon[36722]: audit 2023-12-25T20:12:56.814485+0000 mon.smithi080 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:12:58.111 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:57 smithi080 conmon[36722]: audit 2023-12-25T20:12:56.819618+0000 mon.smithi080 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:12:58.437 INFO:teuthology.orchestra.run.smithi080.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-25T20:12:58.438 INFO:teuthology.orchestra.run.smithi080.stderr:Adding key to root@localhost authorized_keys... 2023-12-25T20:12:58.439 INFO:teuthology.orchestra.run.smithi080.stderr:Adding host smithi080... 2023-12-25T20:12:59.191 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:12:58 smithi080 conmon[36722]: audit 2023-12-25T20:12:57.941603+0000 mgr.smithi080.aipsvo (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:12:59.706 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Added host 'smithi080' with addr '172.21.15.80' 2023-12-25T20:13:00.261 INFO:teuthology.orchestra.run.smithi080.stderr:Deploying mon service with default placement... 2023-12-25T20:13:00.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:00 smithi080 conmon[36722]: audit 2023-12-25T20:12:59.083246+0000 mgr.smithi080.aipsvo (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi080", "addr": "172.21.15.80", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:13:00.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:00 smithi080 conmon[36722]: audit 2023-12-25T20:12:59.705082+0000 mon.smithi080 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:00.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:00 smithi080 conmon[36722]: cephadm 2023-12-25T20:12:59.705390+0000 mgr.smithi080.aipsvo (mgr.14116) 10 : cephadm [INF] Added host smithi080 2023-12-25T20:13:00.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:00 smithi080 conmon[36722]: audit 2023-12-25T20:12:59.708003+0000 mon.smithi080 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:13:00.927 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-25T20:13:01.635 INFO:teuthology.orchestra.run.smithi080.stderr:Deploying mgr service with default placement... 2023-12-25T20:13:02.219 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:01 smithi080 conmon[36722]: audit 2023-12-25T20:13:00.922467+0000 mgr.smithi080.aipsvo (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:13:02.219 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:01 smithi080 conmon[36722]: cephadm 2023-12-25T20:13:00 2023-12-25T20:13:02.219 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:01 smithi080 conmon[36722]: .923611+0000 mgr.smithi080.aipsvo (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-25T20:13:02.219 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:01 smithi080 conmon[36722]: audit 2023-12-25T20:13:00.927262+0000 mon.smithi080 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:02.675 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-25T20:13:03.194 INFO:teuthology.orchestra.run.smithi080.stderr:Deploying crash service with default placement... 2023-12-25T20:13:03.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:03 smithi080 conmon[36722]: audit 2023-12-25T20:13:02.276865+0000 mon.smithi080 (mon.0) 56 : 2023-12-25T20:13:03.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:03 smithi080 conmon[36722]: audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:03.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:03 smithi080 conmon[36722]: audit 2023-12-25T20:13:02.548904+0000 mon.smithi080 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:03.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:03 smithi080 conmon[36722]: audit 2023-12-25T20:13:02.672047+0000 mgr.smithi080.aipsvo (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:13:03.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:03 smithi080 conmon[36722]: cephadm 2023-12-25T20:13:02.672931+0000 mgr.smithi080.aipsvo (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-25T20:13:03.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:03 smithi080 conmon[36722]: audit 2023-12-25T20:13:02.675079+0000 mon.smithi080 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:03.906 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-25T20:13:04.477 INFO:teuthology.orchestra.run.smithi080.stderr:Deploying prometheus service with default placement... 2023-12-25T20:13:05.175 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:04 smithi080 conmon[36722]: audit 2023-12-25T20:13:03.869875+0000 mon.smithi080 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:05.176 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:04 smithi080 conmon[36722]: audit 2023-12-25T20:13:03.906685+0000 mon.smithi080 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:05.190 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-25T20:13:05.919 INFO:teuthology.orchestra.run.smithi080.stderr:Deploying grafana service with default placement... 2023-12-25T20:13:05.926 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:05 smithi080 conmon[36722]: audit 2023-12-25T20:13:03.902806+0000 mgr.smithi080.aipsvo (mgr.14116) 15 2023-12-25T20:13:05.926 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:05 smithi080 conmon[36722]: : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:13:05.927 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:05 smithi080 conmon[36722]: cephadm 2023-12-25T20:13:03.903802+0000 mgr.smithi080.aipsvo (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-25T20:13:05.927 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:05 smithi080 conmon[36722]: 2023-12-25T20:13:05.927 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:05 smithi080 conmon[36722]: audit 2023- 2023-12-25T20:13:05.927 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:05 smithi080 conmon[36722]: 12-25T20:13:05.185375+0000 mon.smithi080 ( 2023-12-25T20:13:05.927 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:05 smithi080 conmon[36722]: mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:06.487 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-25T20:13:06.993 INFO:teuthology.orchestra.run.smithi080.stderr:Deploying node-exporter service with default placement... 2023-12-25T20:13:07.158 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:06 smithi080 conmon[36722]: audit 2023-12-25T20:13:05.182454+0000 mgr.smithi080.aipsvo (mgr.14116) 2023-12-25T20:13:07.158 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:06 smithi080 conmon[36722]: 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:13:07.158 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:06 smithi080 conmon[36722]: cephadm 2023-12-25T20:13:05.183268+0000 mgr.smithi080.aipsvo (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-25T20:13:07.158 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:06 smithi080 conmon[36722]: audit 2023-12-25T20:13:06.487551+0000 mon.smithi080 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:07.588 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-25T20:13:08.126 INFO:teuthology.orchestra.run.smithi080.stderr:Deploying alertmanager service with default placement... 2023-12-25T20:13:08.135 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:07 smithi080 conmon[36722]: audit 2023-12-25T20:13:06.484611+0000 mgr.smithi080.aipsvo (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:13:08.135 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:07 smithi080 conmon[36722]: cephadm 2023-12-25T20:13:06.485446+0000 mgr.smithi080.aipsvo (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-25T20:13:08.135 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:07 smithi080 conmon[36722]: audit 2023-12-25T20:13 2023-12-25T20:13:08.135 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:07 smithi080 conmon[36722]: :07.588134+0000 mon.smithi080 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:08.135 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:07 smithi080 conmon[36722]: 2023-12-25T20:13:08.769 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-25T20:13:09.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:08 smithi080 conmon[36722]: audit 2023-12-25T20:13:07.585050+0000 mgr.smithi080.aipsvo (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:13:09.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:08 smithi080 conmon[36722]: cephadm 2023-12-25T20:13:07.585915+0000 mgr.smithi080.aipsvo (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-25T20:13:09.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:08 smithi080 conmon[36722]: audit 2023-12-25T20:13:08.769858+0000 mon.smithi080 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.80:0/2440236031' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:10.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:09 smithi080 conmon[36722]: audit 2023-12-25T20:13:08.766674+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:13:10.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:09 smithi080 conmon[36722]: .14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:13:10.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:09 smithi080 conmon[36722]: cephadm 2023-12-25T20:13:08.767549+0000 mgr.smithi080.aipsvo (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-25T20:13:11.233 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:10 smithi080 conmon[36722]: audit 2023-12-25T20:13:09.892660+0000 mon.smithi080 (mon.0) 65 : 2023-12-25T20:13:11.233 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:10 smithi080 conmon[36722]: audit [INF] from='client.? 172.21.15.80:0/501643293' entity='client.admin' 2023-12-25T20:13:11.559 INFO:teuthology.orchestra.run.smithi080.stderr:Enabling the dashboard module... 2023-12-25T20:13:12.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:12 smithi080 conmon[36722]: audit 2023-12-25T20:13:11. 2023-12-25T20:13:12.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:12 smithi080 conmon[36722]: 033524+0000 mon.smithi080 (mon.0) 66 : audit [INF] from='client.? 172.21.15.80:0/3174790937' entity='client.admin' 2023-12-25T20:13:13.292 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:13 smithi080 conmon[36722]: audit 2023-12-25T20:13:12.190115+0000 mon.smithi080 (mon.0) 67 : audit [INF] from='client.? 172.21.15.80:0/474785930' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-25T20:13:13.292 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:13 smithi080 conmon[36722]: cluster 2023-12-25T20:13:12.235445+0000 mgr.smithi080.aipsvo (mgr.14116) 25 : cluster 2023-12-25T20:13:13.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:13 smithi080 conmon[36722]: [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:13:14.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:14 smithi080 conmon[36722]: audit 2023-12-25T20:13:13.040048+0000 mon.smithi080 (mon.0) 68 : audit [INF] 2023-12-25T20:13:14.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:14 smithi080 conmon[36722]: from='client.? 172.21.15.80:0/474785930' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-25T20:13:14.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:14 smithi080 conmon[36722]: cluster 2023-12-25T20:13:13.040099+0000 mon.smithi080 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi080.aipsvo(active, since 20s) 2023-12-25T20:13:14.299 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-25T20:13:14.300 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-25T20:13:14.300 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "available": true, 2023-12-25T20:13:14.300 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "active_name": "smithi080.aipsvo", 2023-12-25T20:13:14.300 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-25T20:13:14.300 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-25T20:13:14.833 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for the mgr to restart... 2023-12-25T20:13:14.833 INFO:teuthology.orchestra.run.smithi080.stderr:Waiting for mgr epoch 9... 2023-12-25T20:13:15.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:15 smithi080 conmon[36722]: audit 2023-12-25T20:13:14.299737+0000 mon.smithi080 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.80:0/1943358910' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-25T20:13:18.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: cluster 2023-12-25T20:13:18.465907+0000 mon.smithi080 (mon.0) 71 : cluster [INF] Active manager daemon smithi080.aipsvo restarted 2023-12-25T20:13:18.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: cluster 2023-12-25T20:13:18.466185+0000 2023-12-25T20:13:18.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: mon.smithi080 (mon.0) 72 : cluster [INF] Activating manager daemon smithi080.aipsvo 2023-12-25T20:13:18.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: cluster 2023-12-25T20:13:18.468777+0000 mon.smithi080 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-25T20:13:18.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: cluster 2023-12-25T20:13:18.468878+0000 mon.smithi080 (mon.0) 2023-12-25T20:13:18.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: 74 : cluster [DBG] mgrmap e10: smithi080.aipsvo(active, starting, since 0.00279501s) 2023-12-25T20:13:18.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: audit 2023-12-25T20:13:18 2023-12-25T20:13:18.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: .469796+0000 mon.smithi080 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: audit 2023-12-25 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: T20:13:18.470404+0000 mon.smithi080 (mon. 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: 0) 76 : audit [DBG] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mgr metadata", "who": "smithi080.aipsvo", "id": "smithi080.aipsvo"}]: dispatch 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: audit 2023-12-25T20 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: :13:18.471198+0000 mon.smithi080 (mon.0) 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: 77 : audit [DBG] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: audit 2023-12-25T20:13 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: :18.471369+0000 mon.smithi080 (mon.0) 78 : 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: audit [DBG] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: audit 2023-12-25T20:13:18. 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: 471480+0000 mon.smithi080 (mon.0) 79 : audit 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: [DBG] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: cluster 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: 2023-12-25T20:13:18.485743+0000 mon.smithi080 (mon. 2023-12-25T20:13:18.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:18 smithi080 conmon[36722]: 0) 80 : cluster [INF] Manager daemon smithi080.aipsvo is now available 2023-12-25T20:13:19.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: { 2023-12-25T20:13:19.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-25T20:13:19.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: "initialized": true 2023-12-25T20:13:19.477 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: } 2023-12-25T20:13:19.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:19 smithi080 conmon[36722]: audit 2023-12-25T20:13:18.580946+0000 mon.smithi080 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:13:19.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:19 smithi080 conmon[36722]: audit 2023-12-25T20:13:18.582266+0000 mon.smithi080 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:13:19.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:19 smithi080 conmon[36722]: audit 2023-12-25T20:13:18.605618+0000 mon.smithi080 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.aipsvo/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:13:19.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:19 smithi080 conmon[36722]: audit 2023-12-25T20:13:18.608515+0000 mon.smithi080 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.aipsvo/trash_purge_schedule"}]: dispatch 2023-12-25T20:13:19.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:19 smithi080 conmon[36722]: cluster 2023-12-25T20:13:19.470897+0000 mon.smithi080 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi080.aipsvo(active, since 1.00481s) 2023-12-25T20:13:20.107 INFO:teuthology.orchestra.run.smithi080.stderr:mgr epoch 9 is available 2023-12-25T20:13:20.107 INFO:teuthology.orchestra.run.smithi080.stderr:Generating a dashboard self-signed certificate... 2023-12-25T20:13:20.827 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-25T20:13:21.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:20 smithi080 conmon[36722]: audit 2023-12-25T20:13:19.470259+0000 mgr.smithi080.aipsvo (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-25T20:13:21.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:20 smithi080 conmon[36722]: audit 2023-12-25T20:13:19.477030 2023-12-25T20:13:21.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:20 smithi080 conmon[36722]: +0000 mgr.smithi080.aipsvo (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-25T20:13:21.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:20 smithi080 conmon[36722]: audit 2023-12-25T20:13:19.648847+0000 mon.smithi080 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:21.642 INFO:teuthology.orchestra.run.smithi080.stderr:Creating initial admin user... 2023-12-25T20:13:21.981 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:21 smithi080 conmon[36722]: cluster 2023-12-25T20:13:20.656414+0000 mon.smithi080 (mon.0) 87 : cluster [DBG] 2023-12-25T20:13:21.981 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:21 smithi080 conmon[36722]: mgrmap e12: smithi080.aipsvo(active, since 2s) 2023-12-25T20:13:21.982 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:21 smithi080 conmon[36722]: audit 2023-12-25T20:13:20.761636+0000 mgr.smithi080.aipsvo (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:13:21.982 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:21 smithi080 conmon[36722]: audit 2023-12-25T20:13:20.826020+0000 mon.smithi080 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:21.982 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:21 smithi080 conmon[36722]: audit 2023-12-25T20:13:20.827869+0000 mon.smithi080 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:22.643 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$3ygmRewscD2E1f2uD1JScuhl3R5JFbg2.utvD5oysUdlhaJy1P.ha", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703535202, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-25T20:13:23.173 INFO:teuthology.orchestra.run.smithi080.stderr:Fetching dashboard port number... 2023-12-25T20:13:23.808 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: 8443 2023-12-25T20:13:23.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:23 smithi080 conmon[36722]: audit 2023-12-25T20:13:22.426316+0000 mgr.smithi080.aipsvo (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:13:23.988 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:23 smithi080 conmon[36722]: audit 2023-12-25T20:13:22.643731+0000 mon.smithi080 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:24.340 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: disabled 2023-12-25T20:13:24.347 INFO:teuthology.orchestra.run.smithi080.stderr:systemctl: inactive 2023-12-25T20:13:24.347 INFO:teuthology.orchestra.run.smithi080.stderr:firewalld.service is not enabled 2023-12-25T20:13:24.347 INFO:teuthology.orchestra.run.smithi080.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-25T20:13:24.350 INFO:teuthology.orchestra.run.smithi080.stderr:Ceph Dashboard is now available at: 2023-12-25T20:13:24.350 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-25T20:13:24.350 INFO:teuthology.orchestra.run.smithi080.stderr: URL: https://smithi080.front.sepia.ceph.com:8443/ 2023-12-25T20:13:24.350 INFO:teuthology.orchestra.run.smithi080.stderr: User: admin 2023-12-25T20:13:24.350 INFO:teuthology.orchestra.run.smithi080.stderr: Password: egw6r7lhby 2023-12-25T20:13:24.350 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-25T20:13:24.350 INFO:teuthology.orchestra.run.smithi080.stderr:Enabling autotune for osd_memory_target 2023-12-25T20:13:24.965 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:24 smithi080 conmon[36722]: audit 2023-12-25T20:13:23.808553+0000 mon.smithi080 ( 2023-12-25T20:13:24.965 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:24 smithi080 conmon[36722]: mon.0) 91 : audit [DBG] from='client.? 172.21.15.80:0/1370991984' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-25T20:13:25.726 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:25 smithi080 conmon[36722]: cluster 2023-12-25T20:13:24.645657+0000 mon.smithi080 (mon.0) 92 2023-12-25T20:13:25.726 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:25 smithi080 conmon[36722]: : cluster [DBG] mgrmap e13: smithi080.aipsvo(active, since 6s) 2023-12-25T20:13:26.167 INFO:teuthology.orchestra.run.smithi080.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-25T20:13:26.715 INFO:teuthology.orchestra.run.smithi080.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-25T20:13:26.715 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-25T20:13:26.715 INFO:teuthology.orchestra.run.smithi080.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:13:26.715 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-25T20:13:26.715 INFO:teuthology.orchestra.run.smithi080.stderr:Or, if you are only running a single cluster on this host: 2023-12-25T20:13:26.715 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-25T20:13:26.715 INFO:teuthology.orchestra.run.smithi080.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-25T20:13:26.716 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-25T20:13:26.716 INFO:teuthology.orchestra.run.smithi080.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-25T20:13:26.716 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-25T20:13:26.716 INFO:teuthology.orchestra.run.smithi080.stderr: ceph telemetry on 2023-12-25T20:13:26.716 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-25T20:13:26.716 INFO:teuthology.orchestra.run.smithi080.stderr:For more information see: 2023-12-25T20:13:26.716 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-25T20:13:26.716 INFO:teuthology.orchestra.run.smithi080.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-25T20:13:26.716 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-25T20:13:26.716 INFO:teuthology.orchestra.run.smithi080.stderr:Bootstrap complete. 2023-12-25T20:13:26.736 INFO:tasks.cephadm:Fetching config... 2023-12-25T20:13:26.736 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-25T20:13:26.736 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-25T20:13:26.765 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-25T20:13:26.765 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-25T20:13:26.765 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-25T20:13:26.832 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-25T20:13:26.833 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-25T20:13:26.833 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/keyring of=/dev/stdout 2023-12-25T20:13:26.911 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-25T20:13:26.912 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-25T20:13:26.912 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-25T20:13:26.987 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-25T20:13:26.987 DEBUG:teuthology.orchestra.run.smithi080:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMyQ9UpxQY6lQh7EGjKIJXjvw5uWRQRVhjhEtwnXXwvBIskjQMMPteKaipc4Sj30xCzrAMTB1YK0RnGBxbjteE31MYUb0TkraGfpPlrF5iemBDXVml1SKzvZm2A0jDfCOqjOBmjhcf2KeWm3Gv0t+RHS6IXsyiKBj1BFLCJyHPyL4jAyfDU5PXSuENZ6SnXy4q+HY2nT71UY68G+QsSeAjBeUqyNOM5hFKCpAk/xLdgyujWnJ/FqQSKZsqEi4Vl9g8QZ/9fne8D5LBoahUjwqjqZzngE8LjbQVu57ogtYkajkfS9CraQORHhGNuG20AAgAWZqdPo/cjhRIjlTnjn3zdXTeztg7rYkkNdk8wi2GKoml+uOdI/EUJX3O7suSKctN6q0TB2FbUIIj40AajyVmHpYDtdJaoH8kdAnqk7lz8nkn7yk5PPE4hz2si943UHOsiWkeQCJkhxgGYTbVXq6XW1eGEoLtH+Y9Jk+q280TztJt3CWlD/LuEptf3r4xunU= ceph-d1fa5dae-a361-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T20:13:27.074 INFO:teuthology.orchestra.run.smithi080.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMyQ9UpxQY6lQh7EGjKIJXjvw5uWRQRVhjhEtwnXXwvBIskjQMMPteKaipc4Sj30xCzrAMTB1YK0RnGBxbjteE31MYUb0TkraGfpPlrF5iemBDXVml1SKzvZm2A0jDfCOqjOBmjhcf2KeWm3Gv0t+RHS6IXsyiKBj1BFLCJyHPyL4jAyfDU5PXSuENZ6SnXy4q+HY2nT71UY68G+QsSeAjBeUqyNOM5hFKCpAk/xLdgyujWnJ/FqQSKZsqEi4Vl9g8QZ/9fne8D5LBoahUjwqjqZzngE8LjbQVu57ogtYkajkfS9CraQORHhGNuG20AAgAWZqdPo/cjhRIjlTnjn3zdXTeztg7rYkkNdk8wi2GKoml+uOdI/EUJX3O7suSKctN6q0TB2FbUIIj40AajyVmHpYDtdJaoH8kdAnqk7lz8nkn7yk5PPE4hz2si943UHOsiWkeQCJkhxgGYTbVXq6XW1eGEoLtH+Y9Jk+q280TztJt3CWlD/LuEptf3r4xunU= ceph-d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:13:27.087 DEBUG:teuthology.orchestra.run.smithi129:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMyQ9UpxQY6lQh7EGjKIJXjvw5uWRQRVhjhEtwnXXwvBIskjQMMPteKaipc4Sj30xCzrAMTB1YK0RnGBxbjteE31MYUb0TkraGfpPlrF5iemBDXVml1SKzvZm2A0jDfCOqjOBmjhcf2KeWm3Gv0t+RHS6IXsyiKBj1BFLCJyHPyL4jAyfDU5PXSuENZ6SnXy4q+HY2nT71UY68G+QsSeAjBeUqyNOM5hFKCpAk/xLdgyujWnJ/FqQSKZsqEi4Vl9g8QZ/9fne8D5LBoahUjwqjqZzngE8LjbQVu57ogtYkajkfS9CraQORHhGNuG20AAgAWZqdPo/cjhRIjlTnjn3zdXTeztg7rYkkNdk8wi2GKoml+uOdI/EUJX3O7suSKctN6q0TB2FbUIIj40AajyVmHpYDtdJaoH8kdAnqk7lz8nkn7yk5PPE4hz2si943UHOsiWkeQCJkhxgGYTbVXq6XW1eGEoLtH+Y9Jk+q280TztJt3CWlD/LuEptf3r4xunU= ceph-d1fa5dae-a361-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T20:13:27.139 INFO:teuthology.orchestra.run.smithi129.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMyQ9UpxQY6lQh7EGjKIJXjvw5uWRQRVhjhEtwnXXwvBIskjQMMPteKaipc4Sj30xCzrAMTB1YK0RnGBxbjteE31MYUb0TkraGfpPlrF5iemBDXVml1SKzvZm2A0jDfCOqjOBmjhcf2KeWm3Gv0t+RHS6IXsyiKBj1BFLCJyHPyL4jAyfDU5PXSuENZ6SnXy4q+HY2nT71UY68G+QsSeAjBeUqyNOM5hFKCpAk/xLdgyujWnJ/FqQSKZsqEi4Vl9g8QZ/9fne8D5LBoahUjwqjqZzngE8LjbQVu57ogtYkajkfS9CraQORHhGNuG20AAgAWZqdPo/cjhRIjlTnjn3zdXTeztg7rYkkNdk8wi2GKoml+uOdI/EUJX3O7suSKctN6q0TB2FbUIIj40AajyVmHpYDtdJaoH8kdAnqk7lz8nkn7yk5PPE4hz2si943UHOsiWkeQCJkhxgGYTbVXq6XW1eGEoLtH+Y9Jk+q280TztJt3CWlD/LuEptf3r4xunU= ceph-d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:13:27.151 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-25T20:13:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:27 smithi080 conmon[36722]: audit 2023-12-25T20:13:26.165242+0000 mon.smithi080 (mon.0) 93 : audit [INF] from='client.? 172.21.15.80:0/1714376712' entity='client.admin' 2023-12-25T20:13:29.852 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-25T20:13:29.853 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-25T20:13:30.516 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:30 smithi080 conmon[36722]: audit 2023-12-25T20:13:29.247114+0000 mon.smithi080 (mon.0) 94 : audit [INF] from='client.? 172.21.15.80:0/1394590443' entity='client.admin' 2023-12-25T20:13:32.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:31 smithi080 conmon[36722]: audit 2023-12-25T20:13:30.624797+0000 mon.smithi080 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:32.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:31 smithi080 conmon[36722]: audit 2023-12-25T20:13:31.080809+0000 mon.smithi080 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:13:32.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:31 smithi080 conmon[36722]: audit 2023-12-25T20:13:31.084616+0000 mon.smithi080 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:32.261 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi129 2023-12-25T20:13:32.261 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-12-25T20:13:32.261 DEBUG:teuthology.orchestra.run.smithi129:> dd of=/etc/ceph/ceph.conf 2023-12-25T20:13:32.282 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-12-25T20:13:32.282 DEBUG:teuthology.orchestra.run.smithi129:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T20:13:32.342 INFO:tasks.cephadm:Adding host smithi129 to orchestrator... 2023-12-25T20:13:32.342 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch host add smithi129 2023-12-25T20:13:33.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:32 smithi080 conmon[36722]: cephadm 2023-12-25T20:13:31.093340+0000 mgr.smithi080.aipsvo (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi080 on smithi080 2023-12-25T20:13:33.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:32 smithi080 conmon[36722]: audit 2023-12-25T20:13:31.709958+0000 mgr.smithi080.aipsvo (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:13:33.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:32 smithi080 conmon[36722]: audit 2023-12-25T20:13:31.712503+0000 mon.smithi080 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:39 smithi080 conmon[36722]: cluster 2023-12-25T20:13:38.472563+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:13:40.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:39 smithi080 conmon[36722]: .14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:13:40.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:40 smithi080 conmon[36722]: audit 2023-12-25T20:13:39.645464+0000 mon.smithi080 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:40.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:40 smithi080 conmon[36722]: audit 2023-12-25T20:13:39.647052+0000 mon.smithi080 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi080", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T20:13:40.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:40 smithi080 conmon[36722]: audit 2023-12-25T20:13:39.651359+0000 mon.smithi080 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi080", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-25T20:13:40.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:40 smithi080 conmon[36722]: audit 2023-12-25T20:13:39.651891+0000 mon.smithi080 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:13:40.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:40 smithi080 conmon[36722]: cephadm 2023-12-25T20:13:39.652329+0000 mgr.smithi080.aipsvo (mgr.14156) 8 : cephadm [INF] Deploying daemon crash.smithi080 on smithi080 2023-12-25T20:13:42.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:41 smithi080 conmon[36722]: cluster 2023-12-25T20:13:40.472867+0000 mgr.smithi080.aipsvo (mgr.14156) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:13:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:42 smithi080 conmon[36722]: audit 2023-12-25T20:13:41.786697+0000 mon.smithi080 (mon.0) 103 : audit 2023-12-25T20:13:43.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:42 smithi080 conmon[36722]: [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:43.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:42 smithi080 conmon[36722]: audit 2023-12-25T20:13:41.863726+0000 mon.smithi080 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:43.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:42 smithi080 conmon[36722]: audit 2023-12-25T20:13:41.865482+0000 mon.smithi080 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:43.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:42 smithi080 conmon[36722]: audit 2023-12-25T20:13:41.867380+0000 mon.smithi080 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-25T20:13:43.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:42 smithi080 conmon[36722]: audit 2023-12-25T20:13:41.867722+0000 mgr.smithi080.aipsvo (mgr.14156) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-25T20:13:43.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:42 smithi080 conmon[36722]: audit 2023-12-25T20:13:41.870054+0000 mon.smithi080 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:43.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:42 smithi080 conmon[36722]: cephadm 2023-12-25T20:13:41.875211+0000 mgr.smithi080.aipsvo (mgr.14156) 11 : cephadm [INF] Deploying daemon grafana.smithi080 on smithi080 2023-12-25T20:13:44.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:43 smithi080 conmon[36722]: cluster 2023-12-25T20:13:42.473277+0000 mgr.smithi080.aipsvo (mgr.14156) 12 : cluster 2023-12-25T20:13:44.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:43 smithi080 conmon[36722]: [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:13:44.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:43 smithi080 conmon[36722]: audit 2023-12-25T20:13:43.600394+0000 mon.smithi080 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:13:46.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:45 smithi080 conmon[36722]: cluster 2023-12-25T20:13:44.473600+0000 2023-12-25T20:13:46.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:45 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:13:48.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:47 smithi080 conmon[36722]: cluster 2023-12-25T20:13:46.473822+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:13:48.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:47 smithi080 conmon[36722]: 14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:13:50.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:49 smithi080 conmon[36722]: cluster 2023-12-25T20:13:48.474030+0000 2023-12-25T20:13:50.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:49 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:13:52.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:51 smithi080 conmon[36722]: cluster 2023-12-25T20:13:50.474277+0000 mgr.smithi080.aipsvo (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:13:54.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:53 smithi080 conmon[36722]: cluster 2023-12-25T20:13:52.474539+0000 mgr.smithi080.aipsvo 2023-12-25T20:13:54.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:53 smithi080 conmon[36722]: (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:13:56.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:55 smithi080 conmon[36722]: cluster 2023-12-25T20:13:54.474800+0000 mgr.smithi080.aipsvo (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:13:58.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:57 smithi080 conmon[36722]: cluster 2023-12-25T20:13:56.475176+0000 mgr.smithi080.aipsvo (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:00.154 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:13:59 smithi080 conmon[36722]: cluster 2023-12-25T20:13:58.475514+0000 mgr.smithi080.aipsvo (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:01.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:01 smithi080 conmon[36722]: audit 2023-12-25T20:14:00.040652+0000 mon.smithi080 (mon 2023-12-25T20:14:01.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:01 smithi080 conmon[36722]: .0) 109 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:01.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:01 smithi080 conmon[36722]: cephadm 2023-12-25T20:14:00.042621+0000 mgr.smithi080.aipsvo (mgr.14156) 21 2023-12-25T20:14:01.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:01 smithi080 conmon[36722]: : cephadm [INF] Deploying daemon node-exporter.smithi080 on smithi080 2023-12-25T20:14:02.296 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:02 smithi080 conmon[36722]: cluster 2023-12-25T20:14:00.475767+0000 mgr.smithi080.aipsvo (mgr.14156) 2023-12-25T20:14:02.296 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:02 smithi080 conmon[36722]: 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:04.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:04 smithi080 conmon[36722]: cluster 2023-12-25T20:14:02.476052+0000 mgr.smithi080.aipsvo (mgr.14156) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:04.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:04 smithi080 conmon[36722]: audit 2023-12-25T20:14: 2023-12-25T20:14:04.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:04 smithi080 conmon[36722]: 03.573641+0000 mon.smithi080 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:04.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:04 smithi080 conmon[36722]: audit 2023-12-25T20:14:03.575758+0000 mon.smithi080 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-25T20:14:04.239 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:04 smithi080 conmon[36722]: 2023-12-25T20:14:04.240 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:04 smithi080 conmon[36722]: audit 2023-12-25T20:14:03.604976 2023-12-25T20:14:04.240 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:04 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:05.801 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:05 smithi080 conmon[36722]: audit 2023-12-25T20:14:04.575193+0000 mon.smithi080 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.80:0/75568693' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-25T20:14:05.801 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:05 smithi080 conmon[36722]: cluster 2023-12-25T20:14: 2023-12-25T20:14:05.802 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:05 smithi080 conmon[36722]: 04.575245+0000 mon.smithi080 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi080.aipsvo(active, since 46s) 2023-12-25T20:14:10.171 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: cluster 2023-12-25T20:14:09.992092+0000 mon.smithi080 (mon.0 2023-12-25T20:14:10.171 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: ) 115 : cluster [INF] Active manager daemon smithi080.aipsvo restarted 2023-12-25T20:14:10.171 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: cluster 2023-12-25T20:14:09.992318+0000 mon.smithi080 (mon.0) 116 : cluster [INF] Activating manager daemon smithi080.aipsvo 2023-12-25T20:14:10.171 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: cluster 2023-12-25T20:14:09 2023-12-25T20:14:10.171 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: .994863+0000 mon.smithi080 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-25T20:14:10.171 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: cluster 2023-12-25T20:14:09.994980+0000 mon.smithi080 (mon 2023-12-25T20:14:10.171 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: .0) 118 : cluster [DBG] mgrmap e15: smithi080.aipsvo(active, starting, since 0.0027486s) 2023-12-25T20:14:10.171 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: audit 2023-12-25T20 2023-12-25T20:14:10.171 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: :14:09.996044+0000 mon.smithi080 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2023-12-25T20:14:10.171 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: audit 2023-12-25T20:14:09.996575+0000 mon.smithi080 (mon.0) 120 2023-12-25T20:14:10.172 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mgr metadata", "who": "smithi080.aipsvo", "id": "smithi080.aipsvo"}]: dispatch 2023-12-25T20:14:10.172 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: audit 2023-12 2023-12-25T20:14:10.172 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: -25T20:14:09.997214+0000 mon.smithi080 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T20:14:10.172 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: audit 2023-12-25T20:14:09.997352+0000 mon.smithi080 (mon.0) 122 : audit [DBG] 2023-12-25T20:14:10.172 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T20:14:10.172 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: audit 2023-12-25T20 2023-12-25T20:14:10.172 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: :14:09.997474+0000 mon.smithi080 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T20:14:10.172 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: cluster 2023-12-25T20:14:10.010694+0000 mon.smithi080 (mon.0) 2023-12-25T20:14:10.172 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:10 smithi080 conmon[36722]: 124 : cluster [INF] Manager daemon smithi080.aipsvo is now available 2023-12-25T20:14:11.330 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: audit 2023-12-25T20:14:10.107706 2023-12-25T20:14:11.330 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:14:11.330 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: audit 2023-12-25T20: 2023-12-25T20:14:11.330 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: 14:10.110651+0000 mon.smithi080 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:14:11.330 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: 2023-12-25T20:14:11.330 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: audit 2023-12 2023-12-25T20:14:11.330 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: -25T20:14:10.126096 2023-12-25T20:14:11.330 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 127 : audit 2023-12-25T20:14:11.330 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:11.330 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: audit 2023-12-25T20: 2023-12-25T20:14:11.330 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: 14:10.143392+0000 mon.smithi080 (mon.0) 128 : 2023-12-25T20:14:11.331 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.aipsvo/mirror_snapshot_schedule"}]: dispatch 2023-12-25T20:14:11.331 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: audit 2023-12-25T20 2023-12-25T20:14:11.331 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: :14:10.148317+0000 mon.smithi080 (mon.0 2023-12-25T20:14:11.331 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: ) 129 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi080.aipsvo/trash_purge_schedule"}]: dispatch 2023-12-25T20:14:11.331 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: cluster 2023-12-25T20:14:11.331 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: 2023-12-25T20: 2023-12-25T20:14:11.331 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: 14:10.998083+0000 mon.smithi080 (mon.0) 130 : 2023-12-25T20:14:11.331 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:11 smithi080 conmon[36722]: cluster [DBG] mgrmap e16: smithi080.aipsvo(active, since 1.00585s) 2023-12-25T20:14:13.326 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:13 smithi080 conmon[36722]: cluster 2023-12-25T20:14:12.047466+0000 mon.smithi080 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi080.aipsvo(active, since 2s) 2023-12-25T20:14:14.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: audit 2023-12-25T20:14:13.085013+0000 mon.smithi080 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:14.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: audit 2023-12-25T20:14:13.391808+0000 mon.smithi080 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:14:14.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: audit 2023-12-25T20:14:14.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: 2023-12-25T20:14:13. 2023-12-25T20:14:14.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: 392614+0000 mon.smithi080 (mon.0) 134 : audit [DBG] 2023-12-25T20:14:14.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:14:14.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: audit 2023-12-25T20:14:14.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: 2023-12-25T20:14:13.393208+0000 mon.smithi080 (mon.0 2023-12-25T20:14:14.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: ) 135 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: cephadm 2023-12-25T20: 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: 14:13.394225+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: 1 : cephadm [INF] Updating smithi080:/etc/ceph/ceph.conf 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: cephadm 2023-12-25T20: 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: 14:13.420681+0000 mgr.smithi080.aipsvo (mgr.14180) 2 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: : cephadm [INF] Updating smithi080:/etc/ceph/ceph.client.admin.keyring 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: audit 2023-12-25T20:14: 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: 13.450091+0000 mon.smithi080 (mon.0) 136 : audit 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: audit 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: 2023-12-25T20:14:13.452418+0000 mon.smithi080 (mon. 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: 0) 137 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: cephadm 2023-12-25T20: 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: 14:13.463573+0000 mgr.smithi080.aipsvo (mgr.14180) 3 2023-12-25T20:14:14.215 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:14 smithi080 conmon[36722]: : cephadm [INF] Deploying daemon prometheus.smithi080 on smithi080 2023-12-25T20:14:20.672 INFO:teuthology.orchestra.run.smithi129.stdout:Added host 'smithi129' with addr '172.21.15.129' 2023-12-25T20:14:21.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:20 smithi080 conmon[36722]: audit 2023-12-25T20:14:20.050708+0000 mgr.smithi080.aipsvo (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi129", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:14:21.225 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-25T20:14:21.937 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:21 smithi080 conmon[36722]: audit 2023-12-25T20:14:20.670774+0000 mon.smithi080 (mon. 2023-12-25T20:14:21.937 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:21 smithi080 conmon[36722]: 0) 138 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:21.937 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:21 smithi080 conmon[36722]: cephadm 2023-12-25T20:14:20.671056+0000 mgr.smithi080.aipsvo (mgr.14180) 5 : cephadm [INF] Added host smithi129 2023-12-25T20:14:21.937 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:21 smithi080 conmon[36722]: 2023-12-25T20:14:23.015 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:14:23.059 INFO:teuthology.orchestra.run.smithi129.stdout:[{"addr": "172.21.15.80", "hostname": "smithi080", "labels": [], "status": ""}, {"addr": "172.21.15.129", "hostname": "smithi129", "labels": [], "status": ""}] 2023-12-25T20:14:23.596 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-25T20:14:23.596 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-25T20:14:24.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:23 smithi080 conmon[36722]: audit 2023-12-25T20:14:23.014694+0000 mgr.smithi080.aipsvo (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:14:26.762 INFO:teuthology.orchestra.run.smithi080.stderr:adjusted tunables profile to default 2023-12-25T20:14:26.978 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:26 smithi080 conmon[36722]: audit 2023-12-25T20:14: 2023-12-25T20:14:26.978 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:26 smithi080 conmon[36722]: 26.705507+0000 mon.smithi080 (mon.0) 139 : audit [INF] from='client.? 172.21.15.80:0/4139127666' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-25T20:14:27.513 INFO:tasks.cephadm:Adding mon.smithi080 on smithi080 2023-12-25T20:14:27.514 INFO:tasks.cephadm:Adding mon.smithi129 on smithi129 2023-12-25T20:14:27.514 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi080:172.21.15.80=smithi080;smithi129:172.21.15.129=smithi129' 2023-12-25T20:14:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:27 smithi080 conmon[36722]: audit 2023-12-25T20:14:26.758762+0000 mon.smithi080 (mon.0) 140 : audit [INF] from='client.? 172.21.15.80:0/4139127666' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-25T20:14:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:27 smithi080 conmon[36722]: cluster 2023-12-25T20:14:26.758805+0000 mon.smithi080 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T20:14:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:27 smithi080 conmon[36722]: audit 2023-12-25T20:14:27.043415+0000 mon.smithi080 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:27 smithi080 conmon[36722]: audit 2023-12-25T20:14:27.044555+0000 mon.smithi080 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:14:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:27 smithi080 conmon[36722]: audit 2023-12-25T20:14:27.519194+0000 mon.smithi080 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:29.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:28 smithi080 conmon[36722]: audit 2023-12-25T20:14:27.926032+0000 mon.smithi080 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:29.333 INFO:teuthology.orchestra.run.smithi129.stdout:Scheduled mon update... 2023-12-25T20:14:30.352 DEBUG:teuthology.orchestra.run.smithi129:mon.smithi129> sudo journalctl -f -n 0 -u ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@mon.smithi129.service 2023-12-25T20:14:30.355 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:14:30.356 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:14:30.387 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:-- Logs begin at Mon 2023-12-25 20:02:39 UTC. -- 2023-12-25T20:14:30.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:30 smithi080 conmon[36722]: audit 2023-12-25T20:14:29.329764+0000 mgr.smithi080.aipsvo (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi080:172.21.15.80=smithi080;smithi129:172.21.15.129=smithi129", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:14:30.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:30 smithi080 conmon[36722]: cephadm 2023-12-25T20:14:29.331848+0000 2023-12-25T20:14:30.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:30 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi080:172.21.15.80=smithi080;smithi129:172.21.15.129=smithi129;count:2 2023-12-25T20:14:30.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:30 smithi080 conmon[36722]: audit 2023-12-25T20:14:29.334138+0000 mon.smithi080 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:30.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:30 smithi080 conmon[36722]: audit 2023-12-25T20:14:29.820031+0000 mon.smithi080 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:30.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:30 smithi080 conmon[36722]: audit 2023-12-25T20:14:30.130020+0000 mon.smithi080 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:31.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:31 smithi080 conmon[36722]: cluster 2023-12-25T20:14:29.998645+0000 mgr.smithi080.aipsvo (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:32.846 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:14:32.846 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"d1fa5dae-a361-11ee-95a5-87774f69a715","modified":"2023-12-25T20:12:28.522249Z","created":"2023-12-25T20:12:28.522249Z","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":"smithi080","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:14:32.848 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-12-25T20:14:33.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: cluster 2023-12-25T20:14:31.999023+0000 mgr.smithi080.aipsvo (mgr.14180) 10 : cluster [DBG] 2023-12-25T20:14:33.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:33.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: audit 2023-12-25T20:14:32.572975+0000 mon.smithi080 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:33.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: audit 2023-12-25T20:14:32.846378+0000 2023-12-25T20:14:33.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: mon.smithi080 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.129:0/3912158823' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:14:33.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: audit 2023-12-25T20:14: 2023-12-25T20:14:33.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: 32.898201+0000 mon.smithi080 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:33.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: audit 2023-12-25T20:14 2023-12-25T20:14:33.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: :32.899066+0000 mon.smithi080 (mon.0) 152 : audit 2023-12-25T20:14:33.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi129", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:14:33.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: audit 2023-12-25T20:14:33.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: 2023-12-25T20:14:32.900019+0000 mon.smithi080 (mon.0) 2023-12-25T20:14:33.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: 153 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:14:33.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: audit 2023-12-25T20:14:32.900811+0000 mon.smithi080 (mon 2023-12-25T20:14:33.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: .0) 154 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:14:33.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: audit 2023-12-25T20:14 2023-12-25T20:14:33.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: :32.980544+0000 mon.smithi080 (mon.0) 155 : audit 2023-12-25T20:14:33.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:33.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: audit 2023-12-25T20:14:33.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: 2023-12-25T20:14:32.985753+0000 mon.smithi080 (mon. 2023-12-25T20:14:33.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: 0) 156 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:33.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: audit 2023-12-25T20:14:32 2023-12-25T20:14:33.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: .987494+0000 mon.smithi080 (mon.0) 157 : audit [INF] 2023-12-25T20:14:33.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi129", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T20:14:33.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: audit 2023-12 2023-12-25T20:14:33.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: -25T20:14:32.991796+0000 mon.smithi080 (mon.0) 158 : audit 2023-12-25T20:14:33.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi129", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-25T20:14:33.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: audit 2023-12-25T20:14:33.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: 2023-12-25T20:14:32.992542+0000 mon.smithi080 (mon.0 2023-12-25T20:14:33.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:33 smithi080 conmon[36722]: ) 159 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:14:34.531 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:14:34.532 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:14:35.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:34 smithi080 conmon[36722]: cephadm 2023-12-25T20:14:32.902042+0000 mgr.smithi080.aipsvo (mgr.14180) 11 : cephadm [INF] Updating smithi129:/etc/ceph/ceph.conf 2023-12-25T20:14:35.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:34 smithi080 conmon[36722]: cephadm 2023-12-25T20:14:32.936809+0000 mgr.smithi080.aipsvo (mgr.14180) 12 : cephadm [INF] Updating smithi129:/etc/ceph/ceph.client.admin.keyring 2023-12-25T20:14:35.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:34 smithi080 conmon[36722]: cephadm 2023-12-25T20:14:32.993190+0000 mgr.smithi080.aipsvo (mgr.14180) 13 : cephadm [INF] Deploying daemon crash.smithi129 on smithi129 2023-12-25T20:14:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:35 smithi080 conmon[36722]: cluster 2023-12-25T20:14:33.999438+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:14:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:35 smithi080 conmon[36722]: mgr.14180) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:36.873 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:14:36.874 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"d1fa5dae-a361-11ee-95a5-87774f69a715","modified":"2023-12-25T20:12:28.522249Z","created":"2023-12-25T20:12:28.522249Z","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":"smithi080","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:14:36.875 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-12-25T20:14:37.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: cluster 2023-12-25T20:14:35.999728+0000 mgr.smithi080.aipsvo (mgr.14180) 15 : cluster [DBG] 2023-12-25T20:14:37.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:37.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: audit 2023-12-25T20:14:36.237609+0000 mon.smithi080 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:37.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: audit 2023-12-25T20:14:36.239841+0000 mon.smithi080 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi129.rnvyry", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T20:14:37.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: audit 2023-12-25T20:14:36.242675+0000 mon.smithi080 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi129.rnvyry", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-25T20:14:37.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: audit 2023-12-25T20: 2023-12-25T20:14:37.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: 14:36.243458+0000 mon.smithi080 (mon.0) 163 : 2023-12-25T20:14:37.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T20:14:37.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: audit 2023-12-25T20:14:36.244305 2023-12-25T20:14:37.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:14:37.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: cephadm 2023-12-25 2023-12-25T20:14:37.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: T20:14:36.244946+0000 mgr.smithi080.aipsvo (mgr.14180) 16 : cephadm 2023-12-25T20:14:37.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: [INF] Deploying daemon mgr.smithi129.rnvyry on smithi129 2023-12-25T20:14:37.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: audit 2023-12-25T20:14:37.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: 2023-12-25T20:14:36.873844+0000 mon.smithi080 (mon.0 2023-12-25T20:14:37.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:37 smithi080 conmon[36722]: ) 165 : audit [DBG] from='client.? 172.21.15.129:0/1696236347' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:14:38.806 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:14:38.807 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:14:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:39 smithi080 conmon[36722]: cluster 2023-12-25T20:14:38.000010+0000 mgr.smithi080.aipsvo (mgr.14180) 17 : cluster [DBG] 2023-12-25T20:14:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:39 smithi080 conmon[36722]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:39 smithi080 conmon[36722]: audit 2023-12-25T20:14:38.587987+0000 mon.smithi080 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:39 smithi080 conmon[36722]: audit 2023-12-25T20:14:38.590098+0000 mon.smithi080 (mon.0) 167 : audit 2023-12-25T20:14:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:39 smithi080 conmon[36722]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T20:14:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:39 smithi080 conmon[36722]: audit 2023-12-25T20:14:38.590869+0000 mon.smithi080 (mon.0) 168 2023-12-25T20:14:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:39 smithi080 conmon[36722]: : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:14:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:39 smithi080 conmon[36722]: cephadm 2023-12 2023-12-25T20:14:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:39 smithi080 conmon[36722]: -25T20:14:38.591522+0000 mgr.smithi080.aipsvo (mgr.14180) 18 : cephadm 2023-12-25T20:14:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:39 smithi080 conmon[36722]: [INF] Deploying daemon mon.smithi129 on smithi129 2023-12-25T20:14:41.139 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:14:41.139 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"d1fa5dae-a361-11ee-95a5-87774f69a715","modified":"2023-12-25T20:12:28.522249Z","created":"2023-12-25T20:12:28.522249Z","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":"smithi080","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T20:14:41.141 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2023-12-25T20:14:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:41 smithi080 conmon[36722]: cluster 2023-12-25T20:14:40.000356+0000 mgr.smithi080.aipsvo (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:41 smithi080 conmon[36722]: 2023-12-25T20:14:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:41 smithi080 conmon[36722]: audit 2023-12-25T20:14:40.134282+0000 mon.smithi080 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:41.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:41 smithi129 systemd[1]: Starting Ceph mon.smithi129 for d1fa5dae-a361-11ee-95a5-87774f69a715... 2023-12-25T20:14:42.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:42 smithi080 conmon[36722]: audit 2023-12-25T20:14:41.139411+0000 mon.smithi080 (mon.0) 170 : audit [DBG] 2023-12-25T20:14:42.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:42 smithi080 conmon[36722]: from='client.? 172.21.15.129:0/140126555' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:14:42.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.571+0000 7f1484e21880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T20:14:42.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.571+0000 7f1484e21880 0 ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable), process ceph-mon, pid 7 2023-12-25T20:14:42.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.572+0000 7f1484e21880 0 pidfile_write: ignore empty --pid-file 2023-12-25T20:14:42.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.576+0000 7f1484e21880 0 load: jerasure load: lrc load: isa 2023-12-25T20:14:42.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T20:14:42.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:42.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: DB SUMMARY 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: CURRENT file: CURRENT 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi129/store.db dir, Total Num: 0, files: 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi129/store.db: 000003.log size: 511 ; 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T20:14:42.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.create_if_missing: 0 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.env: 0x563c06d99080 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.fs: Posix File System 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.info_log: 0x563c0862bd20 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.statistics: (nil) 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.use_fsync: 0 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T20:14:43.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.db_log_dir: 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi129/store.db 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T20:14:43.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.write_buffer_manager: 0x563c09282480 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.unordered_write: 0 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T20:14:43.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.row_cache: None 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.wal_filter: None 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T20:14:43.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_open_files: -1 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Compression algorithms supported: 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T20:14:43.004 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: kZSTD supported: 0 2023-12-25T20:14:43.005 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T20:14:43.005 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T20:14:43.005 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T20:14:43.005 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T20:14:43.005 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T20:14:43.005 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T20:14:43.005 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T20:14:43.005 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi129/store.db/MANIFEST-000001 2023-12-25T20:14:43.005 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.005 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T20:14:43.005 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.005 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T20:14:43.005 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.merge_operator: 2023-12-25T20:14:43.005 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compaction_filter: None 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563c085d5d28) 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: cache_index_and_filter_blocks: 1 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: pin_top_level_index_and_filter: 1 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: index_type: 0 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: data_block_index_type: 0 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: index_shortening: 1 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: data_block_hash_table_util_ratio: 0.750000 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: hash_index_allow_collision: 1 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: checksum: 1 2023-12-25T20:14:43.006 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: no_block_cache: 0 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: block_cache: 0x563c0860ef10 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: block_cache_name: BinnedLRUCache 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: block_cache_options: 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: capacity : 536870912 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: num_shard_bits : 4 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: strict_capacity_limit : 0 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: high_pri_pool_ratio: 0.000 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: block_cache_compressed: (nil) 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: persistent_cache: (nil) 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: block_size: 4096 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: block_size_deviation: 10 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: block_restart_interval: 16 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: index_block_restart_interval: 1 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: metadata_block_size: 4096 2023-12-25T20:14:43.007 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: partition_filters: 0 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: use_delta_encoding: 1 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: whole_key_filtering: 1 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: verify_compression: 0 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: read_amp_bytes_per_bit: 0 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: format_version: 2 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: enable_index_compression: 1 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: block_align: 0 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compression: NoCompression 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T20:14:43.008 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.num_levels: 7 2023-12-25T20:14:43.009 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T20:14:43.009 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T20:14:43.009 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T20:14:43.009 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T20:14:43.009 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T20:14:43.009 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T20:14:43.009 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T20:14:43.009 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:14:43.009 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T20:14:43.009 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T20:14:43.009 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T20:14:43.009 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T20:14:43.009 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T20:14:43.009 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T20:14:43.010 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T20:14:43.011 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T20:14:43.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T20:14:43.013 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.ttl: 2592000 2023-12-25T20:14:43.013 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.577+0000 7f1484e21880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T20:14:43.013 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.578+0000 7f1484e21880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi129/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-25T20:14:43.013 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.013 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.578+0000 7f1484e21880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-25T20:14:43.013 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.013 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.578+0000 7f1484e21880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703535282578983, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-25T20:14:43.013 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.578+0000 7f1484e21880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-25T20:14:43.013 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.578+0000 7f1484e21880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-25T20:14:43.013 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.579+0000 7f1484e21880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703535282579490, "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": 1703535282, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-25T20:14:43.013 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.579+0000 7f1484e21880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-25T20:14:43.013 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.013 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.579+0000 7f1484e21880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703535282579880, "job": 1, "event": "recovery_finished"} 2023-12-25T20:14:43.013 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.580+0000 7f1484e21880 4 rocksdb: DB pointer 0x563c086d9800 2023-12-25T20:14:43.014 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.580+0000 7f146bc27700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T20:14:43.014 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.580+0000 7f146bc27700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T20:14:43.014 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: ** DB Stats ** 2023-12-25T20:14:43.014 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: ** Compaction Stats [default] ** 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.015 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: ** Compaction Stats [default] ** 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Interval compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:14:43.016 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.017 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: ** Compaction Stats [default] ** 2023-12-25T20:14:43.017 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:14:43.017 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:14:43.017 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-25T20:14:43.017 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-25T20:14:43.017 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-25T20:14:43.017 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.017 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: ** Compaction Stats [default] ** 2023-12-25T20:14:43.017 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-25T20:14:43.017 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T20:14:43.017 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-25T20:14:43.017 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T20:14:43.017 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T20:14:43.017 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.580+0000 7f1484e21880 0 mon.smithi129 does not exist in monmap, will attempt to join an existing cluster 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.580+0000 7f1484e21880 0 using public_addr v2:172.21.15.129:0/0 -> [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.581+0000 7f1484e21880 0 starting mon.smithi129 rank -1 at public addrs [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] at bind addrs [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi129 fsid d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.582+0000 7f1484e21880 1 mon.smithi129@-1(???) e0 preinit fsid d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.613+0000 7f146e42c700 0 mon.smithi129@-1(synchronizing).mds e1 new map 2023-12-25T20:14:43.018 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.613+0000 7f146e42c700 0 mon.smithi129@-1(synchronizing).mds e1 print_map 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: e1 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: legacy client fscid: -1 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: No filesystems configured 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.613+0000 7f146e42c700 1 mon.smithi129@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.613+0000 7f146e42c700 1 mon.smithi129@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.613+0000 7f146e42c700 1 mon.smithi129@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.613+0000 7f146e42c700 1 mon.smithi129@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.613+0000 7f146e42c700 1 mon.smithi129@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.613+0000 7f146e42c700 1 mon.smithi129@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.613+0000 7f146e42c700 1 mon.smithi129@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.615+0000 7f146e42c700 0 mon.smithi129@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-25T20:14:43.019 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.615+0000 7f146e42c700 0 mon.smithi129@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:14:43.020 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.615+0000 7f146e42c700 0 mon.smithi129@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:14:43.020 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 bash[41132]: c8d60843ff132b6ae017654e0fcd916510a6a1a9612428520f3416d82d50f1d5 2023-12-25T20:14:43.020 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.615+0000 7f146e42c700 0 mon.smithi129@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T20:14:43.020 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: audit 2023-12-25T20:14:43.020 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:41.139411+0000 mon.smithi080 2023-12-25T20:14:43.020 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: (mon.0) 170 : audit [DBG] from='client.? 172.21.15.129:0/140126555' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:14:43.020 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: 2023-12-25T20:14:43.020 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 conmon[41175]: debug 2023-12-25T20:14:42.615+0000 7f146e42c700 1 mon.smithi129@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-25T20:14:43.020 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:42 smithi129 systemd[1]: Started Ceph mon.smithi129 for d1fa5dae-a361-11ee-95a5-87774f69a715. 2023-12-25T20:14:43.174 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T20:14:43.175 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T20:14:47.957 INFO:teuthology.orchestra.run.smithi129.stdout: 2023-12-25T20:14:47.957 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":2,"fsid":"d1fa5dae-a361-11ee-95a5-87774f69a715","modified":"2023-12-25T20:14:42.620514Z","created":"2023-12-25T20:12:28.522249Z","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":"smithi080","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi129","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:3300","nonce":0},{"type":"v1","addr":"172.21.15.129:6789","nonce":0}]},"addr":"172.21.15.129:6789/0","public_addr":"172.21.15.129:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-25T20:14:47.959 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 2 2023-12-25T20:14:47.984 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: audit 2023-12-25T20:14:42.623274+0000 mon.smithi080 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2023-12-25T20:14:47.984 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: audit 2023-12-25T20:14:42.623429+0000 mon.smithi080 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: cluster 2023-12-25T20:14:42.623590+0000 mon.smithi080 (mon.0) 174 : cluster [INF] mon.smithi080 calling monitor election 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: audit 2023-12-25T20:14:43.620366+0000 mon.smithi080 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: cluster 2023-12-25T20:14:44.000983+0000 mgr.smithi080.aipsvo (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: audit 2023-12-25T20:14:44.327369+0000 mon.smithi080 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.129:0/89924623' entity='mgr.smithi129.rnvyry' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi129.rnvyry/crt"}]: dispatch 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: audit 2023-12-25T20:14:44.620400+0000 mon.smithi080 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: cluster 2023-12-25T20:14:44.621552+0000 mon.smithi129 (mon.1) 1 : cluster [INF] mon.smithi129 calling monitor election 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: audit 2023-12-25T20:14:45.620594+0000 mon.smithi080 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: cluster 2023-12-25T20:14:46.001293+0000 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: mgr.smithi080.aipsvo (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: audit 2023 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: -12-25T20:14:46.620556+0000 mon.smithi080 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: audit 2023 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: -12-25T20:14:47.620497+0000 mon.smithi080 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2023-12-25T20:14:47.985 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: cluster 2023-12-25 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: T20:14:47.639569+0000 mon.smithi080 (mon.0) 181 : cluster [INF] mon.smithi080 is new leader, mons smithi080,smithi129 in quorum (ranks 0,1) 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: cluster 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: 2023-12-25T20:14:47.647289+0000 mon.smithi080 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi080=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0],smithi129=[v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0]} removed_ranks: {} 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: cluster 2023-12- 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: 25T20:14:47.659567+0000 mon.smithi080 (mon.0) 183 : 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: cluster [DBG] fsmap 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: cluster 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: 2023-12-25T20:14:47.659610 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: cluster 2023 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: -12-25T20:14:47.659850+0000 mon.smithi080 (mon.0) 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: 185 : cluster [DBG] mgrmap e17: smithi080.aipsvo(active, since 37s) 2023-12-25T20:14:47.986 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: cluster 2023-12-25T20:14:47.987 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: 2023-12-25T20:14:47.660763+0000 mon.smithi080 (mon.0 2023-12-25T20:14:47.987 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: ) 186 : cluster [DBG] Standby manager daemon smithi129.rnvyry started 2023-12-25T20:14:47.987 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: audit 2023-12-25T20:14:47.987 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: 2023-12-25T20:14:47.661791+0000 mon.smithi080 2023-12-25T20:14:47.987 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.129:0/89924623' entity='mgr.smithi129.rnvyry' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-25T20:14:47.987 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: cluster 2023-12-25T20:14:47.987 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: 2023-12-25T20:14:47.663483+0000 mon.smithi080 (mon 2023-12-25T20:14:47.987 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: .0) 188 : cluster [INF] overall HEALTH_OK 2023-12-25T20:14:47.987 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: audit 2023-12-25T20:14:47.663856 2023-12-25T20:14:47.987 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.129:0/89924623' entity='mgr.smithi129.rnvyry' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi129.rnvyry/key"}]: dispatch 2023-12-25T20:14:47.987 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: audit 2023-12-25T 2023-12-25T20:14:47.987 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: 20:14:47.664247+0000 mon.smithi080 (mon.0) 190 : audit 2023-12-25T20:14:47.987 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: [DBG] from='mgr.? 172.21.15.129:0/89924623' entity='mgr.smithi129.rnvyry' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-25T20:14:47.988 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: audit 2023-12-25T20:14: 2023-12-25T20:14:47.988 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:47 smithi129 conmon[41175]: 47.667678+0000 mon.smithi080 (mon.0) 191 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:48.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: audit 2023-12-25T20:14:42.623274+0000 mon.smithi080 (mon.0) 172 : 2023-12-25T20:14:48.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi080"}]: dispatch 2023-12-25T20:14:48.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: audit 2023-12-25T20:14:42.623429+0000 mon.smithi080 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2023-12-25T20:14:48.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: cluster 2023-12 2023-12-25T20:14:48.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: -25T20:14:42.623590+0000 mon.smithi080 (mon.0) 174 : cluster [INF] mon.smithi080 calling monitor election 2023-12-25T20:14:48.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: audit 2023-12-25 2023-12-25T20:14:48.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: T20:14:43.620366+0000 mon.smithi080 2023-12-25T20:14:48.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2023-12-25T20:14:48.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: cluster 2023-12-25T20:14:48.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 2023-12-25T20:14: 2023-12-25T20:14:48.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 44.000983+0000 mgr.smithi080.aipsvo (mgr.14180) 21 : 2023-12-25T20:14:48.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:48.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: audit 2023- 2023-12-25T20:14:48.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 12-25T20:14:44. 2023-12-25T20:14:48.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 327369+0000 mon.smithi080 (mon.0) 176 : audit 2023-12-25T20:14:48.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: [DBG] from='mgr.? 172.21.15.129:0/89924623' entity='mgr.smithi129.rnvyry' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi129.rnvyry/crt"}]: dispatch 2023-12-25T20:14:48.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: audit 2023-12- 2023-12-25T20:14:48.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 25T20:14:44.620400+0000 2023-12-25T20:14:48.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: mon.smithi080 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2023-12-25T20:14:48.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: cluster 2023-12 2023-12-25T20:14:48.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: -25T20:14:44.621552+0000 mon.smithi129 (mon.1) 2023-12-25T20:14:48.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 1 : cluster [INF] mon.smithi129 calling monitor election 2023-12-25T20:14:48.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: audit 2023-12- 2023-12-25T20:14:48.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 25T20:14:45.620594+0000 mon.smithi080 ( 2023-12-25T20:14:48.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2023-12-25T20:14:48.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: cluster 2023-12-25T20:14:48.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 2023-12-25T20: 2023-12-25T20:14:48.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 14:46.001293+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:14:48.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: .14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:48.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: audit 2023-12-25T20:14:48.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 2023-12-25T20:14:46 2023-12-25T20:14:48.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: .620556+0000 mon.smithi080 (mon.0) 179 : audit 2023-12-25T20:14:48.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2023-12-25T20:14:48.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: audit 2023-12-25 2023-12-25T20:14:48.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: T20:14:47.620497+0000 2023-12-25T20:14:48.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: mon.smithi080 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2023-12-25T20:14:48.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: cluster 2023-12-25T20:14:48.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 2023-12-25T20: 2023-12-25T20:14:48.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 14:47.639569+0000 mon.smithi080 (mon.0 2023-12-25T20:14:48.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: ) 181 : cluster [INF] mon.smithi080 is new leader, mons smithi080,smithi129 in quorum (ranks 0,1) 2023-12-25T20:14:48.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: cluster 2023-12-25T20:14:48.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 2023-12- 2023-12-25T20:14:48.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 25T20:14:47.647289+0000 mon.smithi080 2023-12-25T20:14:48.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi080=[v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0],smithi129=[v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0]} removed_ranks: {} 2023-12-25T20:14:48.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: cluster 2023- 2023-12-25T20:14:48.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 12-25T20:14:47.659567+0000 mon.smithi080 ( 2023-12-25T20:14:48.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: mon.0) 183 : cluster [DBG] fsmap 2023-12-25T20:14:48.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: cluster 2023-12-25T20:14:48.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 2023-12-25T20: 2023-12-25T20:14:48.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 14:47.659610+0000 mon.smithi080 (mon.0) 2023-12-25T20:14:48.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T20:14:48.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: cluster 2023- 2023-12-25T20:14:48.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 12-25T20:14:47.659850+0000 2023-12-25T20:14:48.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: mon.smithi080 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi080.aipsvo(active, since 37s) 2023-12-25T20:14:48.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 2023-12-25T20:14:48.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: cluster 2023-12-25T20:14:48.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 2023-12-25T20:14:47 2023-12-25T20:14:48.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: .660763+0000 mon.smithi080 (mon.0) 186 : cluster 2023-12-25T20:14:48.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: [DBG] Standby manager daemon smithi129.rnvyry started 2023-12-25T20:14:48.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: audit 2023-12- 2023-12-25T20:14:48.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 25T20:14:47.661791 2023-12-25T20:14:48.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 187 : audit [DBG] 2023-12-25T20:14:48.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: from='mgr.? 172.21.15.129:0/89924623' entity='mgr.smithi129.rnvyry' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-25T20:14:48.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:14:48.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: -12-25T20:14:47. 2023-12-25T20:14:48.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 663483+0000 mon.smithi080 (mon.0) 188 : cluster [INF] 2023-12-25T20:14:48.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: overall HEALTH_OK 2023-12-25T20:14:48.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: audit 2023-12- 2023-12-25T20:14:48.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 25T20:14:47.663856+0000 2023-12-25T20:14:48.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: mon.smithi080 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.129:0/89924623' entity='mgr.smithi129.rnvyry' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi129.rnvyry/key"}]: dispatch 2023-12-25T20:14:48.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 2023-12-25T20:14:48.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: audit 2023-12-25T20:14:48.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 2023-12-25 2023-12-25T20:14:48.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: T20:14:47.664247+0000 mon.smithi080 (mon 2023-12-25T20:14:48.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: .0) 190 : audit [DBG] from='mgr.? 172.21.15.129:0/89924623' entity='mgr.smithi129.rnvyry' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-25T20:14:48.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: audit 2023 2023-12-25T20:14:48.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: -12-25T20:14: 2023-12-25T20:14:48.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: 47.667678+0000 mon.smithi080 (mon.0) 191 2023-12-25T20:14:48.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:47 smithi080 conmon[36722]: : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:48.535 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-25T20:14:48.535 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-25T20:14:48.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:48 smithi080 conmon[36722]: cephadm 2023-12-25T20:14:47.669502+0000 mgr.smithi080.aipsvo (mgr.14180) 23 : 2023-12-25T20:14:48.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:48 smithi080 conmon[36722]: cephadm [INF] Deploying daemon node-exporter.smithi129 on smithi129 2023-12-25T20:14:48.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:48 smithi080 conmon[36722]: cluster 2023-12-25T20:14:47.722649+0000 mon.smithi080 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi080.aipsvo(active, since 37s), standbys: smithi129.rnvyry 2023-12-25T20:14:48.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:48 smithi080 conmon[36722]: audit 2023-12-25T20:14:47.722857+0000 mon.smithi080 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mgr metadata", "who": "smithi129.rnvyry", "id": "smithi129.rnvyry"}]: dispatch 2023-12-25T20:14:48.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:48 smithi080 conmon[36722]: audit 2023-12-25T20:14:47.957397+0000 mon.smithi080 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.129:0/3011292081' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:14:48.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:48 smithi080 conmon[36722]: cluster 2023-12-25T20:14:48.001601+0000 mgr.smithi080.aipsvo (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:48.987 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:48 smithi080 conmon[36722]: audit 2023-12-25T20:14:48.621044+0000 mon.smithi080 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2023-12-25T20:14:48.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:48 smithi129 conmon[41175]: cephadm 2023-12-25T20:14:47.669502+0000 mgr.smithi080.aipsvo (mgr.14180) 23 : cephadm [INF] Deploying daemon node-exporter.smithi129 on smithi129 2023-12-25T20:14:48.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:48 smithi129 conmon[41175]: cluster 2023-12-25T 2023-12-25T20:14:48.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:48 smithi129 conmon[41175]: 20:14:47.722649+0000 mon.smithi080 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi080.aipsvo(active, since 37s), standbys: smithi129.rnvyry 2023-12-25T20:14:48.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:48 smithi129 conmon[41175]: audit 2023-12-25T20:14:47.722857+0000 mon.smithi080 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mgr metadata", "who": "smithi129.rnvyry", "id": "smithi129.rnvyry"}]: dispatch 2023-12-25T20:14:48.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:48 smithi129 conmon[41175]: audit 2023-12-25T20:14:47.957397+0000 mon.smithi080 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.129:0/3011292081' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T20:14:48.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:48 smithi129 conmon[41175]: cluster 2023-12-25T20:14:48.001601+0000 mgr.smithi080.aipsvo (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:48.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:48 smithi129 conmon[41175]: audit 2023-12-25T20:14:48.621044+0000 mon.smithi080 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2023-12-25T20:14:50.348 INFO:teuthology.orchestra.run.smithi080.stdout:# minimal ceph.conf for d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:14:50.348 INFO:teuthology.orchestra.run.smithi080.stdout:[global] 2023-12-25T20:14:50.348 INFO:teuthology.orchestra.run.smithi080.stdout: fsid = d1fa5dae-a361-11ee-95a5-87774f69a715 2023-12-25T20:14:50.348 INFO:teuthology.orchestra.run.smithi080.stdout: mon_host = [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] 2023-12-25T20:14:50.917 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-25T20:14:50.918 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-25T20:14:50.918 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.conf 2023-12-25T20:14:50.949 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-25T20:14:50.949 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T20:14:51.016 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-12-25T20:14:51.016 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/ceph/ceph.conf 2023-12-25T20:14:51.049 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-12-25T20:14:51.049 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T20:14:51.117 INFO:tasks.cephadm:Deploying OSDs... 2023-12-25T20:14:51.117 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-25T20:14:51.117 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T20:14:51.134 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T20:14:51.135 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/nvme1n1 2023-12-25T20:14:51.192 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/nvme1n1 2023-12-25T20:14:51.192 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:14:51.192 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 167958 Links: 1 Device type: 103,1 2023-12-25T20:14:51.192 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:14:51.192 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:14:51.192 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-25 20:13:29.573503355 +0000 2023-12-25T20:14:51.192 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-25 20:13:29.462505795 +0000 2023-12-25T20:14:51.192 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-25 20:13:29.462505795 +0000 2023-12-25T20:14:51.193 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-25T20:14:51.193 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-25T20:14:51.256 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:51 smithi080 conmon[36722]: cluster 2023-12-25T20:14:50.001827+0000 mgr.smithi080.aipsvo (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:51.256 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:51 smithi080 conmon[36722]: audit 2023-12-25T20:14:50.139204+0000 mon.smithi080 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:51.256 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:51 smithi080 conmon[36722]: audit 2023-12-25T20:14:50.348292+0000 mon.smithi080 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.80:0/931371980' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:14:51.258 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-25T20:14:51.258 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-25T20:14:51.258 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000305155 s, 1.7 MB/s 2023-12-25T20:14:51.260 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-25T20:14:51.318 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/nvme2n1 2023-12-25T20:14:51.375 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/nvme2n1 2023-12-25T20:14:51.375 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:14:51.375 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 169995 Links: 1 Device type: 103,2 2023-12-25T20:14:51.375 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:14:51.375 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:14:51.375 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-25 20:13:29.584503113 +0000 2023-12-25T20:14:51.376 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-25 20:13:29.464505751 +0000 2023-12-25T20:14:51.376 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-25 20:13:29.464505751 +0000 2023-12-25T20:14:51.376 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-25T20:14:51.376 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-25T20:14:51.440 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-25T20:14:51.441 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-25T20:14:51.441 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000598598 s, 855 kB/s 2023-12-25T20:14:51.442 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-25T20:14:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:51 smithi129 conmon[41175]: cluster 2023-12-25T20:14:50.001827+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:14:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:51 smithi129 conmon[41175]: 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:51 smithi129 conmon[41175]: audit 2023-12-25T20:14:50.139204+0000 mon.smithi080 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:51.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:51 smithi129 conmon[41175]: audit 2023-12-25T20:14:50.348292+0000 mon.smithi080 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.80:0/931371980' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:14:51.500 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/nvme3n1 2023-12-25T20:14:51.557 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/nvme3n1 2023-12-25T20:14:51.557 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:14:51.557 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 170106 Links: 1 Device type: 103,3 2023-12-25T20:14:51.558 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:14:51.558 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:14:51.558 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-25 20:13:29.595502871 +0000 2023-12-25T20:14:51.558 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-25 20:13:29.467505685 +0000 2023-12-25T20:14:51.558 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-25 20:13:29.467505685 +0000 2023-12-25T20:14:51.558 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-25T20:14:51.558 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-25T20:14:51.622 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-25T20:14:51.622 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-25T20:14:51.622 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000219574 s, 2.3 MB/s 2023-12-25T20:14:51.623 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-25T20:14:51.681 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/nvme4n1 2023-12-25T20:14:51.738 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/nvme4n1 2023-12-25T20:14:51.738 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:14:51.738 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 6h/6d Inode: 166752 Links: 1 Device type: 103,4 2023-12-25T20:14:51.738 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:14:51.739 INFO:teuthology.orchestra.run.smithi080.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:14:51.739 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2023-12-25 20:13:29.606502629 +0000 2023-12-25T20:14:51.739 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2023-12-25 20:13:29.469505641 +0000 2023-12-25T20:14:51.739 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2023-12-25 20:13:29.469505641 +0000 2023-12-25T20:14:51.739 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2023-12-25T20:14:51.739 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-25T20:14:51.803 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2023-12-25T20:14:51.803 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2023-12-25T20:14:51.803 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.00024932 s, 2.1 MB/s 2023-12-25T20:14:51.804 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-25T20:14:51.862 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-12-25T20:14:51.862 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T20:14:51.880 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T20:14:51.880 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/nvme1n1 2023-12-25T20:14:51.938 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/nvme1n1 2023-12-25T20:14:51.938 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:14:51.938 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 168206 Links: 1 Device type: 103,1 2023-12-25T20:14:51.938 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:14:51.939 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:14:51.939 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2023-12-25 20:14:31.148577132 +0000 2023-12-25T20:14:51.939 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2023-12-25 20:14:31.086578510 +0000 2023-12-25T20:14:51.939 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2023-12-25 20:14:31.086578510 +0000 2023-12-25T20:14:51.939 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2023-12-25T20:14:51.939 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-25T20:14:52.007 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2023-12-25T20:14:52.007 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2023-12-25T20:14:52.007 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000266155 s, 1.9 MB/s 2023-12-25T20:14:52.008 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-25T20:14:52.068 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/nvme2n1 2023-12-25T20:14:52.126 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/nvme2n1 2023-12-25T20:14:52.127 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:14:52.127 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 167671 Links: 1 Device type: 103,2 2023-12-25T20:14:52.127 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:14:52.127 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:14:52.127 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2023-12-25 20:14:31.159576887 +0000 2023-12-25T20:14:52.127 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2023-12-25 20:14:31.087578488 +0000 2023-12-25T20:14:52.127 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2023-12-25 20:14:31.087578488 +0000 2023-12-25T20:14:52.127 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2023-12-25T20:14:52.127 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-25T20:14:52.194 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2023-12-25T20:14:52.194 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2023-12-25T20:14:52.194 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000220527 s, 2.3 MB/s 2023-12-25T20:14:52.195 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-25T20:14:52.255 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/nvme3n1 2023-12-25T20:14:52.312 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/nvme3n1 2023-12-25T20:14:52.313 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:14:52.313 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 167729 Links: 1 Device type: 103,3 2023-12-25T20:14:52.313 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:14:52.313 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:14:52.313 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2023-12-25 20:14:31.207575820 +0000 2023-12-25T20:14:52.313 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2023-12-25 20:14:31.090578421 +0000 2023-12-25T20:14:52.313 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2023-12-25 20:14:31.090578421 +0000 2023-12-25T20:14:52.313 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2023-12-25T20:14:52.313 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-25T20:14:52.377 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:52 smithi129 conmon[41175]: audit 2023-12-25T20:14:51.220502+0000 mon.smithi080 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:52.377 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:52 smithi129 conmon[41175]: audit 2023-12-25T20:14:51.221724+0000 mon.smithi080 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:14:52.379 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2023-12-25T20:14:52.380 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2023-12-25T20:14:52.380 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.00023602 s, 2.2 MB/s 2023-12-25T20:14:52.381 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-25T20:14:52.440 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/nvme4n1 2023-12-25T20:14:52.498 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/nvme4n1 2023-12-25T20:14:52.498 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T20:14:52.498 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 170223 Links: 1 Device type: 103,4 2023-12-25T20:14:52.498 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T20:14:52.498 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-25T20:14:52.498 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2023-12-25 20:14:31.218575575 +0000 2023-12-25T20:14:52.498 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2023-12-25 20:14:31.092578377 +0000 2023-12-25T20:14:52.498 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2023-12-25 20:14:31.092578377 +0000 2023-12-25T20:14:52.498 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2023-12-25T20:14:52.499 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-25T20:14:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:52 smithi080 conmon[36722]: audit 2023-12-25T20:14:51.220502+0000 mon.smithi080 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:52 smithi080 conmon[36722]: 2023-12-25T20:14:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:52 smithi080 conmon[36722]: audit 2023-12-25T20:14:51.221724+0000 mon.smithi080 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:14:52.564 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2023-12-25T20:14:52.564 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2023-12-25T20:14:52.565 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000261981 s, 2.0 MB/s 2023-12-25T20:14:52.565 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-25T20:14:52.623 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-25T20:14:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: cluster 2023-12-25T20:14:52.002117+0000 mgr.smithi080.aipsvo (mgr.14180) 26 : cluster 2023-12-25T20:14:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: audit 2023-12-25T20:14:52.512030+0000 mon.smithi080 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: audit 2023-12-25T20:14:52.512866+0000 mon.smithi080 (mon.0) 201 : 2023-12-25T20:14:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:14:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: audit 2023 2023-12-25T20:14:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: -12-25T20:14:52.513592+0000 mon.smithi080 (mon.0) 2023-12-25T20:14:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: 202 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:14:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: cephadm 2023-12-25T20:14 2023-12-25T20:14:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: :52.514635+0000 mgr.smithi080.aipsvo (mgr.14180) 27 : 2023-12-25T20:14:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: cephadm [INF] Updating smithi080:/etc/ceph/ceph.conf 2023-12-25T20:14:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: cephadm 2023-12-25T20:14 2023-12-25T20:14:53.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: :52.514906+0000 mgr.smithi080.aipsvo (mgr.14180) 28 : 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: cephadm [INF] Updating smithi129:/etc/ceph/ceph.conf 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: audit 2023-12-25T20:14:52 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: .548222+0000 mon.smithi080 (mon.0) 203 : audit 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: audit 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: 2023-12-25T20:14:52.553559+0000 mon.smithi080 (mon 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: .0) 204 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: audit 2023-12-25T20 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: :14:52.559082+0000 mon.smithi080 (mon.0 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: ) 205 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: cephadm 2023-12-25T20: 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: 14:52.562111+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: 29 : cephadm [INF] Reconfiguring mon.smithi080 (unknown last config time)... 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: audit 2023-12-25T20:14 2023-12-25T20:14:53.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: :52.562376+0000 mon.smithi080 (mon.0) 206 : 2023-12-25T20:14:53.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T20:14:53.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: audit 2023-12-25T20:14:52. 2023-12-25T20:14:53.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: 562985+0000 mon.smithi080 (mon.0) 207 : audit [DBG] 2023-12-25T20:14:53.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T20:14:53.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: audit 2023-12-25T20:14:53.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: 2023-12-25T20:14:52.563594+0000 mon.smithi080 (mon.0 2023-12-25T20:14:53.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: ) 208 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:14:53.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: cephadm 2023-12-25T20: 2023-12-25T20:14:53.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: 14:52.564122+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:14:53.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:53 smithi080 conmon[36722]: 30 : cephadm [INF] Reconfiguring daemon mon.smithi080 on smithi080 2023-12-25T20:14:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:53 smithi129 conmon[41175]: cluster 2023-12-25T20:14:52.002117+0000 mgr.smithi080.aipsvo (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:53 smithi129 conmon[41175]: audit 2023-12-25T20:14:52.512030+0000 mon.smithi080 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:53 smithi129 conmon[41175]: audit 2023-12-25T20:14:52.512866+0000 mon.smithi080 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:14:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:53 smithi129 conmon[41175]: audit 2023-12-25T20:14:52.513592+0000 mon.smithi080 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:14:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:53 smithi129 conmon[41175]: cephadm 2023-12-25T20:14:52.514635+0000 mgr.smithi080.aipsvo (mgr.14180) 27 : cephadm [INF] Updating smithi080:/etc/ceph/ceph.conf 2023-12-25T20:14:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:53 smithi129 conmon[41175]: cephadm 2023-12-25T20:14:52.514906+0000 mgr.smithi080.aipsvo (mgr.14180) 28 : cephadm [INF] Updating smithi129:/etc/ceph/ceph.conf 2023-12-25T20:14:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:53 smithi129 conmon[41175]: audit 2023-12-25T20:14:52.548222+0000 mon.smithi080 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:53 smithi129 conmon[41175]: audit 2023-12-25T20:14:52.553559+0000 mon.smithi080 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:53 smithi129 conmon[41175]: audit 2023-12-25T20:14:52.559082+0000 mon.smithi080 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:53 smithi129 conmon[41175]: cephadm 2023-12-25T20:14:52.562111+0000 mgr.smithi080.aipsvo (mgr.14180) 29 : cephadm [INF] Reconfiguring mon.smithi080 (unknown last config time)... 2023-12-25T20:14:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:53 smithi129 conmon[41175]: audit 2023-12-25T20:14:52.562376+0000 mon.smithi080 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T20:14:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:53 smithi129 conmon[41175]: audit 2023-12-25T20:14:52.562985+0000 mon.smithi080 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T20:14:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:53 smithi129 conmon[41175]: audit 2023-12-25T20:14:52.563594+0000 mon.smithi080 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:14:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:53 smithi129 conmon[41175]: cephadm 2023-12-25T20:14:52.564122+0000 mgr.smithi080.aipsvo (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi080 on smithi080 2023-12-25T20:14:54.441 INFO:teuthology.orchestra.run.smithi129.stdout:Scheduled osd.all-available-devices update... 2023-12-25T20:14:54.986 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-25T20:14:54.987 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:14:55.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:54 smithi129 conmon[41175]: audit 2023-12-25T20:14:53.773442+0000 mon.smithi080 (mon.0) 209 : 2023-12-25T20:14:55.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:54 smithi129 conmon[41175]: audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:55.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:54 smithi129 conmon[41175]: cephadm 2023-12-25T20:14:53.773973+0000 mgr.smithi080.aipsvo (mgr.14180) 31 : cephadm [INF] Reconfiguring mgr.smithi080.aipsvo (unknown last config time)... 2023-12-25T20:14:55.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:54 smithi129 conmon[41175]: audit 2023-12-25T20:14:53.774209+0000 mon.smithi080 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi080.aipsvo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T20:14:55.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:54 smithi129 conmon[41175]: audit 2023-12-25T20:14:53.774788+0000 mon.smithi080 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T20:14:55.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:54 smithi129 conmon[41175]: audit 2023-12-25T20:14:53.775235+0000 mon.smithi080 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:14:55.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:54 smithi129 conmon[41175]: cephadm 2023-12-25T20:14:53.775661+0000 mgr.smithi080.aipsvo (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi080.aipsvo on smithi080 2023-12-25T20:14:55.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:54 smithi129 conmon[41175]: cluster 2023-12-25T20:14:54.002354+0000 mgr.smithi080.aipsvo (mgr.14180) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:55.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:54 smithi129 conmon[41175]: audit 2023-12-25T20:14:54.436573+0000 mgr.smithi080.aipsvo (mgr.14180) 34 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:14:55.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:54 smithi129 conmon[41175]: cephadm 2023-12-25T20:14:54.437952+0000 mgr.smithi080.aipsvo (mgr.14180) 35 : cephadm [INF] Marking host: smithi080 for OSDSpec preview refresh. 2023-12-25T20:14:55.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:54 smithi129 conmon[41175]: cephadm 2023-12-25T20:14:54.438009+0000 mgr.smithi080.aipsvo (mgr.14180) 36 : cephadm [INF] Marking host: smithi129 for OSDSpec preview refresh. 2023-12-25T20:14:55.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:54 smithi129 conmon[41175]: cephadm 2023-12-25T20:14:54.438272+0000 mgr.smithi080.aipsvo (mgr.14180) 37 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-25T20:14:55.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:54 smithi129 conmon[41175]: audit 2023-12-25T20:14:54.441257+0000 mon.smithi080 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:55.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:54 smithi080 conmon[36722]: audit 2023-12-25T20:14:53.773442+0000 mon.smithi080 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:54 smithi080 conmon[36722]: cephadm 2023-12-25T20:14:53.773973+0000 mgr.smithi080.aipsvo (mgr.14180) 31 : cephadm [INF] Reconfiguring mgr.smithi080.aipsvo (unknown last config time)... 2023-12-25T20:14:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:54 smithi080 conmon[36722]: audit 2023-12-25T20:14:53.774209+0000 mon.smithi080 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi080.aipsvo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T20:14:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:54 smithi080 conmon[36722]: audit 2023-12-25T20:14:53.774788+0000 mon.smithi080 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T20:14:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:54 smithi080 conmon[36722]: audit 2023-12-25T20:14:53.775235+0000 mon.smithi080 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:14:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:54 smithi080 conmon[36722]: cephadm 2023-12-25T20:14:53.775661+0000 mgr.smithi080.aipsvo (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi080.aipsvo on smithi080 2023-12-25T20:14:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:54 smithi080 conmon[36722]: cluster 2023-12-25T20:14:54.002354+0000 mgr.smithi080.aipsvo (mgr.14180) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:54 smithi080 conmon[36722]: audit 2023-12-25T20:14:54.436573+0000 mgr.smithi080.aipsvo (mgr.14180) 34 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:14:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:54 smithi080 conmon[36722]: cephadm 2023-12-25T20:14:54.437952+0000 mgr.smithi080.aipsvo (mgr.14180) 35 : cephadm [INF] Marking host: smithi080 for OSDSpec preview refresh. 2023-12-25T20:14:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:54 smithi080 conmon[36722]: cephadm 2023-12-25T20:14:54.438009+0000 mgr.smithi080.aipsvo (mgr.14180) 36 : cephadm [INF] Marking host: smithi129 for OSDSpec preview refresh. 2023-12-25T20:14:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:54 smithi080 conmon[36722]: cephadm 2023-12-25T20:14:54.438272+0000 mgr.smithi080.aipsvo (mgr.14180) 37 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-25T20:14:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:54 smithi080 conmon[36722]: audit 2023-12-25T20:14:54.441257+0000 mon.smithi080 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:56.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:55 smithi129 conmon[41175]: audit 2023-12-25T20:14:54.948497+0000 mon.smithi080 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:56.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:55 smithi129 conmon[41175]: cephadm 2023-12-25T20:14:54.949111+0000 mgr.smithi080.aipsvo (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi080 (dependencies changed)... 2023-12-25T20:14:56.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:55 smithi129 conmon[41175]: cephadm 2023-12-25T20:14:54.955435+0000 mgr.smithi080.aipsvo (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi080 on smithi080 2023-12-25T20:14:56.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:55 smithi129 conmon[41175]: audit 2023-12-25T20:14:56.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:55 smithi129 conmon[41175]: 2023-12-25T20:14:55.143821+0000 mon.smithi080 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:56.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:55 smithi080 conmon[36722]: audit 2023-12-25T20:14:54.948497+0000 mon.smithi080 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:56.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:55 smithi080 conmon[36722]: cephadm 2023-12-25T20:14:54.949111+0000 mgr.smithi080.aipsvo (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi080 (dependencies changed)... 2023-12-25T20:14:56.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:55 smithi080 conmon[36722]: cephadm 2023-12-25T20:14:54.955435+0000 mgr.smithi080.aipsvo (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi080 on smithi080 2023-12-25T20:14:56.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:55 smithi080 conmon[36722]: audit 2023-12-25T20:14:55.143821+0000 mon.smithi080 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:14:57.210 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:56 smithi080 conmon[36722]: cluster 2023-12-25T20:14:56.002583+0000 mgr.smithi080.aipsvo (mgr.14180) 40 : cluster 2023-12-25T20:14:57.211 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:56 smithi080 conmon[36722]: [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:56 smithi129 conmon[41175]: cluster 2023-12-25T20:14:56.002583+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:14:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:56 smithi129 conmon[41175]: .14180) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:57.938 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:14:58.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:57 smithi129 conmon[41175]: audit 2023-12-25T20:14:57.938001+0000 mon.smithi080 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.80:0/3460212876' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:14:58.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:57 smithi080 conmon[36722]: audit 2023-12-25T20:14:57.938001+0000 mon.smithi080 (mon.0) 216 : audit 2023-12-25T20:14:58.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:57 smithi080 conmon[36722]: [DBG] from='client.? 172.21.15.80:0/3460212876' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:14:58.860 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-25T20:14:59.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:58 smithi129 conmon[41175]: cluster 2023-12-25T20:14:58.002859+0000 mgr.smithi080.aipsvo (mgr.14180) 41 : cluster [DBG] 2023-12-25T20:14:59.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:14:58 smithi129 conmon[41175]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:59.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:58 smithi080 conmon[36722]: cluster 2023-12-25T20:14:58.002859 2023-12-25T20:14:59.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:14:58 smithi080 conmon[36722]: +0000 mgr.smithi080.aipsvo (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:14:59.861 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:01.643 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:01 smithi080 conmon[36722]: cluster 2023-12-25T20:15:00.003111+0000 mgr.smithi080.aipsvo (mgr.14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:01.643 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:01 smithi080 conmon[36722]: audit 2023-12-25T20:15:00.327093+0000 mon.smithi080 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:01.643 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:01 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:00.327637+0000 mgr.smithi080.aipsvo (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi080 (monmap changed)... 2023-12-25T20:15:01.643 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:01 smithi080 conmon[36722]: audit 2023-12-25T20:15:00.327891+0000 mon.smithi080 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi080", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T20:15:01.643 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:01 smithi080 conmon[36722]: audit 2023-12-25T20:15:00.328476+0000 mon.smithi080 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:01.644 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:01 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:00.328881+0000 mgr.smithi080.aipsvo (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi080 on smithi080 2023-12-25T20:15:01.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:01 smithi129 conmon[41175]: cluster 2023-12-25T20:15:00.003111+0000 mgr.smithi080.aipsvo (mgr.14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:01 smithi129 conmon[41175]: audit 2023-12-25T20:15:00.327093+0000 mon.smithi080 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:01 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:00.327637+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:15:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:01 smithi129 conmon[41175]: 43 : cephadm [INF] Reconfiguring crash.smithi080 (monmap changed)... 2023-12-25T20:15:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:01 smithi129 conmon[41175]: audit 2023-12-25T20 2023-12-25T20:15:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:01 smithi129 conmon[41175]: :15:00.327891+0000 mon.smithi080 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi080", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T20:15:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:01 smithi129 conmon[41175]: 2023-12-25T20:15:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:01 smithi129 conmon[41175]: audit 2023-12-25T20:15:00. 2023-12-25T20:15:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:01 smithi129 conmon[41175]: 328476+0000 mon.smithi080 (mon.0) 219 : audit [DBG] 2023-12-25T20:15:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:01 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:01 smithi129 conmon[41175]: cephadm 2023- 2023-12-25T20:15:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:01 smithi129 conmon[41175]: 12-25T20:15:00.328881+0000 mgr.smithi080.aipsvo (mgr.14180) 44 2023-12-25T20:15:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:01 smithi129 conmon[41175]: : cephadm [INF] Reconfiguring daemon crash.smithi080 on smithi080 2023-12-25T20:15:01.992 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:02.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:02 smithi080 conmon[36722]: audit 2023-12-25T20:15:01.992525+0000 mon.smithi080 (mon 2023-12-25T20:15:02.656 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:02 smithi080 conmon[36722]: .0) 220 : audit [DBG] from='client.? 172.21.15.80:0/1799589072' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:02.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:02 smithi129 conmon[41175]: audit 2023-12-25T20:15:01.992525+0000 mon.smithi080 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.80:0/1799589072' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:02.861 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-25T20:15:03.717 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:03 smithi080 conmon[36722]: cluster 2023-12-25T20:15:02.003347+0000 2023-12-25T20:15:03.717 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:03 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14180) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:03.717 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:03 smithi080 conmon[36722]: audit 2023-12-25T20:15:02.859122+0000 mon.smithi080 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:03.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:03 smithi129 conmon[41175]: cluster 2023-12-25T20:15:02.003347+0000 mgr.smithi080.aipsvo (mgr.14180) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:03.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:03 smithi129 conmon[41175]: audit 2023-12-25T20:15:02.859122 2023-12-25T20:15:03.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:03 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:03.861 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:04.450 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:04 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:02.859803+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:15:04.450 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:04 smithi080 conmon[36722]: .14180) 46 : cephadm [INF] Reconfiguring grafana.smithi080 (dependencies changed)... 2023-12-25T20:15:04.450 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:04 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:02.890834+0000 mgr.smithi080.aipsvo (mgr.14180) 47 : cephadm [INF] Reconfiguring daemon grafana.smithi080 on smithi080 2023-12-25T20:15:04.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:04 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:02.859803+0000 mgr.smithi080.aipsvo (mgr.14180) 46 : cephadm [INF] 2023-12-25T20:15:04.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:04 smithi129 conmon[41175]: Reconfiguring grafana.smithi080 (dependencies changed)... 2023-12-25T20:15:04.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:04 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:02.890834+0000 mgr.smithi080.aipsvo (mgr.14180) 47 : cephadm [INF] Reconfiguring daemon grafana.smithi080 on smithi080 2023-12-25T20:15:05.594 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:05 smithi080 conmon[36722]: cluster 2023-12-25T20:15:04.003577+0000 mgr.smithi080.aipsvo (mgr.14180) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:05.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:05 smithi129 conmon[41175]: cluster 2023-12-25T20:15:04.003577+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:15:05.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:05 smithi129 conmon[41175]: 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:06.235 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:06.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:06 smithi129 conmon[41175]: cluster 2023-12-25T20:15:06.003777+0000 mgr.smithi080.aipsvo (mgr.14180) 49 : 2023-12-25T20:15:06.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:06 smithi129 conmon[41175]: cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:06.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:06 smithi129 conmon[41175]: audit 2023-12-25T20:15:06.234373+0000 mon.smithi080 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.80:0/2664218137' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:06 smithi080 conmon[36722]: cluster 2023-12-25T20:15:06.003777+0000 mgr.smithi080.aipsvo (mgr.14180) 49 : cluster 2023-12-25T20:15:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:06 smithi080 conmon[36722]: [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:06 smithi080 conmon[36722]: audit 2023-12-25T20:15:06.234373+0000 mon.smithi080 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.80:0/2664218137' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:07.122 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-25T20:15:08.123 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:09.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:08 smithi080 conmon[36722]: audit 2023-12-25T20:15:07.821911+0000 mon.smithi080 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:09.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:08 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:07.822642+0000 mgr.smithi080.aipsvo (mgr.14180) 50 : cephadm [INF] Reconfiguring prometheus.smithi080 (dependencies changed)... 2023-12-25T20:15:09.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:08 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:07.825982+0000 mgr.smithi080.aipsvo (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon prometheus.smithi080 on smithi080 2023-12-25T20:15:09.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:08 smithi080 conmon[36722]: cluster 2023-12-25T20:15:08.004001+0000 mgr.smithi080.aipsvo (mgr.14180) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:09.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:08 smithi129 conmon[41175]: audit 2023-12-25T20:15:07.821911+0000 mon.smithi080 (mon.0) 223 : audit [INF] 2023-12-25T20:15:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:08 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:08 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:07.822642+0000 mgr.smithi080.aipsvo (mgr.14180) 50 : cephadm [INF] Reconfiguring prometheus.smithi080 (dependencies changed)... 2023-12-25T20:15:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:08 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:07 2023-12-25T20:15:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:08 smithi129 conmon[41175]: .825982+0000 mgr.smithi080.aipsvo (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon prometheus.smithi080 on smithi080 2023-12-25T20:15:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:08 smithi129 conmon[41175]: cluster 2023-12-25T 2023-12-25T20:15:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:08 smithi129 conmon[41175]: 20:15:08.004001+0000 mgr.smithi080.aipsvo (mgr.14180) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:08 smithi129 conmon[41175]: 2023-12-25T20:15:11.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:11 smithi080 conmon[36722]: cluster 2023-12-25T20:15:10.004345+0000 mgr.smithi080.aipsvo (mgr.14180) 53 : cluster 2023-12-25T20:15:11.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:11 smithi080 conmon[36722]: [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:11.405 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:11 smithi129 conmon[41175]: cluster 2023-12-25T20:15:10.004345+0000 mgr.smithi080.aipsvo (mgr.14180) 53 : cluster [DBG] 2023-12-25T20:15:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:11 smithi129 conmon[41175]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:12.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:12 smithi080 conmon[36722]: audit 2023-12-25T20:15:11.406284+0000 mon.smithi080 (mon.0 2023-12-25T20:15:12.243 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:12 smithi080 conmon[36722]: ) 224 : audit [DBG] from='client.? 172.21.15.80:0/2207244448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:12.263 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-25T20:15:12.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:12 smithi129 conmon[41175]: audit 2023-12-25T20:15:11.406284+0000 mon.smithi080 (mon.0) 224 : 2023-12-25T20:15:12.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:12 smithi129 conmon[41175]: audit [DBG] from='client.? 172.21.15.80:0/2207244448' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:13.088 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:13 smithi080 conmon[36722]: cluster 2023-12-25T20:15:12.004690+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:15:13.088 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:13 smithi080 conmon[36722]: .14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:13.089 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:13 smithi080 conmon[36722]: audit 2023-12-25T20:15:13.045678+0000 mon.smithi080 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:13.089 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:13 smithi080 conmon[36722]: audit 2023 2023-12-25T20:15:13.089 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:13 smithi080 conmon[36722]: -12-25T20:15:13.046430+0000 mon.smithi080 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi129", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T20:15:13.089 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:13 smithi080 conmon[36722]: audit 2023-12-25T20:15 2023-12-25T20:15:13.089 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:13 smithi080 conmon[36722]: :13.047006+0000 mon.smithi080 (mon.0) 227 : 2023-12-25T20:15:13.089 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:13 smithi080 conmon[36722]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:13.264 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:13.460 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:13 smithi129 conmon[41175]: cluster 2023-12-25T20:15:12.004690+0000 mgr.smithi080.aipsvo (mgr.14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:13.460 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:13 smithi129 conmon[41175]: 2023-12-25T20:15:13.461 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:13 smithi129 conmon[41175]: audit 2023-12-25T20:15:13.045678+0000 mon.smithi080 (mon.0) 225 : audit [INF] 2023-12-25T20:15:13.461 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:13 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:13.461 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:13 smithi129 conmon[41175]: audit 2023-12-25T20:15:13.461 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:13 smithi129 conmon[41175]: 2023-12-25T20:15:13 2023-12-25T20:15:13.461 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:13 smithi129 conmon[41175]: .046430+0000 mon.smithi080 (mon.0 2023-12-25T20:15:13.461 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:13 smithi129 conmon[41175]: ) 226 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi129", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T20:15:13.461 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:13 smithi129 conmon[41175]: audit 2023-12- 2023-12-25T20:15:13.461 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:13 smithi129 conmon[41175]: 25T20:15:13.047006+0000 mon.smithi080 2023-12-25T20:15:13.461 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:13 smithi129 conmon[41175]: (mon.0) 227 : audit [DBG] 2023-12-25T20:15:13.461 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:13 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:14.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:14 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:13.046232+0000 mgr.smithi080.aipsvo (mgr.14180) 55 : cephadm [INF] Reconfiguring crash.smithi129 (monmap changed)... 2023-12-25T20:15:14.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:14 smithi080 conmon[36722]: 2023-12-25T20:15:14.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:14 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:13.047441+0000 mgr.smithi080.aipsvo (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon crash.smithi129 on smithi129 2023-12-25T20:15:14.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:14 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:13.046232+0000 mgr.smithi080.aipsvo (mgr.14180) 55 : cephadm 2023-12-25T20:15:14.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:14 smithi129 conmon[41175]: [INF] Reconfiguring crash.smithi129 (monmap changed)... 2023-12-25T20:15:14.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:14 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:13.047441+0000 mgr.smithi080.aipsvo (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon crash.smithi129 on smithi129 2023-12-25T20:15:15.096 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:15 smithi129 conmon[41175]: cluster 2023-12-25T20:15:14.005029+0000 mgr.smithi080.aipsvo (mgr.14180) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:15 smithi129 conmon[41175]: audit 2023-12-25T20:15:14.127715+0000 mon.smithi080 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:15 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:14.128212+0000 mgr.smithi080.aipsvo (mgr.14180) 58 : cephadm [INF] Reconfiguring mgr.smithi129.rnvyry (monmap changed)... 2023-12-25T20:15:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:15 smithi129 conmon[41175]: audit 2023-12-25T20:15:14.128431+0000 mon.smithi080 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi129.rnvyry", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T20:15:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:15 smithi129 conmon[41175]: audit 2023-12-25T20:15:14.129045+0000 mon.smithi080 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T20:15:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:15 smithi129 conmon[41175]: audit 2023-12-25T20:15:14.129518+0000 mon.smithi080 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:15 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:14.129945+0000 mgr.smithi080.aipsvo (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi129.rnvyry on smithi129 2023-12-25T20:15:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:15 smithi129 conmon[41175]: audit 2023-12-25T20:15:15.097053+0000 mon.smithi080 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.80:0/237061474' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:15.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:15 smithi080 conmon[36722]: cluster 2023-12-25T20:15:14.005029+0000 mgr.smithi080.aipsvo (mgr.14180) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:15.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:15 smithi080 conmon[36722]: audit 2023-12-25T20:15:14.127715+0000 mon.smithi080 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:15.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:15 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:14.128212+0000 mgr.smithi080.aipsvo (mgr.14180) 58 : cephadm [INF] Reconfiguring mgr.smithi129.rnvyry (monmap changed)... 2023-12-25T20:15:15.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:15 smithi080 conmon[36722]: audit 2023-12-25T20:15:14.128431+0000 mon.smithi080 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi129.rnvyry", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T20:15:15.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:15 smithi080 conmon[36722]: audit 2023-12-25T20:15:14.129045+0000 mon.smithi080 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T20:15:15.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:15 smithi080 conmon[36722]: audit 2023-12-25T20:15:14.129518+0000 mon.smithi080 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:15.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:15 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:14.129945+0000 mgr.smithi080.aipsvo (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi129.rnvyry on smithi129 2023-12-25T20:15:15.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:15 smithi080 conmon[36722]: audit 2023-12-25T20:15:15.097053+0000 mon.smithi080 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.80:0/237061474' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:15.723 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-25T20:15:16.430 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:16 smithi080 conmon[36722]: audit 2023-12-25T20:15:15.177444+0000 mon.smithi080 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:16.430 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:16 smithi080 conmon[36722]: 2023-12-25T20:15:16.430 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:16 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:15.178251+0000 mgr.smithi080.aipsvo (mgr.14180) 60 : cephadm [INF] Reconfiguring mon.smithi129 (monmap changed)... 2023-12-25T20:15:16.430 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:16 smithi080 conmon[36722]: audit 2023-12-25T20:15:15.178479+0000 mon.smithi080 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T20:15:16.430 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:16 smithi080 conmon[36722]: audit 2023-12-25T20:15:15.179020+0000 mon.smithi080 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T20:15:16.430 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:16 smithi080 conmon[36722]: audit 2023-12-25T20:15:15.179528+0000 mon.smithi080 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:16.430 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:16 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:15.179998+0000 mgr.smithi080.aipsvo (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mon.smithi129 on smithi129 2023-12-25T20:15:16.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:16 smithi129 conmon[41175]: audit 2023-12-25T20:15:15.177444+0000 mon.smithi080 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:16.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:16 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:15. 2023-12-25T20:15:16.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:16 smithi129 conmon[41175]: 178251+0000 mgr.smithi080.aipsvo (mgr.14180) 60 : cephadm [INF] Reconfiguring mon.smithi129 (monmap changed)... 2023-12-25T20:15:16.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:16 smithi129 conmon[41175]: audit 2023-12-25T20:15:15.178479+0000 mon.smithi080 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T20:15:16.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:16 smithi129 conmon[41175]: audit 2023-12-25T20:15:15.179020+0000 mon.smithi080 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T20:15:16.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:16 smithi129 conmon[41175]: audit 2023-12-25T20:15:15.179528+0000 mon.smithi080 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:16.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:16 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:15.179998+0000 mgr.smithi080.aipsvo (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mon.smithi129 on smithi129 2023-12-25T20:15:16.724 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:17.603 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: cluster 2023-12-25T20:15:16.005397+0000 mgr.smithi080.aipsvo 2023-12-25T20:15:17.603 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: (mgr.14180) 62 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:17.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.290546+0000 mon.smithi080 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:17.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.293545+0000 mon.smithi080 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T20:15:17.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.293937+0000 mgr.smithi080.aipsvo (mgr.14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T20:15:17.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.294977+0000 mon.smithi080 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi080.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T20:15:17.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.295293+0000 mgr.smithi080.aipsvo (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi080.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T20:15:17.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.299188+0000 mon.smithi080 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:17.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.310749+0000 mon.smithi080 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T20:15:17.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.311188+0000 mgr.smithi080.aipsvo (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T20:15:17.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.313548+0000 mon.smithi080 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi080.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T20:15:17.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.313932+0000 mgr.smithi080.aipsvo (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi080.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T20:15:17.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.320471+0000 mon.smithi080 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:17.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.326307+0000 mon.smithi080 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T20:15:17.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.326788+0000 mgr.smithi080.aipsvo (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T20:15:17.604 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.331105+0000 mon.smithi080 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi080.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T20:15:17.605 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.331554+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:15:17.605 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi080.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T20:15:17.605 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.336019+0000 mon.smithi080 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:17.605 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:17 smithi080 conmon[36722]: audit 2023-12-25T20:15:16.337982+0000 mon.smithi080 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:15:17.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: cluster 2023-12-25T20:15:16.005397+0000 mgr.smithi080.aipsvo (mgr.14180) 62 : cluster 2023-12-25T20:15:17.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:17.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.290546+0000 mon.smithi080 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:17.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.293545+0000 mon.smithi080 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T20:15:17.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.293937+0000 mgr.smithi080.aipsvo (mgr.14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T20:15:17.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.294977+0000 mon.smithi080 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi080.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T20:15:17.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.295293+0000 mgr.smithi080.aipsvo (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi080.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T20:15:17.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.299188+0000 mon.smithi080 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:17.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.310749+0000 mon.smithi080 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T20:15:17.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.311188+0000 mgr.smithi080.aipsvo (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T20:15:17.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.313548+0000 mon.smithi080 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi080.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T20:15:17.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.313932+0000 mgr.smithi080.aipsvo (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi080.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T20:15:17.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.320471+0000 mon.smithi080 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:17.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.326307+0000 mon.smithi080 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T20:15:17.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.326788+0000 mgr.smithi080.aipsvo (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T20:15:17.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.331105+0000 mon.smithi080 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi080.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T20:15:17.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.331554+0000 mgr.smithi080.aipsvo (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi080.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T20:15:17.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.336019+0000 mon.smithi080 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:17.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:17 smithi129 conmon[41175]: audit 2023-12-25T20:15:16.337982+0000 mon.smithi080 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:15:18.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:18 smithi129 conmon[41175]: audit 2023-12-25T20:15:17.614827+0000 mon.smithi080 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:18.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:18 smithi129 conmon[41175]: audit 2023-12-25T20:15:17.618955+0000 mon.smithi080 (mon.0 2023-12-25T20:15:18.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:18 smithi129 conmon[41175]: ) 249 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:19.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:18 smithi080 conmon[36722]: audit 2023-12-25T20:15:17.614827+0000 mon.smithi080 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:19.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:18 smithi080 conmon[36722]: audit 2023-12-25T20:15:17.618955+0000 mon.smithi080 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:19.180 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:19.828 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-25T20:15:19.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:19 smithi129 conmon[41175]: cluster 2023-12-25T20:15:18.005783+0000 mgr.smithi080.aipsvo (mgr.14180) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:19.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:19 smithi129 conmon[41175]: audit 2023-12-25T20:15:19.180999+0000 2023-12-25T20:15:19.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:19 smithi129 conmon[41175]: mon.smithi080 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.80:0/1747690783' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:20.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:19 smithi080 conmon[36722]: cluster 2023-12-25T20:15:18.005783+0000 2023-12-25T20:15:20.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:19 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14180) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:20.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:19 smithi080 conmon[36722]: audit 2023-12-25T20:15:19.180999+0000 mon.smithi080 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.80:0/1747690783' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:20.830 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:21.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: cluster 2023-12-25T20:15:20.006030+0000 mgr.smithi080.aipsvo (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:21.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: audit 2023-12-25T20:15:20.185257+0000 mon.smithi080 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:21.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: audit 2023-12-25T20:15:20.483437+0000 mon.smithi080 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:21.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: audit 2023-12-25T20:15:20.484244+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:21.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: 253 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:21.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: audit 2023-12-25T20:15:20. 2023-12-25T20:15:21.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: 484814+0000 mon.smithi080 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:15:21.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: audit 2023-12-25T 2023-12-25T20:15:21.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: 20:15:20.488331+0000 mon.smithi080 (mon.0 2023-12-25T20:15:21.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: ) 255 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:21.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: audit 2023-12-25T20: 2023-12-25T20:15:21.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: 15:20.491633+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:21.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: 256 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:15:21.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: audit 2023-12-25T20:15: 2023-12-25T20:15:21.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: 20.494269+0000 mon.smithi080 (mon.0) 257 : 2023-12-25T20:15:21.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:15:21.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: audit 2023-12-25T20:15:20. 2023-12-25T20:15:21.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: 495196+0000 mon.smithi080 (mon.0) 258 : audit 2023-12-25T20:15:21.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:15:21.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: audit 2023-12-25T20:15:21.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: 2023-12-25T20:15:20.495419+0000 mon.smithi080 (mon. 2023-12-25T20:15:21.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: 0) 259 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:21.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: audit 2023-12-25T20 2023-12-25T20:15:21.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: :15:20.495805+0000 mon.smithi080 (mon.0 2023-12-25T20:15:21.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:21 smithi129 conmon[41175]: ) 260 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:21 smithi080 conmon[36722]: cluster 2023-12-25T20:15:20.006030+0000 mgr.smithi080.aipsvo (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:21 smithi080 conmon[36722]: audit 2023-12-25T20:15:20.185257+0000 mon.smithi080 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:21 smithi080 conmon[36722]: audit 2023-12-25T20:15:20.483437+0000 mon.smithi080 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:21 smithi080 conmon[36722]: audit 2023-12-25T20:15:20.484244+0000 mon.smithi080 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:21 smithi080 conmon[36722]: audit 2023-12-25T20:15:20.484814+0000 mon.smithi080 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:15:21.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:21 smithi080 conmon[36722]: audit 2023-12-25T20:15:20.488331+0000 mon.smithi080 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:21.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:21 smithi080 conmon[36722]: audit 2023-12-25T20 2023-12-25T20:15:21.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:21 smithi080 conmon[36722]: :15:20.491633+0000 mon.smithi080 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:15:21.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:21 smithi080 conmon[36722]: audit 2023-12-25T20:15:20.494269+0000 mon.smithi080 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:15:21.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:21 smithi080 conmon[36722]: audit 2023-12-25T20:15:20.495196+0000 mon.smithi080 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:15:21.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:21 smithi080 conmon[36722]: audit 2023-12-25T20:15:20.495419+0000 mon.smithi080 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:21.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:21 smithi080 conmon[36722]: audit 2023-12-25T20:15:20.495805+0000 mon.smithi080 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:23.281 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:23.488 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:23 smithi080 conmon[36722]: cluster 2023-12-25T20:15:22.006303+0000 mgr.smithi080.aipsvo (mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:23.488 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:23 smithi080 conmon[36722]: audit 2023-12-25T20:15:22.922448+0000 mon.smithi129 (mon.1) 2 : audit [INF] from='client.? 172.21.15.129:0/2367407499' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f9bcf64-6f62-40ed-b36c-05df331edade"}]: dispatch 2023-12-25T20:15:23.488 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:23 smithi080 conmon[36722]: audit 2023-12-25T20:15:22.922879+0000 mon.smithi080 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f9bcf64-6f62-40ed-b36c-05df331edade"}]: dispatch 2023-12-25T20:15:23.488 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:23 smithi080 conmon[36722]: audit 2023-12-25T20:15:22.927681+0000 mon.smithi080 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f9bcf64-6f62-40ed-b36c-05df331edade"}]': finished 2023-12-25T20:15:23.488 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:23 smithi080 conmon[36722]: cluster 2023-12-25T20:15:22.927728+0000 mon.smithi080 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-25T20:15:23.488 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:23 smithi080 conmon[36722]: audit 2023-12-25T20:15:22.927824+0000 mon.smithi080 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:23 smithi129 conmon[41175]: cluster 2023-12-25T20:15:22.006303+0000 mgr.smithi080.aipsvo (mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:23 smithi129 conmon[41175]: audit 2023-12-25T20:15:22.922448+0000 mon.smithi129 (mon.1) 2 : audit [INF] from='client.? 172.21.15.129:0/2367407499' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f9bcf64-6f62-40ed-b36c-05df331edade"}]: dispatch 2023-12-25T20:15:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:23 smithi129 conmon[41175]: audit 2023-12-25T20:15:22.922879+0000 mon.smithi080 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f9bcf64-6f62-40ed-b36c-05df331edade"}]: dispatch 2023-12-25T20:15:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:23 smithi129 conmon[41175]: audit 2023-12-25T20:15:22.927681+0000 mon.smithi080 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f9bcf64-6f62-40ed-b36c-05df331edade"}]': finished 2023-12-25T20:15:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:23 smithi129 conmon[41175]: cluster 2023-12-25T20:15:22.927728+0000 mon.smithi080 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-25T20:15:23.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:23 smithi129 conmon[41175]: audit 2023-12-25T20:15:22.927824+0000 mon.smithi080 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:23.951 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1703535322,"num_remapped_pgs":0} 2023-12-25T20:15:24.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:24 smithi129 conmon[41175]: audit 2023-12-25T20:15:23.280454+0000 mon.smithi080 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.80:0/3516725836' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:24.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:24 smithi129 conmon[41175]: audit 2023-12-25T20:15:23.666104+0000 mon.smithi080 (mon.0) 266 : audit [INF] from='client.? 172.21.15.80:0/2284793178' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a51f29d2-176a-4079-a984-264a7418ff6e"}]: dispatch 2023-12-25T20:15:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:24 smithi129 conmon[41175]: audit 2023-12-25T20:15:23.670108+0000 mon.smithi080 (mon.0) 267 : audit [INF] from='client.? 172.21.15.80:0/2284793178' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a51f29d2-176a-4079-a984-264a7418ff6e"}]': finished 2023-12-25T20:15:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:24 smithi129 conmon[41175]: cluster 2023-12-25T20:15:23.670153+0000 mon.smithi080 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-25T20:15:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:24 smithi129 conmon[41175]: audit 2023-12-25T20:15:23.670247+0000 mon.smithi080 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:24 smithi129 conmon[41175]: audit 2023-12-25T20:15:23.670484+0000 mon.smithi080 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:24 smithi080 conmon[36722]: audit 2023-12-25T20:15:23.280454+0000 mon.smithi080 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.80:0/3516725836' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:24 smithi080 conmon[36722]: audit 2023-12-25T20:15:23.666104+0000 mon.smithi080 (mon.0) 266 : audit [INF] from='client.? 172.21.15.80:0/2284793178' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a51f29d2-176a-4079-a984-264a7418ff6e"}]: dispatch 2023-12-25T20:15:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:24 smithi080 conmon[36722]: audit 2023-12-25T20:15:23.670108+0000 mon.smithi080 (mon.0) 267 : audit [INF] from='client.? 172.21.15.80:0/2284793178' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a51f29d2-176a-4079-a984-264a7418ff6e"}]': finished 2023-12-25T20:15:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:24 smithi080 conmon[36722]: cluster 2023-12-25T20:15:23.670153+0000 mon.smithi080 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-25T20:15:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:24 smithi080 conmon[36722]: audit 2023-12-25T20:15:23.670247+0000 mon.smithi080 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:24 smithi080 conmon[36722]: audit 2023-12-25T20:15:23.670484+0000 mon.smithi080 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:24.952 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:25.428 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:25 smithi080 conmon[36722]: cluster 2023-12-25T20:15:24.006500+0000 mgr.smithi080.aipsvo (mgr.14180) 72 : 2023-12-25T20:15:25.428 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:25 smithi080 conmon[36722]: cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:25.428 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:25 smithi080 conmon[36722]: audit 2023-12-25T20:15:24.242419+0000 mon.smithi129 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.129:0/2265033211' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:25.428 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:25 smithi080 conmon[36722]: audit 2023-12-25T20:15:24.944278+0000 mon.smithi080 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.80:0/2584853265' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:25 smithi129 conmon[41175]: cluster 2023-12-25T20:15:24.006500+0000 mgr.smithi080.aipsvo (mgr.14180) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:25 smithi129 conmon[41175]: audit 2023-12-25T20:15:24.242419+0000 mon.smithi129 2023-12-25T20:15:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:25 smithi129 conmon[41175]: (mon.1) 3 : audit [DBG] from='client.? 172.21.15.129:0/2265033211' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:25 smithi129 conmon[41175]: audit 2023-12-25T20:15:24.944278+0000 mon.smithi080 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.80:0/2584853265' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:26.762 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:26.772 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:26 smithi080 conmon[36722]: cluster 2023-12-25T20:15:26.006796+0000 mgr.smithi080.aipsvo (mgr.14180) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:26.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:26 smithi129 conmon[41175]: cluster 2023-12-25T20:15:26.006796+0000 mgr.smithi080.aipsvo (mgr.14180) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:27.310 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1703535326,"num_remapped_pgs":0} 2023-12-25T20:15:27.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: audit 2023-12-25T20:15:26.746756+0000 mon.smithi129 (mon.1) 4 2023-12-25T20:15:27.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: : audit [INF] from='client.? 172.21.15.129:0/1692481805' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a27259d8-75d8-4d17-916e-76db4e1a24e0"}]: dispatch 2023-12-25T20:15:27.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: audit 2023-12-25T20:15:26.747099+0000 mon.smithi080 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a27259d8-75d8-4d17-916e-76db4e1a24e0"}]: dispatch 2023-12-25T20:15:27.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: audit 2023-12-25T20:15:26.750415+0000 mon.smithi080 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a27259d8-75d8-4d17-916e-76db4e1a24e0"}]': finished 2023-12-25T20:15:27.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: cluster 2023-12-25T20:15:26.750478+0000 mon.smithi080 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-25T20:15:27.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: audit 2023-12-25T20:15:26.750569+0000 mon.smithi080 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:27.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: audit 2023-12-25T20:15:26.750792+0000 mon.smithi080 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:27.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: audit 2023-12-25T20:15:26.750944+0000 mon.smithi080 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:27.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: audit 2023-12-25T20:15:26.762545+0000 mon.smithi080 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.80:0/2616049851' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:27.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: audit 2023-12-25T20:15:27.464972+0000 mon.smithi080 (mon.0) 279 : audit [INF] from='client.? 172.21.15.80:0/1115800788' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e3af380-513c-4b55-b91b-793ae026d802"}]: dispatch 2023-12-25T20:15:27.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: audit 2023-12-25T20:15:27.468615+0000 mon.smithi080 (mon.0) 280 : audit [INF] from='client.? 172.21.15.80:0/1115800788' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3e3af380-513c-4b55-b91b-793ae026d802"}]': finished 2023-12-25T20:15:27.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: cluster 2023-12-25T20:15:27.468652+0000 mon.smithi080 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-25T20:15:27.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: audit 2023-12-25T20:15:27.468741+0000 mon.smithi080 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:27.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: audit 2023-12-25T20:15:27.468988+0000 mon.smithi080 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:27.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: audit 2023-12-25T20:15:27.469135+0000 mon.smithi080 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:27.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:27 smithi129 conmon[41175]: audit 2023-12-25T20:15:27.469307+0000 mon.smithi080 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: audit 2023-12-25T20:15:26.746756+0000 mon.smithi129 (mon.1) 4 : audit [INF] from='client.? 172.21.15.129:0/1692481805' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a27259d8-75d8-4d17-916e-76db4e1a24e0"}]: dispatch 2023-12-25T20:15:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: audit 2023-12-25T20:15:26.747099+0000 mon.smithi080 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a27259d8-75d8-4d17-916e-76db4e1a24e0"}]: dispatch 2023-12-25T20:15:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: audit 2023-12-25T20:15:26.750415+0000 mon.smithi080 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a27259d8-75d8-4d17-916e-76db4e1a24e0"}]': finished 2023-12-25T20:15:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: cluster 2023-12-25T20:15:26.750478+0000 mon.smithi080 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-25T20:15:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: audit 2023-12-25T20:15:26.750569+0000 mon.smithi080 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: audit 2023-12-25T20:15:26.750792+0000 mon.smithi080 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: audit 2023-12-25T20:15:26.750944+0000 mon.smithi080 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: audit 2023-12-25T20:15:26.762545+0000 mon.smithi080 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.80:0/2616049851' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: audit 2023-12-25T20:15:27. 2023-12-25T20:15:28.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: 464972+0000 mon.smithi080 (mon.0) 279 : audit [INF] from='client.? 172.21.15.80:0/1115800788' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e3af380-513c-4b55-b91b-793ae026d802"}]: dispatch 2023-12-25T20:15:28.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: audit 2023-12-25T20:15:27.468615+0000 mon.smithi080 (mon.0) 280 : audit [INF] from='client.? 172.21.15.80:0/1115800788' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3e3af380-513c-4b55-b91b-793ae026d802"}]': finished 2023-12-25T20:15:28.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: cluster 2023-12-25T20:15:27.468652+0000 mon.smithi080 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-25T20:15:28.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: audit 2023-12-25T20:15:27.468741+0000 mon.smithi080 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:28.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: audit 2023-12-25T20:15:27.468988+0000 mon.smithi080 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:28.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: audit 2023-12-25T20:15:27.469135+0000 mon.smithi080 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:28.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:27 smithi080 conmon[36722]: audit 2023-12-25T20:15:27.469307+0000 mon.smithi080 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:28.312 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:28.978 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:28 smithi080 conmon[36722]: audit 2023-12-25T20:15:27.970172+0000 mon.smithi129 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.129:0/100564132' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:28.979 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:28 smithi080 conmon[36722]: cluster 2023-12-25T20:15:28.007187+0000 mgr.smithi080.aipsvo (mgr.14180) 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:28.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:28 smithi129 conmon[41175]: audit 2023-12-25T20:15:27.970172+0000 mon.smithi129 (mon.1) 5 2023-12-25T20:15:28.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:28 smithi129 conmon[41175]: : audit [DBG] from='client.? 172.21.15.129:0/100564132' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:28.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:28 smithi129 conmon[41175]: cluster 2023-12-25T20:15:28.007187+0000 mgr.smithi080.aipsvo (mgr.14180) 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:29.836 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:29 smithi080 conmon[36722]: audit 2023-12-25T20:15:28.762336+0000 mon.smithi080 (mon.0) 286 2023-12-25T20:15:29.836 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:29 smithi080 conmon[36722]: : audit [DBG] from='client.? 172.21.15.80:0/2445847399' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:29.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:29 smithi129 conmon[41175]: audit 2023-12-25T20:15:28.762336+0000 mon.smithi080 (mon.0) 286 : audit 2023-12-25T20:15:29.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:29 smithi129 conmon[41175]: [DBG] from='client.? 172.21.15.80:0/2445847399' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:30.200 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:30.790 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1703535327,"num_remapped_pgs":0} 2023-12-25T20:15:30.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: cluster 2023-12-25T20:15:30.007388+0000 mgr.smithi080.aipsvo (mgr.14180) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:30.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: audit 2023-12-25T20:15:30.198164+0000 mon.smithi080 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.80:0/285360228' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:30.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: audit 2023-12-25T20:15:30.478241+0000 mon.smithi129 (mon.1) 6 : audit [INF] from='client.? 172.21.15.129:0/870384291' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9bede474-176a-4e19-b536-f1fd82ce5f97"}]: dispatch 2023-12-25T20:15:30.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: audit 2023-12-25T20:15:30.478609+0000 mon.smithi080 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9bede474-176a-4e19-b536-f1fd82ce5f97"}]: dispatch 2023-12-25T20:15:30.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: audit 2023-12-25T20:15:30.482225+0000 mon.smithi080 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9bede474-176a-4e19-b536-f1fd82ce5f97"}]': finished 2023-12-25T20:15:30.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: cluster 2023-12-25T20:15:30.482280+0000 mon.smithi080 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-25T20:15:30.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: audit 2023-12-25T20:15:30.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: 2023-12-25T20:15:30.482407+0000 mon.smithi080 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:30.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: audit 2023-12-25T20: 2023-12-25T20:15:30.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: 15:30.482749+0000 mon.smithi080 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:30.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: 2023-12-25T20:15:30.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: audit 2023-12 2023-12-25T20:15:30.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: -25T20:15:30.482946+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:30.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: 293 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:30.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: audit 2023-12-25T20:15:30 2023-12-25T20:15:30.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: .483147+0000 mon.smithi080 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:30.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: audit 2023- 2023-12-25T20:15:30.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: 12-25T20:15:30.483340+0000 mon.smithi080 (mon.0) 295 : audit [DBG] 2023-12-25T20:15:30.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:30 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:31.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:30 smithi080 conmon[36722]: cluster 2023-12-25T20:15:30.007388+0000 mgr.smithi080.aipsvo (mgr.14180) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:31.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:30 smithi080 conmon[36722]: audit 2023-12-25T20:15:30.198164+0000 mon.smithi080 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.80:0/285360228' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:31.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:30 smithi080 conmon[36722]: audit 2023-12-25T20:15:30.478241+0000 mon.smithi129 (mon.1) 6 : audit [INF] from='client.? 172.21.15.129:0/870384291' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9bede474-176a-4e19-b536-f1fd82ce5f97"}]: dispatch 2023-12-25T20:15:31.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:30 smithi080 conmon[36722]: audit 2023-12-25T20:15:30.478609+0000 mon.smithi080 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9bede474-176a-4e19-b536-f1fd82ce5f97"}]: dispatch 2023-12-25T20:15:31.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:30 smithi080 conmon[36722]: audit 2023-12-25T20:15:30.482225+0000 mon.smithi080 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9bede474-176a-4e19-b536-f1fd82ce5f97"}]': finished 2023-12-25T20:15:31.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:30 smithi080 conmon[36722]: cluster 2023-12-25T20:15:30.482280+0000 mon.smithi080 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-25T20:15:31.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:30 smithi080 conmon[36722]: audit 2023-12-25 2023-12-25T20:15:31.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:30 smithi080 conmon[36722]: T20:15:30.482407+0000 mon.smithi080 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:31.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:30 smithi080 conmon[36722]: audit 2023-12-25T20:15:30.482749+0000 mon.smithi080 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:31.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:30 smithi080 conmon[36722]: audit 2023-12-25T20:15:30.482946+0000 mon.smithi080 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:31.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:30 smithi080 conmon[36722]: audit 2023-12-25T20:15:30.483147+0000 mon.smithi080 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:31.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:30 smithi080 conmon[36722]: audit 2023-12-25T20:15:30.483340+0000 mon.smithi080 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:31.664 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:31 smithi080 conmon[36722]: audit 2023-12-25T20:15:31.282394+0000 mon.smithi080 (mon.0) 296 : audit [INF] from='client.? 172.21.15.80:0/1969906550' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d9d5e071-1986-4531-9197-3e4b6090262c"}]: dispatch 2023-12-25T20:15:31.665 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:31 smithi080 conmon[36722]: audit 2023-12-25T20:15:31.288767+0000 mon.smithi080 (mon.0) 297 : audit [INF] from='client.? 172.21.15.80:0/1969906550' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d9d5e071-1986-4531-9197-3e4b6090262c"}]': finished 2023-12-25T20:15:31.665 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:31 smithi080 conmon[36722]: cluster 2023-12-25T20:15:31.288804+0000 mon.smithi080 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-25T20:15:31.665 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:31 smithi080 conmon[36722]: audit 2023-12-25T20:15:31.288919+0000 mon.smithi080 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:31.792 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:31.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:31 smithi129 conmon[41175]: audit 2023-12-25T20:15:31.282394+0000 mon.smithi080 (mon.0) 296 : audit [INF] from='client.? 172.21.15.80:0/1969906550' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d9d5e071-1986-4531-9197-3e4b6090262c"}]: dispatch 2023-12-25T20:15:31.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:31 smithi129 conmon[41175]: audit 2023-12-25T20:15:31.288767+0000 mon.smithi080 (mon.0) 297 : audit [INF] from='client.? 172.21.15.80:0/1969906550' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d9d5e071-1986-4531-9197-3e4b6090262c"}]': finished 2023-12-25T20:15:31.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:31 smithi129 conmon[41175]: cluster 2023-12-25T20:15:31.288804+0000 mon.smithi080 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-25T20:15:31.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:31 smithi129 conmon[41175]: audit 2023-12-25T20:15:31.288919+0000 mon.smithi080 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:31.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:31 smithi129 conmon[41175]: audit 2023-12-25T20:15:31.289273+0000 mon.smithi080 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:31.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:31 smithi129 conmon[41175]: audit 2023-12-25T20:15:31.289467+0000 mon.smithi080 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:31.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:31 smithi129 conmon[41175]: audit 2023-12-25T20:15:31.289659+0000 mon.smithi080 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:31.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:31 smithi129 conmon[41175]: audit 2023-12-25T20:15:31.289853+0000 mon.smithi080 (mon.0) 303 : audit [DBG] 2023-12-25T20:15:31.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:31 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:31.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:31 smithi129 conmon[41175]: audit 2023-12-25T20:15:31.290042+0000 mon.smithi080 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:32.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:31 smithi080 conmon[36722]: audit 2023-12-25T20:15:31.289273+0000 mon.smithi080 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:32.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:31 smithi080 conmon[36722]: audit 2023-12-25T20:15:31.289467+0000 mon.smithi080 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:32.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:31 smithi080 conmon[36722]: audit 2023-12-25T20:15:31.289659+0000 mon.smithi080 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:32.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:31 smithi080 conmon[36722]: audit 2023-12-25T20:15:31.289853+0000 mon.smithi080 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:32.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:31 smithi080 conmon[36722]: audit 2023-12-25T20:15:31.290042+0000 mon.smithi080 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:32.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:32 smithi129 conmon[41175]: audit 2023-12-25T20:15:31.768953+0000 mon.smithi129 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.129:0/2053080908' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:32.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:32 smithi129 conmon[41175]: cluster 2023-12-25T20:15:32.007618+0000 mgr.smithi080.aipsvo (mgr.14180) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:32.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:32 smithi129 conmon[41175]: audit 2023-12-25T20:15:32.595826+0000 mon.smithi080 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.80:0/305334123' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:32.998 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:32 smithi080 conmon[36722]: audit 2023-12-25T20:15:31.768953+0000 mon.smithi129 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.129:0/2053080908' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:32.999 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:32 smithi080 conmon[36722]: cluster 2023-12-25T20:15:32.007618+0000 mgr.smithi080.aipsvo (mgr.14180) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:32.999 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:32 smithi080 conmon[36722]: audit 2023-12-25T20:15:32.595826+0000 mon.smithi080 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.80:0/305334123' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:33.573 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:33.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:33 smithi129 conmon[41175]: audit 2023-12-25T20:15:33.574110+0000 mon.smithi080 (mon.0) 306 : audit 2023-12-25T20:15:33.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:33 smithi129 conmon[41175]: [DBG] from='client.? 172.21.15.80:0/44469677' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:34.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:33 smithi080 conmon[36722]: audit 2023-12-25T20:15:33.574110+0000 mon.smithi080 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.80:0/44469677' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:34.165 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1703535331,"num_remapped_pgs":0} 2023-12-25T20:15:34.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:34 smithi129 conmon[41175]: cluster 2023-12-25T20:15:34.007970+0000 mgr.smithi080.aipsvo (mgr.14180) 77 : cluster 2023-12-25T20:15:34.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:34 smithi129 conmon[41175]: [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:34.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:34 smithi129 conmon[41175]: audit 2023-12-25T20:15:34.277590+0000 mon.smithi129 (mon.1) 8 : audit [INF] from='client.? 172.21.15.129:0/3342627009' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c07824b-4119-41d5-a25a-cf7072443133"}]: dispatch 2023-12-25T20:15:34.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:34 smithi129 conmon[41175]: audit 2023-12-25T20:15:34.278044+0000 mon.smithi080 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c07824b-4119-41d5-a25a-cf7072443133"}]: dispatch 2023-12-25T20:15:34.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:34 smithi129 conmon[41175]: audit 2023-12-25T20:15:34.281440+0000 mon.smithi080 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c07824b-4119-41d5-a25a-cf7072443133"}]': finished 2023-12-25T20:15:34.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:34 smithi129 conmon[41175]: cluster 2023-12-25T20:15:34.281500+0000 mon.smithi080 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-25T20:15:34.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:34 smithi129 conmon[41175]: audit 2023-12-25T20:15:34.281576+0000 mon.smithi080 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:34.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:34 smithi129 conmon[41175]: audit 2023-12-25T20:15:34.281781+0000 mon.smithi080 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:34.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:34 smithi129 conmon[41175]: audit 2023-12-25T20:15:34.281912+0000 mon.smithi080 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:34.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:34 smithi129 conmon[41175]: audit 2023-12-25T20:15:34.282049+0000 mon.smithi080 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:34.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:34 smithi129 conmon[41175]: audit 2023-12-25T20:15:34.282210+0000 mon.smithi080 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:34.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:34 smithi129 conmon[41175]: audit 2023-12-25T20:15:34.282346+0000 mon.smithi080 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:34.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:34 smithi129 conmon[41175]: audit 2023-12-25T20:15:34.282476+0000 mon.smithi080 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:35.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: cluster 2023-12-25T20:15:34.007970+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:15:35.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: ) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:35.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: audit 2023-12-25T20:15:34.277590+0000 mon.smithi129 (mon.1) 8 : audit [INF] from='client.? 172.21.15.129:0/3342627009' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c07824b-4119-41d5-a25a-cf7072443133"}]: dispatch 2023-12-25T20:15:35.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: audit 2023-12-25T20:15:34.278044+0000 mon.smithi080 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c07824b-4119-41d5-a25a-cf7072443133"}]: dispatch 2023-12-25T20:15:35.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: audit 2023-12-25T20:15:34.281440+0000 mon.smithi080 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c07824b-4119-41d5-a25a-cf7072443133"}]': finished 2023-12-25T20:15:35.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: cluster 2023-12-25T20:15:35.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: 2023-12-25T20:15:34.281500+0000 mon.smithi080 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: audit 2023-12 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: -25T20:15:34.281576+0000 mon.smithi080 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: 2023-12-25T20:15:34.281781+0000 mon.smithi080 (mon.0 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: ) 311 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: audit 2023-12-25T20: 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: 15:34.281912+0000 mon.smithi080 (mon.0) 312 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: 2023-12-25T20:15:34.282049+0000 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: mon.smithi080 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: 2023-12-25T20:15:34.282210+0000 mon.smithi080 (mon. 2023-12-25T20:15:35.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: 0) 314 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:35.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: audit 2023-12-25T 2023-12-25T20:15:35.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: 20:15:34.282346+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:35.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: 315 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:35.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: 2023-12-25T20:15:34.282476+0000 2023-12-25T20:15:35.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: mon.smithi080 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:35.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:34 smithi080 conmon[36722]: 2023-12-25T20:15:35.166 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:35.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: audit 2023-12-25T20:15:35.115721+0000 mon.smithi080 (mon.0 2023-12-25T20:15:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: ) 317 : audit [INF] from='client.? 172.21.15.80:0/2978159755' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e07e821-0138-4138-8728-6e4a79d16980"}]: dispatch 2023-12-25T20:15:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: audit 2023-12-25T20:15:35.119250+0000 mon.smithi080 (mon.0) 318 : audit 2023-12-25T20:15:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: [INF] from='client.? 172.21.15.80:0/2978159755' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e07e821-0138-4138-8728-6e4a79d16980"}]': finished 2023-12-25T20:15:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: cluster 2023-12 2023-12-25T20:15:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: -25T20:15:35.119307+0000 mon.smithi080 (mon 2023-12-25T20:15:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: .0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-25T20:15:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: audit 2023-12-25T20:15:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: 2023-12-25T20:15: 2023-12-25T20:15:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: 35.119411+0000 mon.smithi080 (mon.0) 320 2023-12-25T20:15:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: audit 2023-12- 2023-12-25T20:15:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: 25T20:15:35.119767+0000 2023-12-25T20:15:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: mon.smithi080 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: audit 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: 2023-12-25T20:15:35 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: .119962+0000 mon.smithi080 (mon.0) 322 : audit 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: audit 2023-12-25 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: T20:15:35.120171+0000 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: mon.smithi080 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: audit 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: 2023-12-25T20:15: 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: 35.120380+0000 mon.smithi080 (mon. 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: 0) 324 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: audit 2023 2023-12-25T20:15:35.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: -12-25T20:15: 2023-12-25T20:15:35.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: 35.120580+0000 mon.smithi080 (mon.0) 325 : 2023-12-25T20:15:35.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:35.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: audit 2023-12-25T20:15:35.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: 2023-12-25T20 2023-12-25T20:15:35.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: :15:35.120778+0000 mon.smithi080 (mon.0 2023-12-25T20:15:35.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: ) 326 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:35.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: audit 2023 2023-12-25T20:15:35.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: -12-25T20:15: 2023-12-25T20:15:35.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: 35.120981+0000 mon.smithi080 (mon.0) 327 2023-12-25T20:15:35.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:35.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: audit 2023-12-25T20:15:35.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: 2023-12-25T20:15 2023-12-25T20:15:35.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: :35.497810+0000 mon.smithi129 (mon.1) 9 2023-12-25T20:15:35.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:35 smithi129 conmon[41175]: : audit [DBG] from='client.? 172.21.15.129:0/4059213419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:35 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.115721+0000 mon.smithi080 (mon.0) 317 : audit [INF] from='client.? 172.21.15.80:0/2978159755' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e07e821-0138-4138-8728-6e4a79d16980"}]: dispatch 2023-12-25T20:15:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:35 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.119250+0000 mon.smithi080 (mon.0) 318 : audit [INF] from='client.? 172.21.15.80:0/2978159755' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e07e821-0138-4138-8728-6e4a79d16980"}]': finished 2023-12-25T20:15:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:35 smithi080 conmon[36722]: cluster 2023-12-25T20:15:35.119307+0000 mon.smithi080 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-25T20:15:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:35 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.119411+0000 mon.smithi080 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:35 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.119767+0000 mon.smithi080 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:35 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.119962+0000 mon.smithi080 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:35 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.120171+0000 mon.smithi080 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:35 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.120380+0000 mon.smithi080 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:35 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.120580+0000 mon.smithi080 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:35 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.120778+0000 mon.smithi080 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:36.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:35 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.120981+0000 mon.smithi080 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:36.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:35 smithi080 conmon[36722]: audit 2023-12-25T20:15:35.497810+0000 mon.smithi129 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.129:0/4059213419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:36.939 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:36 smithi080 conmon[36722]: cluster 2023-12-25T20:15:36.008349+0000 mgr.smithi080.aipsvo (mgr.14180) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:36.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:36 smithi129 conmon[41175]: cluster 2023-12-25T20:15:36.008349+0000 mgr.smithi080.aipsvo (mgr.14180) 78 : cluster 2023-12-25T20:15:36.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:36 smithi129 conmon[41175]: [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:37.311 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:37.944 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:37 smithi080 conmon[36722]: audit 2023-12-25T20:15:37.049140+0000 mon.smithi080 (mon.0) 328 : audit 2023-12-25T20:15:37.944 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:37 smithi080 conmon[36722]: [DBG] from='client.? 172.21.15.80:0/3879124728' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:37.944 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:37 smithi080 conmon[36722]: audit 2023-12-25T20:15:37.311755+0000 mon.smithi080 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.80:0/2784134167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:37.945 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703535335,"num_remapped_pgs":0} 2023-12-25T20:15:37.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:37 smithi129 conmon[41175]: audit 2023-12-25T20:15:37.049140+0000 mon.smithi080 (mon.0) 328 : audit 2023-12-25T20:15:37.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:37 smithi129 conmon[41175]: [DBG] from='client.? 172.21.15.80:0/3879124728' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T20:15:37.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:37 smithi129 conmon[41175]: audit 2023-12-25T20:15:37.311755+0000 mon.smithi080 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.80:0/2784134167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:38.947 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:38.978 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:38 smithi080 conmon[36722]: cluster 2023-12-25T20:15:38.008619+0000 mgr.smithi080.aipsvo (mgr.14180) 79 : cluster [DBG] 2023-12-25T20:15:38.979 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:38 smithi080 conmon[36722]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:38.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:38 smithi129 conmon[41175]: cluster 2023-12-25T20:15:38.008619+0000 mgr.smithi080.aipsvo (mgr.14180) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:41.203 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:41 smithi080 conmon[36722]: cluster 2023-12-25T20:15:40.008994+0000 mgr.smithi080.aipsvo (mgr.14180) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:41.203 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:41 smithi080 conmon[36722]: audit 2023-12-25T20:15:40.735637+0000 mon.smithi080 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-25T20:15:41.203 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:41 smithi080 conmon[36722]: audit 2023-12-25T20:15:40.736342+0000 mon.smithi080 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:41.326 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:41.380 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:41 smithi129 conmon[41175]: cluster 2023-12-25T20:15:40.008994+0000 mgr.smithi080.aipsvo (mgr.14180) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:41.380 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:41 smithi129 conmon[41175]: audit 2023-12-25T20:15:40.735637+0000 mon.smithi080 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-25T20:15:41.380 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:41 smithi129 conmon[41175]: audit 2023-12-25T20:15:40.736342+0000 mon.smithi080 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:42.176 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:42 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:40.736891+0000 mgr.smithi080.aipsvo (mgr.14180) 81 : cephadm [INF] 2023-12-25T20:15:42.177 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:42 smithi129 conmon[41175]: Deploying daemon osd.0 on smithi129 2023-12-25T20:15:42.177 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:42 smithi129 conmon[41175]: audit 2023-12-25T20:15:41.327438+0000 mon.smithi080 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.80:0/2457556482' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:42.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:42 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:40.736891+0000 mgr.smithi080.aipsvo (mgr.14180) 81 : cephadm [INF] 2023-12-25T20:15:42.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:42 smithi080 conmon[36722]: Deploying daemon osd.0 on smithi129 2023-12-25T20:15:42.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:42 smithi080 conmon[36722]: audit 2023-12-25T20:15:41.327438+0000 mon.smithi080 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.80:0/2457556482' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:42.506 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703535335,"num_remapped_pgs":0} 2023-12-25T20:15:43.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:43 smithi129 conmon[41175]: cluster 2023-12-25T20:15:42.009268+0000 mgr.smithi080.aipsvo (mgr.14180) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:43 smithi080 conmon[36722]: cluster 2023-12-25T20:15:42.009268+0000 2023-12-25T20:15:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:43 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14180) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:43.508 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:44.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:44 smithi080 conmon[36722]: audit 2023-12-25T20:15:43 2023-12-25T20:15:44.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:44 smithi080 conmon[36722]: .626470+0000 mon.smithi080 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-25T20:15:44.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:44 smithi080 conmon[36722]: audit 2023-12-25T20:15:43.627068+0000 mon.smithi080 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:44.490 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:44 smithi129 conmon[41175]: audit 2023-12-25T20:15:43.626470+0000 mon.smithi080 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-25T20:15:44.490 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:44 smithi129 conmon[41175]: audit 2023-12-25T20:15:43.627068+0000 mon.smithi080 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:45 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:43.627584+0000 mgr.smithi080.aipsvo (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.1 on smithi080 2023-12-25T20:15:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:45 smithi129 conmon[41175]: cluster 2023-12-25T20:15:45.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:45 smithi129 conmon[41175]: 2023-12-25T20:15:44.009488+0000 mgr.smithi080.aipsvo (mgr.14180) 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:45.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:45 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:43.627584+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:15:45.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:45 smithi080 conmon[36722]: ) 83 : cephadm [INF] Deploying daemon osd.1 on smithi080 2023-12-25T20:15:45.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:45 smithi080 conmon[36722]: cluster 2023-12-25T20:15:44.009488+0000 mgr.smithi080.aipsvo (mgr.14180) 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:45.933 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:46.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:46 smithi129 conmon[41175]: audit 2023-12-25T20:15:45.352296+0000 mon.smithi080 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:46.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:46 smithi129 conmon[41175]: audit 2023-12-25T20:15:45.352951+0000 mon.smithi080 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-25T20:15:46.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:46 smithi129 conmon[41175]: audit 2023-12-25T20:15:45.353572+0000 mon.smithi080 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:46.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:46 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:45.354116+0000 mgr.smithi080.aipsvo (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.2 on smithi129 2023-12-25T20:15:46.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:46 smithi129 conmon[41175]: audit 2023-12-25T20:15:45.933689+0000 mon.smithi080 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.80:0/2071601593' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:46.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:46 smithi080 conmon[36722]: audit 2023-12-25T20:15:45.352296+0000 mon.smithi080 (mon.0) 335 : audit 2023-12-25T20:15:46.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:46 smithi080 conmon[36722]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:46.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:46 smithi080 conmon[36722]: audit 2023-12-25T20:15:45.352951+0000 mon.smithi080 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-25T20:15:46.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:46 smithi080 conmon[36722]: audit 2023-12-25T20:15:45.353572+0000 mon.smithi080 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:46.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:46 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:45.354116+0000 mgr.smithi080.aipsvo (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.2 on smithi129 2023-12-25T20:15:46.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:46 smithi080 conmon[36722]: audit 2023-12-25T20:15:45.933689+0000 mon.smithi080 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.80:0/2071601593' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:46.875 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703535335,"num_remapped_pgs":0} 2023-12-25T20:15:47.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:47 smithi129 conmon[41175]: cluster 2023-12-25T20:15:46.009705+0000 mgr.smithi080.aipsvo (mgr.14180) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:47.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:47 smithi080 conmon[36722]: cluster 2023-12-25T20:15:46.009705+0000 mgr.smithi080.aipsvo (mgr.14180) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:47.877 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:49.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:49 smithi129 conmon[41175]: cluster 2023-12-25T20:15:48.009944+0000 mgr.smithi080.aipsvo (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:49.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:49 smithi129 conmon[41175]: audit 2023-12-25T20:15:48.573117+0000 mon.smithi129 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.129:6800/3508498595,v1:172.21.15.129:6801/3508498595]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T20:15:49.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:49 smithi129 conmon[41175]: audit 2023-12-25T20: 2023-12-25T20:15:49.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:49 smithi129 conmon[41175]: 15:48.573431+0000 mon.smithi080 (mon.0) 339 2023-12-25T20:15:49.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:49 smithi129 conmon[41175]: : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T20:15:49.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:49 smithi080 conmon[36722]: cluster 2023-12-25T20:15:48.009944+0000 mgr.smithi080.aipsvo (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:49.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:49 smithi080 conmon[36722]: audit 2023-12-25T20:15:48.573117+0000 mon.smithi129 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.129:6800/3508498595,v1:172.21.15.129:6801/3508498595]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T20:15:49.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:49 smithi080 conmon[36722]: audit 2023-12-25T20:15:48.573431+0000 mon.smithi080 (mon.0) 339 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T20:15:50.205 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:50.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20:15:49.362827+0000 mon.smithi080 (mon.0) 340 2023-12-25T20:15:50.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-25T20:15:50.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: cluster 2023-12-25T20:15:49.362933+0000 mon.smithi080 (mon.0) 341 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-25T20:15:50.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20:15:49.363084+0000 mon.smithi080 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:50.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20:15:49.363442+0000 mon.smithi080 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:50.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20:15:49.363557+0000 mon.smithi129 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.129:6800/3508498595,v1:172.21.15.129:6801/3508498595]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:15:50.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20:15:49.363612+0000 mon.smithi080 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:50.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20:15:49.363842+0000 mon.smithi080 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:50.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20:15:49.364188+0000 mon.smithi080 (mon.0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:15:50.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20:15:49.364414+0000 mon.smithi080 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:50.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20:15:49.364608+0000 mon.smithi080 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:50.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20:15:49.364840+0000 mon.smithi080 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:50.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20:15:49.365048+0000 mon.smithi080 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:50.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.086800+0000 mon.smithi080 (mon.0) 351 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:50.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: 2023-12-25T20:15:50.087485+0000 mon.smithi080 (mon.0) 352 : 2023-12-25T20:15:50.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-25T20:15:50.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: 2023-12-25T20:15:50.088081+0000 mon.smithi080 (mon 2023-12-25T20:15:50.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: .0) 353 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:50.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit 2023-12-25T20: 2023-12-25T20:15:50.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: 15:50.205881+0000 mon.smithi080 (mon.0) 354 : 2023-12-25T20:15:50.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:50 smithi080 conmon[36722]: audit [DBG] from='client.? 172.21.15.80:0/2536554047' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:50.631 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:49.362827+0000 mon.smithi080 (mon.0) 340 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-25T20:15:50.632 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: cluster 2023-12-25T20:15:49.362933+0000 mon.smithi080 (mon.0) 341 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-25T20:15:50.632 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:49.363084+0000 mon.smithi080 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:50.632 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:49.363442+0000 mon.smithi080 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:50.632 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:49.363557+0000 mon.smithi129 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.129:6800/3508498595,v1:172.21.15.129:6801/3508498595]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:15:50.632 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:49.363612+0000 mon.smithi080 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:50.632 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:49.363842+0000 mon.smithi080 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:50.632 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:49.364188+0000 mon.smithi080 (mon.0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:15:50.632 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:49.364414+0000 mon.smithi080 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:50.632 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:50.632 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: 2023-12-25T20:15:49.364608+0000 mon.smithi080 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:50.632 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:49.364840+0000 mon.smithi080 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:50.632 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:49.365048+0000 mon.smithi080 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:50.632 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:50.086800+0000 mon.smithi080 (mon.0) 351 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:50.633 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:50.087485+0000 mon.smithi080 (mon.0) 352 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-25T20:15:50.633 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:50.088081+0000 mon.smithi080 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:50.633 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:50 smithi129 conmon[41175]: audit 2023-12-25T20:15:50.205881+0000 mon.smithi080 (mon.0) 354 : audit [DBG] from='client.? 172.21.15.80:0/2536554047' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:50.799 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703535335,"num_remapped_pgs":0} 2023-12-25T20:15:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: cluster 2023-12-25T20:15:50.010195+0000 mgr.smithi080.aipsvo (mgr.14180) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:50.088591+0000 mgr.smithi080.aipsvo (mgr.14180) 89 : cephadm [INF] Deploying daemon osd.4 on smithi129 2023-12-25T20:15:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.364618+0000 mon.smithi080 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2023-12-25T20:15:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: cluster 2023-12-25T20:15:50.364669+0000 mon.smithi080 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-25T20:15:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.364985+0000 mon.smithi080 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.365208+0000 mon.smithi080 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:51.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.365346+0000 mon.smithi080 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:51.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.365476+0000 mon.smithi080 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:51.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.365622+0000 mon.smithi080 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:51.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.365755+0000 mon.smithi080 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:51.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: audit 2023-12-25T20: 2023-12-25T20:15:51.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: 15:50.365891+0000 mon.smithi080 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:51.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.366032+0000 mon.smithi080 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:51.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.371011+0000 mon.smithi080 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:51.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.631655+0000 mon.smithi080 (mon.0) 366 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:51.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.632298+0000 mon.smithi080 (mon.0) 367 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-25T20:15:51.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:51 smithi080 conmon[36722]: audit 2023-12-25T20:15:50.632784+0000 mon.smithi080 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:51.651 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: cluster 2023-12-25T20:15:50.010195+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:15:51.652 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: .14180) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:51.652 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:50.088591+0000 mgr.smithi080.aipsvo (mgr.14180) 89 : cephadm [INF] Deploying daemon osd.4 on smithi129 2023-12-25T20:15:51.652 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: audit 2023-12-25T20:15:50.364618+0000 mon.smithi080 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2023-12-25T20:15:51.652 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: cluster 2023-12- 2023-12-25T20:15:51.652 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: 25T20:15:50.364669+0000 mon.smithi080 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-25T20:15:51.652 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: audit 2023-12- 2023-12-25T20:15:51.652 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: 25T20:15:50.364985+0000 mon.smithi080 (mon.0) 357 : 2023-12-25T20:15:51.652 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:51.653 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: audit 2023-12-25T20:15:50. 2023-12-25T20:15:51.653 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: 365208+0000 mon.smithi080 (mon.0) 358 : audit 2023-12-25T20:15:51.653 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:51.653 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: audit 2023-12-25T20:15:50.365346 2023-12-25T20:15:51.654 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:51.654 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: audit 2023-12-25T20:15:50. 2023-12-25T20:15:51.654 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: 365476+0000 mon.smithi080 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:51.654 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: audit 2023-12-25T20:15:50. 2023-12-25T20:15:51.654 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: 365622+0000 mon.smithi080 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:51.654 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: audit 2023-12-25T20:15:50.365755+0000 2023-12-25T20:15:51.655 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: mon.smithi080 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:51.655 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: audit 2023-12-25T20:15:50 2023-12-25T20:15:51.655 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: .365891+0000 mon.smithi080 (mon.0) 363 : audit 2023-12-25T20:15:51.655 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:51.655 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: audit 2023-12-25T 2023-12-25T20:15:51.656 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: 20:15:50.366032+0000 mon.smithi080 (mon. 2023-12-25T20:15:51.656 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: 0) 364 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:51.656 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: audit 2023-12- 2023-12-25T20:15:51.656 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: 25T20:15:50.371011+0000 mon.smithi080 (mon. 2023-12-25T20:15:51.656 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: 0) 365 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:51.656 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: audit 2023-12-25T 2023-12-25T20:15:51.656 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: 20:15:50.631655+0000 mon.smithi080 (mon.0 2023-12-25T20:15:51.656 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: ) 366 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:51.656 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: audit 2023-12-25T20 2023-12-25T20:15:51.656 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: :15:50.632298+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:51.656 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: 367 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-25T20:15:51.656 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: audit 2023-12-25T20:15 2023-12-25T20:15:51.657 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: :50.632784+0000 mon.smithi080 (mon.0) 368 : audit 2023-12-25T20:15:51.657 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:51 smithi129 conmon[41175]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:51.801 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:52.497 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:52 smithi080 conmon[36722]: cluster 2023-12-25T20:15:49.541885+0000 osd.0 (osd.0) 1 : cluster 2023-12-25T20:15:52.497 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:52 smithi080 conmon[36722]: [DBG] purged_snaps scrub starts 2023-12-25T20:15:52.498 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:52 smithi080 conmon[36722]: cluster 2023-12-25T20:15:49.541964+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:15:52.498 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:52 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:50.633232+0000 mgr.smithi080.aipsvo (mgr.14180) 90 : cephadm [INF] Deploying daemon osd.3 on smithi080 2023-12-25T20:15:52.498 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:52 smithi080 conmon[36722]: cluster 2023-12-25T20:15:51.372372+0000 mon.smithi080 (mon.0) 369 : cluster [INF] osd.0 [v2:172.21.15.129:6800/3508498595,v1:172.21.15.129:6801/3508498595] boot 2023-12-25T20:15:52.498 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:52 smithi080 conmon[36722]: cluster 2023-12-25T20:15:51.372400+0000 mon.smithi080 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-25T20:15:52.498 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:52 smithi080 conmon[36722]: audit 2023-12-25T20:15:51.372751+0000 mon.smithi080 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:52.498 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:52 smithi080 conmon[36722]: audit 2023-12-25T20:15:51.373111+0000 mon.smithi080 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:52.498 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:52 smithi080 conmon[36722]: audit 2023-12-25T20:15:51.373332+0000 mon.smithi080 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:52.498 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:52 smithi080 conmon[36722]: audit 2023-12-25T20:15:51.373553+0000 mon.smithi080 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:52.498 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:52 smithi080 conmon[36722]: audit 2023-12-25T20:15:51.376874+0000 mon.smithi080 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:52.498 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:52 smithi080 conmon[36722]: audit 2023-12-25T20:15:51.377069+0000 mon.smithi080 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:52.498 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:52 smithi080 conmon[36722]: audit 2023-12-25T20:15:51.377245+0000 mon.smithi080 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:52.498 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:52 smithi080 conmon[36722]: audit 2023-12-25T20:15:51.377406+0000 mon.smithi080 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:52.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:52 smithi129 conmon[41175]: cluster 2023-12-25T20:15:49.541885+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:15:52.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:52 smithi129 conmon[41175]: cluster 2023-12-25T20:15:49.541964+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:15:52.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:52 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:50.633232+0000 mgr.smithi080.aipsvo (mgr.14180) 90 : cephadm [INF] Deploying daemon osd.3 on smithi080 2023-12-25T20:15:52.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:52 smithi129 conmon[41175]: cluster 2023-12-25T20:15:51.372372+0000 mon.smithi080 (mon.0) 369 : cluster [INF] osd.0 [v2:172.21.15.129:6800/3508498595,v1:172.21.15.129:6801/3508498595] boot 2023-12-25T20:15:52.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:52 smithi129 conmon[41175]: cluster 2023-12-25T20:15:51.372400+0000 mon.smithi080 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-25T20:15:52.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:52 smithi129 conmon[41175]: audit 2023-12-25T20:15:51.372751+0000 mon.smithi080 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T20:15:52.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:52 smithi129 conmon[41175]: audit 2023-12-25T20:15:51.373111+0000 mon.smithi080 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:52.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:52 smithi129 conmon[41175]: audit 2023-12-25T20:15:51.373332+0000 mon.smithi080 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:52.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:52 smithi129 conmon[41175]: audit 2023-12-25T20:15:51.373553+0000 mon.smithi080 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:52.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:52 smithi129 conmon[41175]: audit 2023-12-25T20:15:51.376874+0000 mon.smithi080 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:52.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:52 smithi129 conmon[41175]: audit 2023-12-25T20:15:51.377069+0000 mon.smithi080 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:52.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:52 smithi129 conmon[41175]: audit 2023-12-25T20:15:51.377245+0000 mon.smithi080 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:52.733 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:52 smithi129 conmon[41175]: audit 2023-12-25T20:15:51.377406+0000 mon.smithi080 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:53.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: cluster 2023-12-25T20:15:52.010407+0000 mgr.smithi080.aipsvo (mgr.14180) 91 : cluster [DBG] 2023-12-25T20:15:53.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:53.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: cluster 2023-12-25T20:15:52.381248+0000 mon.smithi080 (mon.0) 379 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-25T20:15:53.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: audit 2023-12-25T20:15:52.381359+0000 mon.smithi080 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: audit 2023-12- 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: 25T20:15:52.381668+0000 mon.smithi080 (mon 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: .0) 381 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: audit 2023-12-25T20 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: :15:52.381829+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: 382 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: audit 2023-12-25T20: 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: 15:52.381991+0000 mon.smithi080 (mon.0) 383 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: audit 2023-12-25T20:15: 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: 52.382151+0000 mon.smithi080 (mon.0) 384 : audit 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: audit 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: 2023-12-25T20:15:52.382321+0000 mon.smithi080 ( 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:53.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: audit 2023-12- 2023-12-25T20:15:53.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: 25T20:15:52.382485+0000 mon.smithi080 ( 2023-12-25T20:15:53.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:53.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: audit 2023-12-25T 2023-12-25T20:15:53.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: 20:15:53.299041+0000 mon.smithi129 (mon. 2023-12-25T20:15:53.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: 1) 12 : audit [INF] from='osd.2 [v2:172.21.15.129:6808/1929597079,v1:172.21.15.129:6809/1929597079]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T20:15:53.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: audit 2023-12-25T20 2023-12-25T20:15:53.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: :15:53.299582+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:53.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T20:15:53.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: audit 2023-12-25T20 2023-12-25T20:15:53.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: :15:53.337283+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:53.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:53 smithi080 conmon[36722]: 388 : audit [INF] from='osd.1 [v2:172.21.15.80:6802/3492192208,v1:172.21.15.80:6803/3492192208]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-25T20:15:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: cluster 2023-12-25T20:15:52.010407+0000 mgr.smithi080.aipsvo (mgr.14180) 91 2023-12-25T20:15:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T20:15:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: cluster 2023-12-25T20:15:52.381248+0000 mon.smithi080 (mon.0) 379 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-25T20:15:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: audit 2023-12-25 2023-12-25T20:15:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: T20:15:52.381359+0000 mon.smithi080 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: audit 2023-12-25T20:15:52.381668+0000 mon.smithi080 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: audit 2023-12-25T20:15 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: :52.381829+0000 mon.smithi080 (mon.0) 382 : audit [DBG] 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: audit 2023-12-25T20:15:52 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: .381991+0000 mon.smithi080 (mon.0) 383 : audit 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: audit 2023-12 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: -25T20:15:52.382151+0000 mon.smithi080 (mon 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: .0) 384 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: audit 2023-12 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: -25T20:15:52.382321+0000 mon.smithi080 (mon. 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: 0) 385 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: audit 2023-12-25T20:15:53.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: 2023-12-25T20:15:52.382485+0000 2023-12-25T20:15:53.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: mon.smithi080 (mon.0) 386 : audit [DBG] 2023-12-25T20:15:53.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:53.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: audit 2023-12-25 2023-12-25T20:15:53.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: T20:15:53.299041+0000 mon.smithi129 (mon.1 2023-12-25T20:15:53.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: ) 12 : audit [INF] from='osd.2 [v2:172.21.15.129:6808/1929597079,v1:172.21.15.129:6809/1929597079]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T20:15:53.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: audit 2023- 2023-12-25T20:15:53.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: 12-25T20:15:53.299582+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:53.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T20:15:53.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: audit 2023 2023-12-25T20:15:53.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: -12-25T20:15:53.337283+0000 mon.smithi080 2023-12-25T20:15:53.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: (mon.0) 388 : audit [INF] 2023-12-25T20:15:53.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:53 smithi129 conmon[41175]: from='osd.1 [v2:172.21.15.80:6802/3492192208,v1:172.21.15.80:6803/3492192208]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-25T20:15:54.352 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:54.720 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: audit 2023-12-25T20:15:53.386863+0000 mon.smithi080 (mon.0) 389 : audit 2023-12-25T20:15:54.720 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-25T20:15:54.720 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: audit 2023-12-25T20:15:53.386914+0000 mon.smithi080 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.80:6802/3492192208,v1:172.21.15.80:6803/3492192208]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-25T20:15:54.720 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: cluster 2023-12-25T20:15:53.386947+0000 mon.smithi080 (mon.0 2023-12-25T20:15:54.720 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: ) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-25T20:15:54.721 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: audit 2023-12-25T20 2023-12-25T20:15:54.721 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: :15:53.387055+0000 mon.smithi080 (mon.0 2023-12-25T20:15:54.721 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: ) 392 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:54.721 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: audit 2023-12-25T20:15:53.387453+0000 2023-12-25T20:15:54.721 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: mon.smithi080 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:54.721 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: audit 2023 2023-12-25T20:15:54.721 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: -12-25T20:15:53 2023-12-25T20:15:54.721 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: .387673+0000 mon.smithi080 (mon.0 2023-12-25T20:15:54.721 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: ) 394 : audit [INF] from='osd.1 [v2:172.21.15.80:6802/3492192208,v1:172.21.15.80:6803/3492192208]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-25T20:15:54.721 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: audit 2023- 2023-12-25T20:15:54.721 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: 12-25T20:15:53. 2023-12-25T20:15:54.721 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: 387940+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:54.721 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: 395 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:54.721 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: audit 2023-12 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: -25T20:15:53.388176+0000 mon.smithi080 (mon. 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: 0) 396 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: audit 2023- 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: 12-25T20:15:53.388368+0000 mon.smithi080 (mon.0 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: ) 397 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: audit 2023 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: -12-25T20:15:53 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: .388565+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: 398 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: audit 2023 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: -12-25T20:15:53. 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: 388763+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: 399 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: audit 2023 2023-12-25T20:15:54.722 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: -12-25T20:15:53. 2023-12-25T20:15:54.723 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: 390990+0000 mon.smithi129 (mon.1) 13 : audit 2023-12-25T20:15:54.723 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: [INF] from='osd.2 [v2:172.21.15.129:6808/1929597079,v1:172.21.15.129:6809/1929597079]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:15:54.723 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: audit 2023 2023-12-25T20:15:54.723 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: -12-25T20:15:53 2023-12-25T20:15:54.723 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: .391300+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:54.723 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:15:54.723 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: audit 2023 2023-12-25T20:15:54.723 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: -12-25T20:15:54 2023-12-25T20:15:54.723 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: .352066+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:54.723 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:54 smithi129 conmon[41175]: 401 : audit [DBG] from='client.? 172.21.15.80:0/2733885548' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:54.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: audit 2023-12-25T20:15:53.386863+0000 mon.smithi080 2023-12-25T20:15:54.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-25T20:15:54.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: audit 2023-12-25T20:15:53.386914+0000 mon.smithi080 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.80:6802/3492192208,v1:172.21.15.80:6803/3492192208]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-25T20:15:54.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: cluster 2023-12-25T20:15:53.386947+0000 mon.smithi080 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-25T20:15:54.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: audit 2023-12-25T20:15:53.387055+0000 mon.smithi080 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:54.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: audit 2023-12-25T20:15:53.387453+0000 mon.smithi080 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:54.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: audit 2023-12-25T20:15:53.387673+0000 mon.smithi080 (mon.0) 394 : audit [INF] from='osd.1 [v2:172.21.15.80:6802/3492192208,v1:172.21.15.80:6803/3492192208]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-25T20:15:54.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: audit 2023-12-25T20:15:53.387940+0000 mon.smithi080 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:54.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: audit 2023-12-25T20:15:53.388176+0000 mon.smithi080 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:54.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: audit 2023-12-25T20:15:53.388368+0000 mon.smithi080 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:54.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: audit 2023-12-25T20:15:53.388565+0000 mon.smithi080 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:54.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: audit 2023-12-25T20:15:53.388763+0000 mon.smithi080 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:54.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: audit 2023-12-25T20:15:53.390990+0000 mon.smithi129 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.129:6808/1929597079,v1:172.21.15.129:6809/1929597079]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:15:54.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: audit 2023-12-25T20:15:53.391300+0000 mon.smithi080 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:15:54.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:54 smithi080 conmon[36722]: audit 2023-12-25T20:15:54.352066+0000 mon.smithi080 (mon.0) 401 : audit [DBG] from='client.? 172.21.15.80:0/2733885548' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:55.206 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1703535351,"num_in_osds":8,"osd_in_since":1703535335,"num_remapped_pgs":0} 2023-12-25T20:15:55.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: cluster 2023-12-25T20 2023-12-25T20:15:55.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: :15:54.010698+0000 mgr.smithi080.aipsvo (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-25T20:15:55.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit 2023-12-25T20:15:54 2023-12-25T20:15:55.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: .391656+0000 mon.smithi080 (mon.0) 402 : audit 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: [INF] from='osd.1 [v2:172.21.15.80:6802/3492192208,v1:172.21.15.80:6803/3492192208]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit 2023 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: -12-25T20:15:54 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: .391708+0000 mon.smithi080 (mon.0) 403 : audit 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: cluster 2023-12-25 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: T20:15:54.391746+0000 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: mon.smithi080 (mon.0) 404 : cluster 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 2023-12-25T20:15 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: :54.392069+0000 mon.smithi080 (mon.0 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: ) 405 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit 2023-12-25T20:15:55.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 2023-12-25T20:15 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: :54.392460+0000 mon.smithi080 (mon. 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 0) 406 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit 2023- 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 12-25T20:15:54.392832+0000 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: mon.smithi080 (mon.0) 407 : audit 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 2023-12-25T20 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: :15:54.392978+0000 mon.smithi080 ( 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 2023-12-25T20 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: :15:54.393094+0000 mon.smithi080 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: (mon.0) 409 : audit [DBG] 2023-12-25T20:15:55.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit 2023-12- 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 25T20:15:54.393227 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 410 : 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit 2023- 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 12-25T20:15:54. 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 393408+0000 mon.smithi080 (mon.0) 411 : audit 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 2023-12-25T20:15 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: :54.395172+0000 mon.smithi080 (mon 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: .0) 412 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit 2023- 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 12-25T20:15:54. 2023-12-25T20:15:55.776 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 397787+0000 mon.smithi080 (mon.0) 413 2023-12-25T20:15:55.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:55.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit 2023 2023-12-25T20:15:55.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: -12-25T20:15:54. 2023-12-25T20:15:55.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 810442+0000 mon.smithi080 (mon.0) 414 : audit 2023-12-25T20:15:55.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:55.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit 2023-12 2023-12-25T20:15:55.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: -25T20:15:54.811053 2023-12-25T20:15:55.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 415 : audit [INF] 2023-12-25T20:15:55.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-25T20:15:55.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: audit 2023-12-25T 2023-12-25T20:15:55.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: 20:15:54.811628+0000 2023-12-25T20:15:55.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: mon.smithi080 (mon.0) 416 : audit 2023-12-25T20:15:55.777 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:55 smithi080 conmon[36722]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:55.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: cluster 2023-12-25T20:15:54.010698+0000 mgr.smithi080.aipsvo (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-25T20:15:55.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit 2023-12-25T20:15:54.391656+0000 mon.smithi080 (mon.0) 402 : audit [INF] from='osd.1 [v2:172.21.15.80:6802/3492192208,v1:172.21.15.80:6803/3492192208]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-25T20:15:55.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit 2023-12-25T20:15:54.391708+0000 mon.smithi080 (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=smithi129", "root=default"]}]': finished 2023-12-25T20:15:55.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: cluster 2023-12-25T20:15:54.391746+0000 mon.smithi080 (mon.0) 404 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-25T20:15:55.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit 2023-12-25T20:15:54.392069+0000 mon.smithi080 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:55.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit 2023-12-25T20:15:54.392460+0000 mon.smithi080 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:55.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit 2023-12-25T20:15:54.392832+0000 mon.smithi080 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:55.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit 2023-12-25T20:15:54.392978+0000 mon.smithi080 (mon.0) 408 : 2023-12-25T20:15:55.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:55.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit 2023-12-25T20:15:54.393094+0000 mon.smithi080 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:55.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit 2023-12-25T20:15:54.393227+0000 mon.smithi080 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:56.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit 2023-12-25T20:15:54.393408+0000 mon.smithi080 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:56.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit 2023-12-25T20:15:54.395172+0000 mon.smithi080 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:56.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit 2023-12-25T20:15:54.397787+0000 mon.smithi080 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:56.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit 2023-12-25T20:15:54.810442+0000 mon.smithi080 (mon.0) 414 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:56.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit 2023 2023-12-25T20:15:56.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: -12-25T20:15:54.811053+0000 mon.smithi080 (mon.0) 415 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-25T20:15:56.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: audit 2023-12-25T20:15:54.811628+0000 2023-12-25T20:15:56.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:55 smithi129 conmon[41175]: mon.smithi080 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:56.206 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:15:56.823 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: cluster 2023-12-25T20:15:54.321201+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:15:56.823 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: cluster 2023-12-25T20:15:54.321245+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:15:56.823 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: cluster 2023-12-25T20:15:54.363001+0000 2023-12-25T20:15:56.823 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:15:56.823 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: cluster 2023-12-25 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: T20:15:54.363048+0000 osd.1 ( 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 2023-12 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: -25T20:15:54.812110 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: +0000 mgr.smithi080.aipsvo (mgr.14180) 93 : cephadm 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: [INF] Deploying daemon osd.6 on smithi129 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: cluster 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 2023-12-25T20: 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 15:55.393051+0000 mon.smithi080 (mon.0) 417 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: : cluster [INF] osd.1 [v2:172.21.15.80:6802/3492192208,v1:172.21.15.80:6803/3492192208] boot 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: cluster 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 2023-12-25T20:15 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: :55.393093+0000 mon.smithi080 (mon.0) 418 : cluster [INF] osd.2 [v2:172.21.15.129:6808/1929597079,v1:172.21.15.129:6809/1929597079] boot 2023-12-25T20:15:56.824 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: cluster 2023- 2023-12-25T20:15:56.825 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 12-25T20:15:55. 2023-12-25T20:15:56.825 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 393129+0000 mon.smithi080 (mon.0) 419 : cluster 2023-12-25T20:15:56.825 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-12-25T20:15:56.825 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023 2023-12-25T20:15:56.825 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: -12-25T20:15:55. 2023-12-25T20:15:56.825 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 393582+0000 mon.smithi080 (mon.0) 420 : audit 2023-12-25T20:15:56.825 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:56.825 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023-12- 2023-12-25T20:15:56.825 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 25T20:15:55.393845+0000 2023-12-25T20:15:56.825 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: mon.smithi080 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:56.825 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 2023-12-25T20:15:56.825 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023-12-25T20:15:56.825 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 2023-12-25T20: 2023-12-25T20:15:56.825 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 15:55.394066+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:56.826 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 422 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:56.826 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023-12-25T20:15:56.826 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 2023-12-25T20: 2023-12-25T20:15:56.826 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 15:55.394265+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:56.826 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 423 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:56.826 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023-12-25T20:15:56.826 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 2023-12-25T20:15 2023-12-25T20:15:56.826 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: :55.394443+0000 mon.smithi080 (mon.0) 424 2023-12-25T20:15:56.826 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:56.826 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023-12-25T20:15:56.826 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 2023-12-25T20:15: 2023-12-25T20:15:56.826 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 55.394623+0000 mon.smithi080 (mon.0) 425 : audit 2023-12-25T20:15:56.827 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:56.827 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023-12- 2023-12-25T20:15:56.827 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 25T20:15:55.394803 2023-12-25T20:15:56.827 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 426 : audit [DBG] 2023-12-25T20:15:56.827 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:56.827 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023 2023-12-25T20:15:56.827 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: -12-25T20:15:55 2023-12-25T20:15:56.827 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: .395027+0000 mon.smithi080 (mon.0) 427 : audit 2023-12-25T20:15:56.827 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-25T20:15:56.827 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:15:56.827 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: -12-25T20:15:56 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: .011125+0000 mgr.smithi080.aipsvo (mgr.14180) 94 : cluster 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: [DBG] pgmap v62: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 2023-12-25T20:15: 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 56.393663+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 428 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: cluster 2023-12- 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 25T20:15:56.393714+0000 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: mon.smithi080 (mon.0) 429 : cluster [DBG] 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: osdmap e21: 8 total, 3 up, 8 in 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023-12-25T20:15 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: :56.393834+0000 mon.smithi080 (mon.0) 430 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023-12-25T20:15:56.828 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 2023-12-25T20:15 2023-12-25T20:15:56.829 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: :56.394129+0000 mon.smithi080 (mon.0) 431 2023-12-25T20:15:56.829 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:56.829 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023- 2023-12-25T20:15:56.829 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 12-25T20:15:56 2023-12-25T20:15:56.829 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: .394303+0000 mon.smithi080 (mon.0) 432 : 2023-12-25T20:15:56.829 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:56.829 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023-12 2023-12-25T20:15:56.829 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: -25T20:15:56. 2023-12-25T20:15:56.829 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 394449+0000 mon.smithi080 (mon.0) 433 : audit 2023-12-25T20:15:56.829 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:56.829 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023 2023-12-25T20:15:56.829 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: -12-25T20:15:56 2023-12-25T20:15:56.829 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: .394558+0000 mon.smithi080 (mon.0) 434 : audit 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 2023-12-25T20 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: :15:56.395243+0000 mon.smithi080 (mon 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: .0) 435 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 2023-12-25T20:15:56 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: .606926+0000 mon.smithi080 (mon.0) 436 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023-12 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: -25T20:15:56.607754 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 437 : audit [INF] 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-25T20:15:56.830 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: audit 2023-12-25T20 2023-12-25T20:15:56.831 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: :15:56.608318+0000 mon.smithi080 (mon 2023-12-25T20:15:56.831 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: .0) 438 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:56.831 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: cephadm 2023-12-25T20:15:56.831 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 2023-12-25T20:15: 2023-12-25T20:15:56.831 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: 56.608744+0000 mgr.smithi080.aipsvo (mgr.14180) 95 : 2023-12-25T20:15:56.831 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:56 smithi080 conmon[36722]: cephadm [INF] Deploying daemon osd.5 on smithi080 2023-12-25T20:15:56.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: cluster 2023-12-25T20:15:54.321201+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:15:56.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: cluster 2023-12-25T20:15:54.321245+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:15:56.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: cluster 2023-12-25T20:15:54.363001+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:15:56.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: cluster 2023-12-25T20:15:54.363048+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:15:56.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:54.812110+0000 mgr.smithi080.aipsvo (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.6 on smithi129 2023-12-25T20:15:56.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: cluster 2023-12-25T20:15:55.393051+0000 mon.smithi080 (mon.0) 417 : cluster [INF] osd.1 [v2:172.21.15.80:6802/3492192208,v1:172.21.15.80:6803/3492192208] boot 2023-12-25T20:15:56.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: cluster 2023-12-25T20:15:55.393093+0000 mon.smithi080 (mon.0) 418 : cluster [INF] osd.2 [v2:172.21.15.129:6808/1929597079,v1:172.21.15.129:6809/1929597079] boot 2023-12-25T20:15:56.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: cluster 2023-12-25T20:15:55.393129+0000 mon.smithi080 (mon.0) 419 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-12-25T20:15:56.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:55.393582+0000 mon.smithi080 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T20:15:56.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:55.393845+0000 mon.smithi080 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T20:15:56.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:55.394066+0000 mon.smithi080 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:55.394265+0000 mon.smithi080 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:55.394443+0000 mon.smithi080 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:55.394623+0000 mon.smithi080 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:55.394803+0000 mon.smithi080 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:55.395027+0000 mon.smithi080 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: cluster 2023-12-25T20:15:56.011125+0000 mgr.smithi080.aipsvo (mgr.14180) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:56.393663+0000 mon.smithi080 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: cluster 2023-12-25T20:15:56.393714+0000 mon.smithi080 (mon.0) 429 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:56.393834+0000 mon.smithi080 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:56.394129+0000 mon.smithi080 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:56.394303+0000 mon.smithi080 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:56.394449+0000 mon.smithi080 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: 2023-12-25T20:15:56.394558+0000 mon.smithi080 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:56.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:56.395243+0000 mon.smithi080 (mon.0) 435 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-25T20:15:56.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12-25T20:15:56.606926+0000 mon.smithi080 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:15:56.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12- 2023-12-25T20:15:56.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: 25T20:15:56.607754+0000 mon.smithi080 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-25T20:15:56.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: audit 2023-12- 2023-12-25T20:15:56.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: 25T20:15:56.608318+0000 2023-12-25T20:15:56.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: mon.smithi080 (mon.0) 438 : audit 2023-12-25T20:15:56.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:15:56.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: cephadm 2023-12-25T20:15:56.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: 2023-12-25T20:15:56.608744 2023-12-25T20:15:56.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: +0000 mgr.smithi080.aipsvo (mgr.14180) 95 : 2023-12-25T20:15:56.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:56 smithi129 conmon[41175]: cephadm [INF] Deploying daemon osd.5 on smithi080 2023-12-25T20:15:58.448 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:15:58.679 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:58 smithi129 conmon[41175]: audit 2023-12-25T20:15:57.395746+0000 mon.smithi080 (mon.0) 439 2023-12-25T20:15:58.679 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:58 smithi129 conmon[41175]: : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-25T20:15:58.679 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:58 smithi129 conmon[41175]: cluster 2023-12-25T20:15:57.395808+0000 mon.smithi080 (mon.0) 440 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-25T20:15:58.679 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:58 smithi129 conmon[41175]: audit 2023-12-25T20:15:57.395916+0000 mon.smithi080 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:58.679 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:58 smithi129 conmon[41175]: audit 2023-12-25T20:15:57.396175+0000 mon.smithi080 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:58.679 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:58 smithi129 conmon[41175]: audit 2023-12-25T20:15:57.396327+0000 mon.smithi080 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:58.679 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:58 smithi129 conmon[41175]: audit 2023-12-25T20:15:57.396478+0000 mon.smithi080 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:58.679 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:58 smithi129 conmon[41175]: audit 2023-12-25T20:15:57.396625+0000 mon.smithi080 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:58.679 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:58 smithi129 conmon[41175]: audit 2023-12-25T20:15:58.054852+0000 mon.smithi129 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.129:6816/3060587417,v1:172.21.15.129:6817/3060587417]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T20:15:58.679 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:58 smithi129 conmon[41175]: audit 2023-12-25T20:15:58.055224+0000 mon.smithi080 (mon.0) 446 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T20:15:58.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:58 smithi080 conmon[36722]: audit 2023-12-25T20:15:57.395746+0000 mon.smithi080 ( 2023-12-25T20:15:58.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:58 smithi080 conmon[36722]: mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-25T20:15:58.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:58 smithi080 conmon[36722]: cluster 2023-12-25T20:15:57.395808+0000 mon.smithi080 (mon.0) 440 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-25T20:15:58.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:58 smithi080 conmon[36722]: audit 2023-12-25T20:15:57.395916+0000 mon.smithi080 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:58.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:58 smithi080 conmon[36722]: audit 2023-12-25T20:15:57.396175+0000 mon.smithi080 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:58.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:58 smithi080 conmon[36722]: audit 2023-12-25T20:15:57.396327+0000 mon.smithi080 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:58.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:58 smithi080 conmon[36722]: audit 2023-12-25T20:15:57.396478+0000 mon.smithi080 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:58.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:58 smithi080 conmon[36722]: audit 2023-12-25T20:15:57.396625+0000 mon.smithi080 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:58.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:58 smithi080 conmon[36722]: audit 2023-12-25T20:15:58.054852+0000 mon.smithi129 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.129:6816/3060587417,v1:172.21.15.129:6817/3060587417]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T20:15:58.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:58 smithi080 conmon[36722]: audit 2023-12-25T20:15:58.055224+0000 mon.smithi080 (mon.0) 446 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T20:15:59.499 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1703535355,"num_in_osds":8,"osd_in_since":1703535335,"num_remapped_pgs":0} 2023-12-25T20:15:59.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: cluster 2023-12-25T20:15:58.011425+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:15:59.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: ) 96 : cluster [DBG] pgmap v65: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-25T20:15:59.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: audit 2023-12-25T20:15:58.401575+0000 mon.smithi080 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-25T20:15:59.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: cluster 2023-12-25T20:15:58.401657+0000 mon.smithi080 (mon.0) 448 : cluster [DBG] 2023-12-25T20:15:59.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: osdmap e23: 8 total, 3 up, 8 in 2023-12-25T20:15:59.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: audit 2023-12-25T20:15:58.401784 2023-12-25T20:15:59.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 449 : audit [DBG] 2023-12-25T20:15:59.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:59.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: audit 2023-12-25T20:15:59.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: 2023-12-25T20:15:58.402171+0000 mon.smithi129 (mon.1) 15 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: : audit [INF] from='osd.4 [v2:172.21.15.129:6816/3060587417,v1:172.21.15.129:6817/3060587417]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: audit 2023-12-25T20:15:58 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: .402241+0000 mon.smithi080 (mon.0) 450 : audit [DBG] 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: audit 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: 2023-12-25T20:15:58.402518+0000 mon.smithi080 (mon.0) 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: 451 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: audit 2023-12-25T20:15:58. 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: 402772+0000 mon.smithi080 (mon.0) 452 : audit [INF] 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: audit 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: 2023-12-25T20:15:58.403041+0000 mon.smithi080 (mon.0 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: ) 453 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: audit 2023-12-25T20:15 2023-12-25T20:15:59.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: :58.403244+0000 mon.smithi080 (mon.0) 454 : 2023-12-25T20:15:59.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:59.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: audit 2023-12-25T20:15:58 2023-12-25T20:15:59.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: .448345+0000 mon.smithi080 (mon.0) 455 : audit 2023-12-25T20:15:59.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:15:59 smithi129 conmon[41175]: [DBG] from='client.? 172.21.15.80:0/502805251' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:15:59.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:59 smithi080 conmon[36722]: cluster 2023-12-25T20:15:58.011425+0000 mgr.smithi080.aipsvo (mgr.14180) 96 : cluster [DBG] pgmap v65: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-25T20:15:59.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:59 smithi080 conmon[36722]: audit 2023-12-25T20:15:58.401575+0000 mon.smithi080 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-25T20:15:59.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:59 smithi080 conmon[36722]: cluster 2023-12-25T20:15:58.401657+0000 mon.smithi080 (mon.0) 448 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-25T20:15:59.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:59 smithi080 conmon[36722]: audit 2023-12-25T20:15:58.401784+0000 mon.smithi080 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:15:59.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:59 smithi080 conmon[36722]: audit 2023-12-25T20:15:58.402171+0000 mon.smithi129 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.129:6816/3060587417,v1:172.21.15.129:6817/3060587417]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:15:59.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:59 smithi080 conmon[36722]: audit 2023-12-25T20:15:58.402241+0000 mon.smithi080 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:15:59.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:59 smithi080 conmon[36722]: audit 2023-12-25T20:15:59.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:59 smithi080 conmon[36722]: 2023-12-25T20:15:58.402518+0000 mon.smithi080 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:15:59.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:59 smithi080 conmon[36722]: audit 2023-12-25T20:15:58.402772+0000 mon.smithi080 (mon.0) 452 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:15:59.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:59 smithi080 conmon[36722]: audit 2023-12-25T20:15:58.403041+0000 mon.smithi080 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:15:59.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:59 smithi080 conmon[36722]: audit 2023-12-25T20:15:58.403244+0000 mon.smithi080 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:15:59.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:15:59 smithi080 conmon[36722]: audit 2023-12-25T20:15:58.448345+0000 mon.smithi080 (mon.0) 455 : audit [DBG] from='client.? 172.21.15.80:0/502805251' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:16:00.500 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:16:00.688 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:00 smithi129 conmon[41175]: audit 2023-12-25T20:15:59.401236+0000 mon.smithi080 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2023-12-25T20:16:00.688 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:00 smithi129 conmon[41175]: cluster 2023-12-25T20:15:59.401296+0000 mon.smithi080 (mon.0) 457 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-25T20:16:00.688 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:00 smithi129 conmon[41175]: audit 2023-12-25T20:15:59.401626+0000 mon.smithi080 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:16:00.688 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:00 smithi129 conmon[41175]: audit 2023-12-25T20:15:59.401871+0000 mon.smithi080 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:16:00.688 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:00 smithi129 conmon[41175]: audit 2023-12-25T20:15:59.402000+0000 mon.smithi080 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:00.689 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:00 smithi129 conmon[41175]: audit 2023-12-25T20:15:59.402170+0000 mon.smithi080 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:00.689 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:00 smithi129 conmon[41175]: audit 2023-12-25T20:15:59.402323+0000 mon.smithi080 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:00.689 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:00 smithi129 conmon[41175]: audit 2023-12-25T20:15:59.406759+0000 mon.smithi080 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:16:00.689 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:00 smithi129 conmon[41175]: audit 2023-12-25T20:15:59.852758+0000 mon.smithi080 (mon. 2023-12-25T20:16:00.689 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:00 smithi129 conmon[41175]: 0) 464 : audit [INF] from='osd.3 [v2:172.21.15.80:6810/3469213992,v1:172.21.15.80:6811/3469213992]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-25T20:16:00.689 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:00 smithi129 conmon[41175]: audit 2023- 2023-12-25T20:16:00.689 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:00 smithi129 conmon[41175]: 12-25T20:15:59.858948+0000 mon.smithi080 (mon.0) 465 : audit 2023-12-25T20:16:00.689 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:00 smithi129 conmon[41175]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:00.765 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: audit 2023-12-25T20:15:59.401236 2023-12-25T20:16:00.765 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2023-12-25T20:16:00.765 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: cluster 2023-12-25T20:15:59.401296+0000 mon.smithi080 (mon.0) 457 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-25T20:16:00.765 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: audit 2023-12-25T20:15:59.401626+0000 mon.smithi080 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:16:00.765 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: audit 2023-12-25T20:15:59.401871+0000 mon.smithi080 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:16:00.765 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: audit 2023-12-25T20:15:59.402000+0000 mon.smithi080 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:00.765 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: audit 2023-12-25T20:16:00.765 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: 2023-12-25T20:15:59.402170 2023-12-25T20:16:00.765 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 461 : audit [DBG] 2023-12-25T20:16:00.765 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:00.766 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: audit 2023-12-25T20:15:59.402323 2023-12-25T20:16:00.766 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 462 : audit [DBG] 2023-12-25T20:16:00.766 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:00.766 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: audit 2023-12-25T20:15:59.406759 2023-12-25T20:16:00.766 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 463 : audit [DBG] 2023-12-25T20:16:00.766 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:16:00.766 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: audit 2023-12-25T20:15:59.852758 2023-12-25T20:16:00.766 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 464 : audit [INF] 2023-12-25T20:16:00.766 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: from='osd.3 [v2:172.21.15.80:6810/3469213992,v1:172.21.15.80:6811/3469213992]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-25T20:16:00.766 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: audit 2023- 2023-12-25T20:16:00.766 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: 12-25T20:15:59.858948+0000 mon.smithi080 (mon 2023-12-25T20:16:00.766 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:00 smithi080 conmon[36722]: .0) 465 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:01 smithi129 conmon[41175]: cluster 2023-12-25T20:15:59.043841+0000 osd.4 (osd.4) 2023-12-25T20:16:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:01 smithi129 conmon[41175]: 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:16:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:01 smithi129 conmon[41175]: cluster 2023-12-25T20:15:59.043936+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:16:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:01 smithi129 conmon[41175]: cluster 2023-12-25T20:16:00.011750+0000 mgr.smithi080.aipsvo (mgr.14180) 97 : cluster [DBG] pgmap v68: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-25T20:16:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:01 smithi129 conmon[41175]: audit 2023-12-25T20:16:00.407791+0000 mon.smithi080 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:16:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:01 smithi129 conmon[41175]: cluster 2023-12-25T20:16:00.412899+0000 mon.smithi080 (mon.0) 467 : cluster [INF] osd.4 [v2:172.21.15.129:6816/3060587417,v1:172.21.15.129:6817/3060587417] boot 2023-12-25T20:16:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:01 smithi129 conmon[41175]: audit 2023-12-25T20:16:00.412941+0000 mon.smithi080 (mon.0) 468 : audit [INF] from='osd.3 [v2:172.21.15.80:6810/3469213992,v1:172.21.15.80:6811/3469213992]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-25T20:16:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:01 smithi129 conmon[41175]: cluster 2023-12-25T20:16:00.412997+0000 mon.smithi080 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-25T20:16:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:01 smithi129 conmon[41175]: audit 2023-12-25T20:16:00.413129+0000 mon.smithi080 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:16:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:01 smithi129 conmon[41175]: audit 2023-12-25T20:16:00.413508+0000 mon.smithi080 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:16:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:01 smithi129 conmon[41175]: audit 2023-12-25T20:16:00.413748+0000 mon.smithi080 (mon.0) 472 : audit [INF] from='osd.3 [v2:172.21.15.80:6810/3469213992,v1:172.21.15.80:6811/3469213992]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-25T20:16:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:01 smithi129 conmon[41175]: audit 2023-12-25T20:16:00.413976+0000 mon.smithi080 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:01 smithi129 conmon[41175]: audit 2023-12-25T20:16:00.414167+0000 mon.smithi080 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:01 smithi129 conmon[41175]: audit 2023-12-25T20:16:00.414359+0000 mon.smithi080 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:01.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:01 smithi080 conmon[36722]: cluster 2023-12-25T20:15:59.043841+0000 osd.4 ( 2023-12-25T20:16:01.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:01 smithi080 conmon[36722]: osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:16:01.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:01 smithi080 conmon[36722]: cluster 2023-12-25T20:15:59.043936+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:16:01.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:01 smithi080 conmon[36722]: cluster 2023-12-25T20:16:00.011750+0000 mgr.smithi080.aipsvo (mgr.14180) 97 : cluster [DBG] pgmap v68: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-25T20:16:01.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:01 smithi080 conmon[36722]: audit 2023-12-25T20:16:00.407791+0000 mon.smithi080 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:16:01.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:01 smithi080 conmon[36722]: cluster 2023-12-25T20:16:00.412899+0000 mon.smithi080 (mon.0) 467 : cluster [INF] osd.4 [v2:172.21.15.129:6816/3060587417,v1:172.21.15.129:6817/3060587417] boot 2023-12-25T20:16:01.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:01 smithi080 conmon[36722]: audit 2023-12-25T20:16:00.412941+0000 mon.smithi080 (mon.0) 468 : audit [INF] from='osd.3 [v2:172.21.15.80:6810/3469213992,v1:172.21.15.80:6811/3469213992]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-25T20:16:01.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:01 smithi080 conmon[36722]: cluster 2023-12-25T20:16:00.412997+0000 mon.smithi080 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-25T20:16:01.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:01 smithi080 conmon[36722]: audit 2023-12-25T20:16:00.413129+0000 mon.smithi080 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:16:01.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:01 smithi080 conmon[36722]: audit 2023-12-25T20:16:00.413508+0000 mon.smithi080 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T20:16:01.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:01 smithi080 conmon[36722]: audit 2023-12-25T20:16:00.413748+0000 mon.smithi080 (mon.0) 472 : audit [INF] from='osd.3 [v2:172.21.15.80:6810/3469213992,v1:172.21.15.80:6811/3469213992]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-25T20:16:01.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:01 smithi080 conmon[36722]: audit 2023-12-25T20:16:00.413976+0000 mon.smithi080 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:01.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:01 smithi080 conmon[36722]: audit 2023-12-25T20:16:00.414167+0000 mon.smithi080 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:01.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:01 smithi080 conmon[36722]: audit 2023-12-25T20:16:00.414359+0000 mon.smithi080 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:02.688 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:02 smithi080 conmon[36722]: audit 2023-12-25T20:16:01.411765+0000 mon.smithi080 (mon.0) 476 : audit [INF] from='osd.3 [v2:172.21.15.80:6810/3469213992,v1:172.21.15.80:6811/3469213992]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-25T20:16:02.688 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:02 smithi080 conmon[36722]: cluster 2023-12-25T20:16:01.411808+0000 mon.smithi080 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-25T20:16:02.688 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:02 smithi080 conmon[36722]: audit 2023-12-25T20:16:01.411917+0000 mon.smithi080 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:16:02.689 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:02 smithi080 conmon[36722]: audit 2023-12-25T20:16:01.412266+0000 mon.smithi080 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:02.689 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:02 smithi080 conmon[36722]: audit 2023-12-25T20:16:01.412705+0000 mon.smithi080 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:02.689 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:02 smithi080 conmon[36722]: audit 2023-12-25T20:16:01.412877+0000 mon.smithi080 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:02.689 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:02 smithi080 conmon[36722]: audit 2023-12-25T20:16:01.415160+0000 mon.smithi080 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:16:02.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:02 smithi129 conmon[41175]: audit 2023-12-25T20:16:01.411765+0000 mon.smithi080 (mon.0) 476 : audit [INF] from='osd.3 [v2:172.21.15.80:6810/3469213992,v1:172.21.15.80:6811/3469213992]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-25T20:16:02.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:02 smithi129 conmon[41175]: cluster 2023-12-25T20:16:01.411808+0000 mon.smithi080 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-25T20:16:02.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:02 smithi129 conmon[41175]: audit 2023-12-25T20:16:01.411917+0000 mon.smithi080 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:16:02.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:02 smithi129 conmon[41175]: audit 2023-12-25T20:16:01.412266+0000 mon.smithi080 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:02.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:02 smithi129 conmon[41175]: audit 2023-12-25T20:16:01.412705+0000 mon.smithi080 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:02.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:02 smithi129 conmon[41175]: audit 2023-12-25T20:16:01.412877+0000 mon.smithi080 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:02.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:02 smithi129 conmon[41175]: audit 2023-12-25T20:16:01.415160+0000 mon.smithi080 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:16:02.770 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:16:03.701 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: cluster 2023-12-25T20:16:00.851639+0000 osd.3 (osd 2023-12-25T20:16:03.701 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: .3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:16:03.702 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: cluster 2023-12-25T20:16:00.851683+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:16:03.702 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: cluster 2023-12-25T20:16:02.012102+0000 mgr.smithi080.aipsvo (mgr.14180) 98 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-25T20:16:03.702 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: cluster 2023-12 2023-12-25T20:16:03.702 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: -25T20:16:02.414444+0000 mon.smithi080 (mon.0) 2023-12-25T20:16:03.702 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: 483 : cluster [INF] osd.3 [v2:172.21.15.80:6810/3469213992,v1:172.21.15.80:6811/3469213992] boot 2023-12-25T20:16:03.702 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: cluster 2023-12-25T20:16:02.414481+0000 2023-12-25T20:16:03.702 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: mon.smithi080 (mon.0) 484 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-12-25T20:16:03.702 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: audit 2023-12-25T 2023-12-25T20:16:03.703 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: 20:16:02.414927+0000 mon.smithi080 (mon.0) 485 : 2023-12-25T20:16:03.703 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:16:03.703 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: audit 2023-12-25T20:16:02.415312+0000 mon.smithi080 ( 2023-12-25T20:16:03.703 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:03.703 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: audit 2023-12-25T20:16:02.415697+0000 mon.smithi080 (mon. 2023-12-25T20:16:03.703 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: 0) 487 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:03.703 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: audit 2023 2023-12-25T20:16:03.703 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: -12-25T20:16:02.418775+0000 mon.smithi080 (mon.0 2023-12-25T20:16:03.703 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: ) 488 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:03.703 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: audit 2023-12-25T20:16:02. 2023-12-25T20:16:03.703 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: 600704+0000 mon.smithi080 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:03.704 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: audit 2023-12- 2023-12-25T20:16:03.704 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: 25T20:16:02.770045+0000 mon.smithi080 (mon.0) 490 : audit 2023-12-25T20:16:03.704 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: [DBG] from='client.? 172.21.15.80:0/2711473889' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:16:03.704 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: audit 2023-12-25T20:16:03.097510+0000 mon.smithi129 (mon.1) 2023-12-25T20:16:03.704 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: 16 : audit [INF] from='osd.6 [v2:172.21.15.129:6824/950719518,v1:172.21.15.129:6825/950719518]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T20:16:03.704 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: audit 2023-12-25T 2023-12-25T20:16:03.704 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:03 smithi080 conmon[36722]: 20:16:03.098117+0000 mon.smithi080 (mon.0) 491 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T20:16:03.723 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":27,"num_osds":8,"num_up_osds":5,"osd_up_since":1703535362,"num_in_osds":8,"osd_in_since":1703535335,"num_remapped_pgs":1} 2023-12-25T20:16:03.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: cluster 2023-12-25T20:16:00.851639+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:16:03.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: cluster 2023-12-25T20:16:00.851683+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:16:03.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: cluster 2023-12-25T20:16:02.012102+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:16:03.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: 98 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-25T20:16:03.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: cluster 2023-12-25T 2023-12-25T20:16:03.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: 20:16:02.414444+0000 mon.smithi080 (mon.0) 483 : cluster [INF] osd.3 [v2:172.21.15.80:6810/3469213992,v1:172.21.15.80:6811/3469213992] boot 2023-12-25T20:16:03.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: cluster 2023 2023-12-25T20:16:03.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: -12-25T20:16:02.414481+0000 mon.smithi080 (mon.0 2023-12-25T20:16:03.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: ) 484 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-12-25T20:16:03.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: audit 2023-12-25T20:16 2023-12-25T20:16:03.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: :02.414927+0000 mon.smithi080 (mon.0) 485 : audit [DBG] 2023-12-25T20:16:03.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T20:16:03.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: audit 2023-12-25T20:16:02.415312 2023-12-25T20:16:03.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: audit 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: 2023-12-25T20: 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: 16:02.415697+0000 mon.smithi080 (mon.0) 487 : 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: audit 2023-12-25T20: 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: 16:02.418775+0000 mon.smithi080 (mon.0) 488 : 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: audit 2023-12-25T20:16: 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: 02.600704+0000 mon.smithi080 (mon.0) 489 : audit 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: audit 2023-12-25T20:16:02.770045+0000 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: mon.smithi080 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.80:0/2711473889' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: audit 2023 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: -12-25T20:16:03.097510+0000 mon.smithi129 (mon.1) 2023-12-25T20:16:03.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: 16 : audit [INF] from='osd.6 [v2:172.21.15.129:6824/950719518,v1:172.21.15.129:6825/950719518]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T20:16:03.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: audit 2023-12-25T20:16:03. 2023-12-25T20:16:03.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: 098117+0000 mon.smithi080 (mon.0) 491 : audit [INF] 2023-12-25T20:16:03.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:03 smithi129 conmon[41175]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T20:16:04.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: audit 2023-12-25T20:16:03.418117+0000 mon.smithi080 ( 2023-12-25T20:16:04.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-25T20:16:04.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: cluster 2023-12-25T20:16:03.418200+0000 mon.smithi080 (mon.0) 493 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-25T20:16:04.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: audit 2023-12-25T20:16:03.418695+0000 mon.smithi080 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:04.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: audit 2023-12-25T20:16:03.418969+0000 mon.smithi080 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:04.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: audit 2023-12-25T20:16:03.419121+0000 mon.smithi080 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:04.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: audit 2023-12-25T20:16:03.419240+0000 mon.smithi129 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.129:6824/950719518,v1:172.21.15.129:6825/950719518]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:16:04.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: audit 2023-12-25T20:16:03.424470+0000 mon.smithi080 (mon.0) 497 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:16:04.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: audit 2023-12-25T20:16:04.318919+0000 mon.smithi080 (mon.0) 498 : audit 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: audit 2023-12-25T20:16:04.319579+0000 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: mon.smithi080 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: audit 2023-12-25T 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: 20:16:04.320096+0000 mon.smithi080 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: audit 2023 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: -12-25T20:16:04.416741+0000 mon.smithi080 (mon.0) 501 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: cluster 2023-12-25T20:16:04.416804+0000 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: mon.smithi080 (mon.0) 502 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: audit 2023-12-25T20:16:04.416911+0000 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: mon.smithi080 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: audit 2023-12-25T20:16:04.417182+0000 mon.smithi080 (mon. 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: 0) 504 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: audit 2023-12-25T20:16:04.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: 2023-12-25T20:16:04.417344+0000 mon.smithi080 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:04.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: audit 2023-12-25T20:16:04.420412+0000 2023-12-25T20:16:04.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:04 smithi080 conmon[36722]: mon.smithi080 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:04.724 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:16:04.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit 2023-12-25T20:16:03.418117+0000 mon.smithi080 (mon.0) 492 : audit 2023-12-25T20:16:04.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-25T20:16:04.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: cluster 2023-12-25T20:16:03.418200+0000 mon.smithi080 (mon.0) 493 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-25T20:16:04.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit 2023-12-25T20: 2023-12-25T20:16:04.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 16:03.418695+0000 mon.smithi080 (mon. 2023-12-25T20:16:04.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 0) 494 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:04.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit 2023-12-25T20:16: 2023-12-25T20:16:04.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 03.418969+0000 mon.smithi080 (mon.0) 495 : audit 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 2023-12-25T20:16: 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 03.419121+0000 mon.smithi080 (mon.0) 496 : 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit 2023- 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 12-25T20:16:03.419240 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: +0000 mon.smithi129 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.129:6824/950719518,v1:172.21.15.129:6825/950719518]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 2023-12-25T20 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: :16:03.424470+0000 mon.smithi080 (mon. 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 0) 497 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit 2023-12-25T20:16:04.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 2023-12-25T20:16: 2023-12-25T20:16:04.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 04.318919+0000 mon.smithi080 (mon.0) 498 2023-12-25T20:16:04.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:04.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit 2023-12-25T20:16:04.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 2023-12-25T20:16: 2023-12-25T20:16:04.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 04.319579+0000 mon.smithi080 (mon.0 2023-12-25T20:16:04.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: ) 499 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-25T20:16:04.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit 2023-12-25T20:16:04.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 2023-12-25T20:16: 2023-12-25T20:16:04.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 04.320096+0000 mon.smithi080 (mon.0) 500 2023-12-25T20:16:04.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:16:04.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit 2023- 2023-12-25T20:16:04.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 12-25T20:16:04.416741 2023-12-25T20:16:04.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 501 : audit [INF] 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: cluster 2023 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: -12-25T20:16: 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 04.416804+0000 mon.smithi080 (mon.0) 502 : 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 2023-12-25T20: 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 16:04.416911+0000 mon.smithi080 (mon.0) 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 503 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 2023-12-25T20 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: :16:04.417182+0000 mon.smithi080 (mon.0 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: ) 504 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 2023-12-25T20: 2023-12-25T20:16:04.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 16:04.417344+0000 mon.smithi080 (mon.0) 505 : audit [DBG] 2023-12-25T20:16:04.751 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:04.751 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: audit 2023-12-25T20:16:04.751 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 2023-12-25T 2023-12-25T20:16:04.751 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: 20:16:04.420412+0000 mon.smithi080 (mon 2023-12-25T20:16:04.751 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:04 smithi129 conmon[41175]: .0) 506 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:05.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:05 smithi129 conmon[41175]: cluster 2023-12-25T20:16:04.012388+0000 mgr.smithi080.aipsvo (mgr.14180) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T20:16:05.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:05 smithi129 conmon[41175]: cephadm 2023-12-25T20:16:04.320572+0000 mgr.smithi080.aipsvo (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.7 on smithi080 2023-12-25T20:16:05.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:05 smithi129 conmon[41175]: audit 2023-12-25T20:16:05.420663+0000 mon.smithi080 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:05.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:05 smithi080 conmon[36722]: cluster 2023-12-25T20:16:04.012388+0000 mgr.smithi080.aipsvo (mgr.14180) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T20:16:05.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:05 smithi080 conmon[36722]: cephadm 2023-12 2023-12-25T20:16:05.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:05 smithi080 conmon[36722]: -25T20:16:04.320572+0000 mgr.smithi080.aipsvo (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.7 on smithi080 2023-12-25T20:16:05.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:05 smithi080 conmon[36722]: audit 2023-12-25T20:16:05.420663+0000 mon.smithi080 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:06.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:06 smithi080 conmon[36722]: cluster 2023-12-25T20:16:04.097716+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:16:06.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:06 smithi080 conmon[36722]: cluster 2023-12-25T20:16:04.097791+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:16:06.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:06 smithi080 conmon[36722]: cluster 2023-12-25T20:16:05.429510+0000 mon.smithi080 (mon.0) 508 : cluster [INF] osd.6 [v2:172.21.15.129:6824/950719518,v1:172.21.15.129:6825/950719518] boot 2023-12-25T20:16:06.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:06 smithi080 conmon[36722]: cluster 2023-12-25T20:16:05.429552+0000 mon.smithi080 (mon.0) 509 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-25T20:16:06.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:06 smithi080 conmon[36722]: audit 2023-12-25T20:16:05.429867+0000 mon.smithi080 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:06.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:06 smithi080 conmon[36722]: audit 2023-12-25T20:16:05.430140+0000 mon.smithi080 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:06.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:06 smithi080 conmon[36722]: audit 2023-12-25T20:16:05.430362+0000 mon.smithi080 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:06.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:06 smithi129 conmon[41175]: cluster 2023-12-25T20:16:04.097716+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:16:06.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:06 smithi129 conmon[41175]: cluster 2023-12-25T20:16:06.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:06 smithi129 conmon[41175]: 2023-12-25T20:16:04.097791+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:16:06.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:06 smithi129 conmon[41175]: cluster 2023-12-25T20:16:05.429510+0000 mon.smithi080 (mon.0) 508 : cluster [INF] osd.6 [v2:172.21.15.129:6824/950719518,v1:172.21.15.129:6825/950719518] boot 2023-12-25T20:16:06.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:06 smithi129 conmon[41175]: cluster 2023-12-25T20:16: 2023-12-25T20:16:06.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:06 smithi129 conmon[41175]: 05.429552+0000 mon.smithi080 (mon.0) 509 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-25T20:16:06.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:06 smithi129 conmon[41175]: audit 2023-12-25T20:16: 2023-12-25T20:16:06.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:06 smithi129 conmon[41175]: 05.429867+0000 mon.smithi080 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:06.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:06 smithi129 conmon[41175]: audit 2023-12-25T 2023-12-25T20:16:06.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:06 smithi129 conmon[41175]: 20:16:05.430140+0000 mon.smithi080 (mon.0) 2023-12-25T20:16:06.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:06 smithi129 conmon[41175]: 511 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T20:16:06.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:06 smithi129 conmon[41175]: audit 2023-12-25T20:16:05. 2023-12-25T20:16:06.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:06 smithi129 conmon[41175]: 430362+0000 mon.smithi080 (mon.0) 512 : audit [DBG] 2023-12-25T20:16:06.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:06 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:07.520 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:07 smithi080 conmon[36722]: cluster 2023-12-25T20:16:06.012620+0000 mgr.smithi080.aipsvo (mgr.14180) 101 : 2023-12-25T20:16:07.520 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:07 smithi080 conmon[36722]: cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T20:16:07.520 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:07 smithi080 conmon[36722]: cluster 2023-12-25T20:16:06.668321+0000 mon.smithi080 (mon.0) 513 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-25T20:16:07.520 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:07 smithi080 conmon[36722]: audit 2023-12-25T20:16:06.668422+0000 mon.smithi080 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:07.520 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:07 smithi080 conmon[36722]: audit 2023-12-25T20: 2023-12-25T20:16:07.521 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:07 smithi080 conmon[36722]: 16:06.668637+0000 mon.smithi080 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:07.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:07 smithi129 conmon[41175]: cluster 2023-12-25T20:16:06.012620+0000 mgr.smithi080.aipsvo (mgr.14180) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T20:16:07.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:07 smithi129 conmon[41175]: cluster 2023-12-25T20:16:06.668321+0000 mon.smithi080 (mon.0) 513 2023-12-25T20:16:07.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:07 smithi129 conmon[41175]: : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-25T20:16:07.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:07 smithi129 conmon[41175]: audit 2023-12-25T20:16:06.668422+0000 mon.smithi080 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:07.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:07 smithi129 conmon[41175]: audit 2023-12-25T20:16:06.668637+0000 mon.smithi080 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:08.124 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:16:08.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:08 smithi129 conmon[41175]: audit 2023-12-25T20:16:07.523507+0000 mon.smithi080 (mon.0) 516 : audit 2023-12-25T20:16:08.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:08 smithi129 conmon[41175]: [INF] from='osd.5 [v2:172.21.15.80:6818/3904673199,v1:172.21.15.80:6819/3904673199]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-25T20:16:08.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:08 smithi129 conmon[41175]: audit 2023-12-25T20:16:08.123759+0000 mon.smithi080 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.80:0/213851966' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:16:08.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:08 smithi080 conmon[36722]: audit 2023-12-25T20:16:07.523507+0000 mon.smithi080 (mon.0) 516 : audit 2023-12-25T20:16:08.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:08 smithi080 conmon[36722]: [INF] from='osd.5 [v2:172.21.15.80:6818/3904673199,v1:172.21.15.80:6819/3904673199]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-25T20:16:08.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:08 smithi080 conmon[36722]: audit 2023-12-25T20:16:08.123759+0000 mon.smithi080 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.80:0/213851966' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:16:08.970 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1703535365,"num_in_osds":8,"osd_in_since":1703535335,"num_remapped_pgs":0} 2023-12-25T20:16:09.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:09 smithi129 conmon[41175]: cluster 2023-12-25T20:16:08.012964+0000 mgr.smithi080.aipsvo (mgr.14180) 102 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T20:16:09.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:09 smithi129 conmon[41175]: audit 2023-12-25T20:16:08.448530+0000 mon.smithi080 (mon.0) 518 : audit [INF] from='osd.5 [v2:172.21.15.80:6818/3904673199,v1:172.21.15.80:6819/3904673199]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-25T20:16:09.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:09 smithi129 conmon[41175]: cluster 2023-12-25T20:16:08.448581+0000 mon.smithi080 (mon.0) 519 : 2023-12-25T20:16:09.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:09 smithi129 conmon[41175]: cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-25T20:16:09.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:09 smithi129 conmon[41175]: audit 2023-12-25T20:16:08 2023-12-25T20:16:09.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:09 smithi129 conmon[41175]: .448799+0000 mon.smithi080 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:09.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:09 smithi129 conmon[41175]: audit 2023-12-25T20:16: 2023-12-25T20:16:09.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:09 smithi129 conmon[41175]: 08.449129+0000 mon.smithi080 (mon.0) 521 : audit [DBG] 2023-12-25T20:16:09.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:09 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:09.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:09 smithi129 conmon[41175]: audit 2023-12-25T20:16:08.449299+0000 2023-12-25T20:16:09.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:09 smithi129 conmon[41175]: mon.smithi080 (mon.0) 522 : audit [INF] from='osd.5 [v2:172.21.15.80:6818/3904673199,v1:172.21.15.80:6819/3904673199]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-25T20:16:09.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: cluster 2023-12-25T20:16:08.012964+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:16:09.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: .14180) 102 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T20:16:09.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: audit 2023-12-25T20:16:08.448530+0000 mon.smithi080 ( 2023-12-25T20:16:09.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: mon.0) 518 : audit [INF] from='osd.5 [v2:172.21.15.80:6818/3904673199,v1:172.21.15.80:6819/3904673199]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-25T20:16:09.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:16:09.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: -12-25T20:16:08 2023-12-25T20:16:09.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: .448581+0000 mon.smithi080 (mon.0) 2023-12-25T20:16:09.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: 519 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-25T20:16:09.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: audit 2023 2023-12-25T20:16:09.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: -12-25T20:16:08.448799+0000 2023-12-25T20:16:09.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: mon.smithi080 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:09.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: 2023-12-25T20:16:09.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: audit 2023-12-25T20:16:09.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: 2023-12-25T20:16:08.449129+0000 mon.smithi080 ( 2023-12-25T20:16:09.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:09.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: audit 2023- 2023-12-25T20:16:09.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: 12-25T20:16:08.449299+0000 2023-12-25T20:16:09.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:09 smithi080 conmon[36722]: mon.smithi080 (mon.0) 522 : audit [INF] from='osd.5 [v2:172.21.15.80:6818/3904673199,v1:172.21.15.80:6819/3904673199]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-25T20:16:09.971 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:16:10.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:10 smithi129 conmon[41175]: audit 2023-12-25T20:16:09.447564+0000 mon.smithi080 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.80:6818/3904673199,v1:172.21.15.80:6819/3904673199]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-25T20:16:10.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:10 smithi129 conmon[41175]: cluster 2023-12-25T20:16:09.447613+0000 mon.smithi080 (mon.0) 524 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-25T20:16:10.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:10 smithi129 conmon[41175]: audit 2023-12-25T20:16:09.447991+0000 mon.smithi080 (mon.0 2023-12-25T20:16:10.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:10 smithi129 conmon[41175]: ) 525 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:10.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:10 smithi129 conmon[41175]: audit 2023-12-25 2023-12-25T20:16:10.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:10 smithi129 conmon[41175]: T20:16:09.448245+0000 mon.smithi080 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:10.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:10 smithi129 conmon[41175]: audit 2023-12-25T20: 2023-12-25T20:16:10.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:10 smithi129 conmon[41175]: 16:09.450810+0000 mon.smithi080 (mon.0) 527 : audit 2023-12-25T20:16:10.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:10 smithi129 conmon[41175]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:10.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:10 smithi129 conmon[41175]: audit 2023-12-25T20:16:10.084104+0000 mon.smithi080 ( 2023-12-25T20:16:10.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:10 smithi129 conmon[41175]: mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:10.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:10 smithi129 conmon[41175]: audit 2023-12 2023-12-25T20:16:10.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:10 smithi129 conmon[41175]: -25T20:16:10.450791+0000 mon.smithi080 (mon. 2023-12-25T20:16:10.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:10 smithi129 conmon[41175]: 0) 529 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:10.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:10 smithi080 conmon[36722]: audit 2023-12-25T20:16:09.447564+0000 mon.smithi080 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.80:6818/3904673199,v1:172.21.15.80:6819/3904673199]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-25T20:16:10.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:10 smithi080 conmon[36722]: 2023-12-25T20:16:10.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:10 smithi080 conmon[36722]: cluster 2023-12-25T20:16:09.447613+0000 mon.smithi080 (mon.0) 524 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-25T20:16:10.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:10 smithi080 conmon[36722]: audit 2023-12-25T20:16:09.447991+0000 mon.smithi080 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:10.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:10 smithi080 conmon[36722]: audit 2023-12-25T20:16:09.448245+0000 mon.smithi080 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:10.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:10 smithi080 conmon[36722]: audit 2023-12-25T20:16:09.450810+0000 mon.smithi080 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:10.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:10 smithi080 conmon[36722]: audit 2023-12-25T20:16:10.084104+0000 mon.smithi080 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:10.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:10 smithi080 conmon[36722]: audit 2023-12-25T20:16:10.450791+0000 mon.smithi080 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:11.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:11 smithi080 conmon[36722]: cluster 2023-12-25T20:16:08.507765+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:16:11.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:11 smithi080 conmon[36722]: cluster 2023-12-25T20:16:08.507810+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:16:11.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:11 smithi080 conmon[36722]: cluster 2023-12-25T20:16:10.013256+0000 mgr.smithi080.aipsvo (mgr.14180) 103 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T20:16:11.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:11 smithi080 conmon[36722]: cluster 2023-12-25T20:16:10.459385+0000 mon.smithi080 (mon.0) 530 : cluster [INF] osd.5 [v2:172.21.15.80:6818/3904673199,v1:172.21.15.80:6819/3904673199] boot 2023-12-25T20:16:11.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:11 smithi080 conmon[36722]: cluster 2023-12-25T20:16:10.459412+0000 mon.smithi080 (mon.0) 531 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-12-25T20:16:11.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:11 smithi080 conmon[36722]: audit 2023-12-25T20:16:10.459863+0000 mon.smithi080 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:11.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:11 smithi080 conmon[36722]: audit 2023-12-25T20:16:10.460100+0000 mon.smithi080 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:11.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:11 smithi129 conmon[41175]: cluster 2023-12-25T20:16:08.507765+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:16:11.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:11 smithi129 conmon[41175]: cluster 2023-12-25T20:16:08.507810+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:16:11.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:11 smithi129 conmon[41175]: cluster 2023-12-25T 2023-12-25T20:16:11.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:11 smithi129 conmon[41175]: 20:16:10.013256+0000 mgr.smithi080.aipsvo (mgr.14180) 103 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T20:16:11.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:11 smithi129 conmon[41175]: cluster 2023-12-25T20:16:10.459385+0000 mon.smithi080 (mon.0 2023-12-25T20:16:11.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:11 smithi129 conmon[41175]: ) 530 : cluster [INF] osd.5 [v2:172.21.15.80:6818/3904673199,v1:172.21.15.80:6819/3904673199] boot 2023-12-25T20:16:11.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:11 smithi129 conmon[41175]: cluster 2023-12-25T20:16: 2023-12-25T20:16:11.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:11 smithi129 conmon[41175]: 10.459412+0000 mon.smithi080 (mon.0) 531 : cluster [DBG] 2023-12-25T20:16:11.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:11 smithi129 conmon[41175]: osdmap e34: 8 total, 7 up, 8 in 2023-12-25T20:16:11.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:11 smithi129 conmon[41175]: audit 2023-12-25T20:16:10.459863+0000 mon.smithi080 ( 2023-12-25T20:16:11.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:11 smithi129 conmon[41175]: mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T20:16:11.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:11 smithi129 conmon[41175]: audit 2023-12-25T 2023-12-25T20:16:11.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:11 smithi129 conmon[41175]: 20:16:10.460100+0000 mon.smithi080 (mon.0) 533 : 2023-12-25T20:16:11.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:11 smithi129 conmon[41175]: audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:11.862 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:16:12.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:12 smithi129 conmon[41175]: cluster 2023-12-25T20:16:11.471570+0000 mon.smithi080 (mon.0) 534 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-25T20:16:12.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:12 smithi129 conmon[41175]: 2023-12-25T20:16:12.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:12 smithi129 conmon[41175]: audit 2023-12-25T20:16:11.471709+0000 mon.smithi080 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:12.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:12 smithi129 conmon[41175]: audit 2023-12-25T 2023-12-25T20:16:12.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:12 smithi129 conmon[41175]: 20:16:11.862812+0000 mon.smithi080 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.80:0/1642919353' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:16:12.772 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:12 smithi080 conmon[36722]: cluster 2023-12-25T20:16:11.471570+0000 mon.smithi080 (mon.0) 534 : 2023-12-25T20:16:12.772 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:12 smithi080 conmon[36722]: cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-25T20:16:12.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:12 smithi080 conmon[36722]: audit 2023-12-25T20:16:11.471709+0000 mon.smithi080 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:12.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:12 smithi080 conmon[36722]: audit 2023-12-25T20:16:11.862812+0000 mon.smithi080 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.80:0/1642919353' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:16:13.034 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1703535370,"num_in_osds":8,"osd_in_since":1703535335,"num_remapped_pgs":0} 2023-12-25T20:16:13.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:13 smithi129 conmon[41175]: cluster 2023-12-25T20:16:12.013571+0000 mgr.smithi080.aipsvo (mgr.14180) 104 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T20:16:13.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:13 smithi129 conmon[41175]: audit 2023-12-25T20:16:13.006497+0000 mon.smithi080 (mon.0) 537 : audit [INF] from='osd.7 [v2:172.21.15.80:6826/489079618,v1:172.21.15.80:6827/489079618]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-25T20:16:13.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:13 smithi080 conmon[36722]: cluster 2023-12-25T20:16:12.013571+0000 mgr.smithi080.aipsvo (mgr.14180) 104 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T20:16:13.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:13 smithi080 conmon[36722]: audit 2023-12-25T20:16:13. 2023-12-25T20:16:13.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:13 smithi080 conmon[36722]: 006497+0000 mon.smithi080 (mon.0) 537 : audit [INF] from='osd.7 [v2:172.21.15.80:6826/489079618,v1:172.21.15.80:6827/489079618]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-25T20:16:14.035 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T20:16:14.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:14 smithi129 conmon[41175]: audit 2023-12-25T20:16:13.478803+0000 mon.smithi080 (mon.0) 538 : audit [INF] from='osd.7 [v2:172.21.15.80:6826/489079618,v1:172.21.15.80:6827/489079618]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-25T20:16:14.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:14 smithi129 conmon[41175]: cluster 2023-12-25T20:16:13.478849+0000 mon.smithi080 (mon.0) 539 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-25T20:16:14.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:14 smithi129 conmon[41175]: audit 2023-12-25T20:16:13.479873+0000 mon.smithi080 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:14.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:14 smithi129 conmon[41175]: audit 2023-12-25T20:16:14.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:14 smithi129 conmon[41175]: 2023-12-25T20:16:13.480139+0000 mon.smithi080 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.80:6826/489079618,v1:172.21.15.80:6827/489079618]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-25T20:16:14.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:14 smithi129 conmon[41175]: audit 2023-12-25T20:16 2023-12-25T20:16:14.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:14 smithi129 conmon[41175]: :14.480727+0000 mon.smithi080 (mon.0) 542 : audit 2023-12-25T20:16:14.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:14 smithi129 conmon[41175]: [INF] from='osd.7 [v2:172.21.15.80:6826/489079618,v1:172.21.15.80:6827/489079618]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-25T20:16:14.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:14 smithi129 conmon[41175]: cluster 2023-12-25T20:16:14.480797 2023-12-25T20:16:14.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:14 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 543 : cluster [DBG] 2023-12-25T20:16:14.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:14 smithi129 conmon[41175]: osdmap e37: 8 total, 7 up, 8 in 2023-12-25T20:16:14.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:14 smithi080 conmon[36722]: audit 2023-12-25T20:16:13.478803+0000 mon.smithi080 (mon.0) 538 : 2023-12-25T20:16:14.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:14 smithi080 conmon[36722]: audit [INF] from='osd.7 [v2:172.21.15.80:6826/489079618,v1:172.21.15.80:6827/489079618]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-25T20:16:14.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:14 smithi080 conmon[36722]: cluster 2023-12-25T20:16:13.478849+0000 mon.smithi080 (mon.0) 539 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-25T20:16:14.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:14 smithi080 conmon[36722]: audit 2023-12-25T20:16:13.479873+0000 mon.smithi080 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:14.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:14 smithi080 conmon[36722]: audit 2023-12-25T20:16:13.480139+0000 mon.smithi080 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.80:6826/489079618,v1:172.21.15.80:6827/489079618]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2023-12-25T20:16:14.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:14 smithi080 conmon[36722]: audit 2023-12-25T20:16:14.480727+0000 mon.smithi080 (mon.0) 542 : audit [INF] from='osd.7 [v2:172.21.15.80:6826/489079618,v1:172.21.15.80:6827/489079618]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2023-12-25T20:16:14.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:14 smithi080 conmon[36722]: cluster 2023-12-25T20:16:14.480797+0000 mon.smithi080 (mon.0) 543 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-25T20:16:15.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:15 smithi080 conmon[36722]: cluster 2023-12-25T20:16:14.013965+0000 mgr.smithi080.aipsvo (mgr.14180) 105 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T20:16:15.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:15 smithi080 conmon[36722]: audit 2023-12-25T20:16:14.486331+0000 mon.smithi080 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:15.739 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:15 smithi080 conmon[36722]: audit 2023-12-25T20:16:14.728769+0000 mon.smithi080 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:15.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:15 smithi080 conmon[36722]: audit 2023-12-25T20:16:14.730496+0000 mon.smithi080 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:16:15.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:15 smithi080 conmon[36722]: cluster 2023-12-25T20:16:15.479735+0000 mon.smithi080 (mon.0) 547 : cluster [INF] osd.7 [v2:172.21.15.80:6826/489079618,v1:172.21.15.80:6827/489079618] boot 2023-12-25T20:16:15.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:15 smithi080 conmon[36722]: cluster 2023-12-25T20:16:15.479761+0000 mon.smithi080 (mon.0) 548 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-25T20:16:15.740 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:15 smithi080 conmon[36722]: audit 2023-12-25T20:16:15.480032+0000 mon.smithi080 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:15.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:15 smithi129 conmon[41175]: cluster 2023-12-25T20:16:14.013965+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:16:15.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:15 smithi129 conmon[41175]: 105 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T20:16:15.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:15 smithi129 conmon[41175]: audit 2023-12-25T20:16:14.486331+0000 mon.smithi080 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:15 smithi129 conmon[41175]: audit 2023-12-25T20:16:14.728769+0000 mon.smithi080 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:15 smithi129 conmon[41175]: audit 2023-12-25T20:16:14.730496+0000 mon.smithi080 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:16:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:15 smithi129 conmon[41175]: cluster 2023-12-25T20:16:15.479735+0000 mon.smithi080 (mon.0) 547 : cluster [INF] osd.7 [v2:172.21.15.80:6826/489079618,v1:172.21.15.80:6827/489079618] boot 2023-12-25T20:16:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:15 smithi129 conmon[41175]: cluster 2023-12-25T20:16:15.479761+0000 mon.smithi080 (mon.0) 548 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-25T20:16:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:15 smithi129 conmon[41175]: audit 2023-12-25T20:16:15.480032+0000 mon.smithi080 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T20:16:16.418 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:16:16.666 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:16 smithi129 conmon[41175]: cluster 2023-12-25T20:16:14.039913+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:16:16.667 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:16 smithi129 conmon[41175]: cluster 2023-12-25T20:16:14.039971+0000 2023-12-25T20:16:16.667 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:16 smithi129 conmon[41175]: osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:16:16.667 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:16 smithi129 conmon[41175]: cluster 2023-12-25T20:16:15.664245+0000 mon.smithi080 (mon.0) 550 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-25T20:16:16.667 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:16 smithi129 conmon[41175]: cluster 2023-12-25T20:16:16.014404+0000 mgr.smithi080.aipsvo (mgr.14180) 106 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:16.667 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:16 smithi129 conmon[41175]: audit 2023-12-25T20:16:16.273980+0000 mon.smithi080 ( 2023-12-25T20:16:16.667 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:16 smithi129 conmon[41175]: mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:16.725 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:16 smithi080 conmon[36722]: cluster 2023-12-25T20:16:14.039913+0000 osd.7 (osd.7) 1 2023-12-25T20:16:16.726 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:16 smithi080 conmon[36722]: : cluster [DBG] purged_snaps scrub starts 2023-12-25T20:16:16.726 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:16 smithi080 conmon[36722]: cluster 2023-12-25T20:16:14.039971+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T20:16:16.726 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:16 smithi080 conmon[36722]: cluster 2023-12-25T20:16:15.664245+0000 mon.smithi080 (mon.0) 550 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-25T20:16:16.726 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:16 smithi080 conmon[36722]: cluster 2023-12-25T20:16:16.014404+0000 mgr.smithi080.aipsvo (mgr.14180) 106 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:16.726 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:16 smithi080 conmon[36722]: audit 2023-12-25T20:16:16.273980+0000 mon.smithi080 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:16.726 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:16 smithi080 conmon[36722]: audit 2023-12-25T20:16:16.418420+0000 mon.smithi080 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.80:0/3884590099' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:16:16.922 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:16 smithi129 conmon[41175]: audit 2023-12-25T20:16:16.418420 2023-12-25T20:16:16.922 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:16 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.80:0/3884590099' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T20:16:17.370 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1703535375,"num_in_osds":8,"osd_in_since":1703535335,"num_remapped_pgs":0} 2023-12-25T20:16:17.371 INFO:tasks.cephadm:Setting up client nodes... 2023-12-25T20:16:17.371 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-25T20:16:17.769 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:17 smithi129 conmon[41175]: cluster 2023-12-25T20:16:16.679711+0000 mon.smithi080 (mon.0) 553 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-25T20:16:17.983 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:17 smithi080 conmon[36722]: cluster 2023-12-25T20:16:16.679711+0000 mon.smithi080 (mon.0) 553 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-25T20:16:18.966 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:18 smithi080 conmon[36722]: cluster 2023-12-25T20:16:18.014713+0000 mgr.smithi080.aipsvo (mgr.14180) 107 : 2023-12-25T20:16:18.966 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:18 smithi080 conmon[36722]: cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:18.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:18 smithi129 conmon[41175]: cluster 2023-12-25T20:16:18.014713+0000 mgr.smithi080.aipsvo (mgr.14180) 107 2023-12-25T20:16:18.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:18 smithi129 conmon[41175]: : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:19.867 INFO:teuthology.orchestra.run.smithi080.stdout:[client.0] 2023-12-25T20:16:19.867 INFO:teuthology.orchestra.run.smithi080.stdout: key = AQAT44llU3F5MxAArEmfG3pNRHS3u5GC5t8KUA== 2023-12-25T20:16:20.483 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-25T20:16:20.483 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-25T20:16:20.483 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-25T20:16:20.526 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-25T20:16:20.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:20 smithi129 conmon[41175]: cephadm 2023-12-25T20:16:19.459638+0000 mgr.smithi080.aipsvo (mgr.14180) 108 : cephadm [INF] Detected new or changed devices on smithi129 2023-12-25T20:16:20.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:20 smithi129 conmon[41175]: audit 2023-12-25T20:16:19.464709+0000 mon.smithi080 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:20.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:20 smithi129 conmon[41175]: audit 2023-12-25T20:16:19.760912+0000 mon.smithi080 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:20.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:20 smithi129 conmon[41175]: audit 2023-12-25T20:16:19.761420+0000 mon.smithi080 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:20.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:20 smithi129 conmon[41175]: audit 2023-12-25T20:16:19.762124+0000 mon.smithi080 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:20.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:20 smithi129 conmon[41175]: audit 2023-12-25T20:16:19.762826+0000 mon.smithi080 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:20.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:20 smithi129 conmon[41175]: audit 2023-12-25T20:16:19.763623+0000 mon.smithi080 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:20.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:20 smithi129 conmon[41175]: audit 2023-12-25T20:16:19.768188+0000 mon.smithi080 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:20.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:20 smithi129 conmon[41175]: audit 2023-12-25T20:16:19.863362+0000 mon.smithi080 (mon.0) 561 : audit [INF] from='client.? 172.21.15.80:0/2913928817' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T20:16:20.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:20 smithi129 conmon[41175]: audit 2023-12-25T20:16:19.867118+0000 mon.smithi080 (mon.0) 562 : audit [INF] from='client.? 172.21.15.80:0/2913928817' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-25T20:16:20.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:20 smithi080 conmon[36722]: cephadm 2023-12-25T20:16:19.459638+0000 mgr.smithi080.aipsvo (mgr.14180) 108 : cephadm [INF] Detected new or changed devices on smithi129 2023-12-25T20:16:20.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:20 smithi080 conmon[36722]: audit 2023-12-25T20:16:19.464709+0000 mon.smithi080 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:20.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:20 smithi080 conmon[36722]: audit 2023-12-25T20:16:19.760912+0000 mon.smithi080 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:20.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:20 smithi080 conmon[36722]: audit 2023-12-25T20:16:19.761420+0000 mon.smithi080 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:20.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:20 smithi080 conmon[36722]: audit 2023-12-25T20:16:19.762124+0000 mon.smithi080 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:20.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:20 smithi080 conmon[36722]: audit 2023-12-25T20:16:19.762826+0000 mon.smithi080 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:20.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:20 smithi080 conmon[36722]: audit 2023-12-25T20:16:19.763623+0000 mon.smithi080 (mon 2023-12-25T20:16:20.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:20 smithi080 conmon[36722]: .0) 559 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:20.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:20 smithi080 conmon[36722]: audit 2023-12-25T20:16:19.768188+0000 mon.smithi080 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:20.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:20 smithi080 conmon[36722]: audit 2023-12-25T20:16:19.863362+0000 mon.smithi080 (mon.0) 561 : audit [INF] from='client.? 172.21.15.80:0/2913928817' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T20:16:20.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:20 smithi080 conmon[36722]: audit 2023-12-25T20:16:19.867118+0000 mon.smithi080 (mon.0) 562 : audit [INF] from='client.? 172.21.15.80:0/2913928817' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-25T20:16:21.675 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:21 smithi129 conmon[41175]: cephadm 2023-12-25T20:16:19.764457+0000 mgr.smithi080.aipsvo (mgr.14180) 109 : cephadm [INF] Adjusting osd_memory_target on smithi129 to 3990M 2023-12-25T20:16:21.675 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:21 smithi129 conmon[41175]: cluster 2023-12-25T20:16:20.015183+0000 mgr.smithi080.aipsvo (mgr.14180) 110 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:21.772 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:21 smithi080 conmon[36722]: cephadm 2023-12-25T20:16:19.764457+0000 mgr.smithi080.aipsvo (mgr.14180) 109 : cephadm 2023-12-25T20:16:21.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:21 smithi080 conmon[36722]: [INF] Adjusting osd_memory_target on smithi129 to 3990M 2023-12-25T20:16:21.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:21 smithi080 conmon[36722]: cluster 2023-12-25T20:16:20.015183+0000 mgr.smithi080.aipsvo (mgr.14180) 110 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:22.322 INFO:teuthology.orchestra.run.smithi129.stdout:[client.1] 2023-12-25T20:16:22.322 INFO:teuthology.orchestra.run.smithi129.stdout: key = AQAW44llQPcJExAAXKQ9p8AZxi9O/YRxBW+LEQ== 2023-12-25T20:16:22.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:22 smithi129 conmon[41175]: audit 2023-12-25T20:16:22.318687+0000 mon.smithi129 (mon. 2023-12-25T20:16:22.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:22 smithi129 conmon[41175]: 1) 18 : audit [INF] from='client.? 172.21.15.129:0/3531658198' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T20:16:22.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:22 smithi129 conmon[41175]: audit 2023-12-25T20:16:22.319282+0000 mon.smithi080 (mon.0) 563 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T20:16:22.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:22 smithi129 conmon[41175]: audit 2023-12-25T20:16:22.322648+0000 mon.smithi080 (mon.0) 564 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-25T20:16:22.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:22 smithi080 conmon[36722]: audit 2023-12-25T20:16:22.318687+0000 mon.smithi129 (mon.1) 18 : audit [INF] from='client.? 172.21.15.129:0/3531658198' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T20:16:22.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:22 smithi080 conmon[36722]: audit 2023-12-25T20:16:22.319282+0000 mon.smithi080 (mon.0) 563 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T20:16:22.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:22 smithi080 conmon[36722]: audit 2023-12-25T20:16:22.322648+0000 mon.smithi080 (mon.0) 564 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-25T20:16:22.875 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-12-25T20:16:22.875 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-25T20:16:22.875 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-25T20:16:22.915 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T20:16:23.509 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:16:23.708 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:23 smithi080 conmon[36722]: cluster 2023-12-25T20:16:22 2023-12-25T20:16:23.708 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:23 smithi080 conmon[36722]: .015504+0000 mgr.smithi080.aipsvo (mgr.14180) 111 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:23.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:23 smithi129 conmon[41175]: cluster 2023-12-25T20:16:22.015504+0000 mgr.smithi080.aipsvo (mgr.14180) 111 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:24.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: cephadm 2023-12-25T20:16:23.681272+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:16:24.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: ) 112 : cephadm [INF] Detected new or changed devices on smithi080 2023-12-25T20:16:24.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: audit 2023-12-25T20:16:23.686691+0000 mon.smithi080 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:24.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: cluster 2023-12-25T20:16:24.015866+0000 mgr.smithi080.aipsvo (mgr.14180) 113 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:24.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: audit 2023-12-25T20:16:24.057365+0000 mon.smithi080 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:24.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: audit 2023-12-25T20:16:24.058002+0000 mon.smithi080 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:24.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: audit 2023-12-25T20:16:24.058533+0000 mon.smithi080 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:24.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: audit 2023-12-25T20:16:24.059027+0000 mon.smithi080 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:24.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: cephadm 2023-12-25T20:16:24.059420+0000 mgr.smithi080.aipsvo (mgr.14180) 114 : cephadm [INF] Adjusting osd_memory_target on smithi080 to 3222M 2023-12-25T20:16:24.747 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: audit 2023-12-25T20:16:24.063893+0000 mon.smithi080 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:24.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: audit 2023-12-25T20:16:24.064573+0000 mon.smithi080 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:16:24.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: audit 2023-12-25T20:16:24.065084+0000 mon.smithi080 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:16:24.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: audit 2023-12-25T20:16:24.069655+0000 mon.smithi080 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:24.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: audit 2023-12-25T20:16:24.073013+0000 mon.smithi080 (mon.0) 574 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:16:24.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: audit 2023-12-25T20:16:24.075812+0000 mon.smithi080 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:16:24.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: audit 2023-12-25T20:16:24.076772+0000 mon.smithi080 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:16:24.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: audit 2023-12-25T20:16:24.076956+0000 mon.smithi080 (mon.0) 577 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:16:24.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:24 smithi080 conmon[36722]: audit 2023-12-25T20:16:24.077354+0000 mon.smithi080 (mon.0) 578 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:16:24.909 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: cephadm 2023-12-25T20:16:23.681272+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:16:24.910 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: mgr.14180) 112 : cephadm [INF] Detected new or changed devices on smithi080 2023-12-25T20:16:24.910 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: audit 2023-12-25T20:16:23.686691+0000 mon.smithi080 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:24.910 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: cluster 2023-12-25T20:16:24.015866+0000 mgr.smithi080.aipsvo (mgr.14180) 113 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:24.910 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: audit 2023-12-25T20:16:24.057365+0000 mon.smithi080 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:24.910 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: audit 2023-12-25T20:16:24.058002+0000 mon.smithi080 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:24.910 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: audit 2023-12-25T20:16:24.058533+0000 mon.smithi080 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:24.910 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: audit 2023-12-25T20:16:24.059027+0000 mon.smithi080 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:16:24.910 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: cephadm 2023-12-25T20:16:24.059420+0000 mgr.smithi080.aipsvo (mgr.14180) 114 : cephadm [INF] Adjusting osd_memory_target on smithi080 to 3222M 2023-12-25T20:16:24.910 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: audit 2023-12-25T20:16:24.063893+0000 mon.smithi080 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:24.910 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: audit 2023-12-25T20:16:24.064573+0000 mon.smithi080 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:16:24.910 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: audit 2023-12-25T20:16:24.065084+0000 mon.smithi080 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:16:24.910 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: audit 2023-12-25T20:16:24.069655+0000 mon.smithi080 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:24.910 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: audit 2023-12-25T20:16:24.073013+0000 mon.smithi080 (mon.0) 574 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:16:24.911 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: audit 2023-12-25T20:16:24.075812+0000 mon.smithi080 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:16:24.911 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: audit 2023-12-25T20:16:24.076772+0000 mon.smithi080 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T20:16:24.911 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: audit 2023-12-25T20:16:24.076956+0000 mon.smithi080 (mon.0) 577 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:16:24.911 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:24 smithi129 conmon[41175]: audit 2023-12-25T20:16:24.077354+0000 mon.smithi080 (mon.0) 578 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:16:25.117 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:16:25.117 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":40,"fsid":"d1fa5dae-a361-11ee-95a5-87774f69a715","created":"2023-12-25T20:12:30.861958+0000","modified":"2023-12-25T20:16:16.667755+0000","last_up_change":"2023-12-25T20:16:15.476066+0000","last_in_change":"2023-12-25T20:15:35.116249+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-25T20:15:55.656565+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":"23","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":"4f9bcf64-6f62-40ed-b36c-05df331edade","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.129:6800","nonce":3508498595},{"type":"v1","addr":"172.21.15.129:6801","nonce":3508498595}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":3508498595},{"type":"v1","addr":"172.21.15.129:6803","nonce":3508498595}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":3508498595},{"type":"v1","addr":"172.21.15.129:6807","nonce":3508498595}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":3508498595},{"type":"v1","addr":"172.21.15.129:6805","nonce":3508498595}]},"public_addr":"172.21.15.129:6801/3508498595","cluster_addr":"172.21.15.129:6803/3508498595","heartbeat_back_addr":"172.21.15.129:6807/3508498595","heartbeat_front_addr":"172.21.15.129:6805/3508498595","state":["exists","up"]},{"osd":1,"uuid":"a51f29d2-176a-4079-a984-264a7418ff6e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":3492192208},{"type":"v1","addr":"172.21.15.80:6803","nonce":3492192208}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":3492192208},{"type":"v1","addr":"172.21.15.80:6805","nonce":3492192208}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6808","nonce":3492192208},{"type":"v1","addr":"172.21.15.80:6809","nonce":3492192208}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":3492192208},{"type":"v1","addr":"172.21.15.80:6807","nonce":3492192208}]},"public_addr":"172.21.15.80:6803/3492192208","cluster_addr":"172.21.15.80:6805/3492192208","heartbeat_back_addr":"172.21.15.80:6809/3492192208","heartbeat_front_addr":"172.21.15.80:6807/3492192208","state":["exists","up"]},{"osd":2,"uuid":"a27259d8-75d8-4d17-916e-76db4e1a24e0","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.129:6808","nonce":1929597079},{"type":"v1","addr":"172.21.15.129:6809","nonce":1929597079}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6810","nonce":1929597079},{"type":"v1","addr":"172.21.15.129:6811","nonce":1929597079}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6814","nonce":1929597079},{"type":"v1","addr":"172.21.15.129:6815","nonce":1929597079}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6812","nonce":1929597079},{"type":"v1","addr":"172.21.15.129:6813","nonce":1929597079}]},"public_addr":"172.21.15.129:6809/1929597079","cluster_addr":"172.21.15.129:6811/1929597079","heartbeat_back_addr":"172.21.15.129:6815/1929597079","heartbeat_front_addr":"172.21.15.129:6813/1929597079","state":["exists","up"]},{"osd":3,"uuid":"3e3af380-513c-4b55-b91b-793ae026d802","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6810","nonce":3469213992},{"type":"v1","addr":"172.21.15.80:6811","nonce":3469213992}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6812","nonce":3469213992},{"type":"v1","addr":"172.21.15.80:6813","nonce":3469213992}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6816","nonce":3469213992},{"type":"v1","addr":"172.21.15.80:6817","nonce":3469213992}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6814","nonce":3469213992},{"type":"v1","addr":"172.21.15.80:6815","nonce":3469213992}]},"public_addr":"172.21.15.80:6811/3469213992","cluster_addr":"172.21.15.80:6813/3469213992","heartbeat_back_addr":"172.21.15.80:6817/3469213992","heartbeat_front_addr":"172.21.15.80:6815/3469213992","state":["exists","up"]},{"osd":4,"uuid":"9bede474-176a-4e19-b536-f1fd82ce5f97","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.129:6816","nonce":3060587417},{"type":"v1","addr":"172.21.15.129:6817","nonce":3060587417}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6818","nonce":3060587417},{"type":"v1","addr":"172.21.15.129:6819","nonce":3060587417}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6822","nonce":3060587417},{"type":"v1","addr":"172.21.15.129:6823","nonce":3060587417}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6820","nonce":3060587417},{"type":"v1","addr":"172.21.15.129:6821","nonce":3060587417}]},"public_addr":"172.21.15.129:6817/3060587417","cluster_addr":"172.21.15.129:6819/3060587417","heartbeat_back_addr":"172.21.15.129:6823/3060587417","heartbeat_front_addr":"172.21.15.129:6821/3060587417","state":["exists","up"]},{"osd":5,"uuid":"d9d5e071-1986-4531-9197-3e4b6090262c","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.80:6818","nonce":3904673199},{"type":"v1","addr":"172.21.15.80:6819","nonce":3904673199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6820","nonce":3904673199},{"type":"v1","addr":"172.21.15.80:6821","nonce":3904673199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6824","nonce":3904673199},{"type":"v1","addr":"172.21.15.80:6825","nonce":3904673199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6822","nonce":3904673199},{"type":"v1","addr":"172.21.15.80:6823","nonce":3904673199}]},"public_addr":"172.21.15.80:6819/3904673199","cluster_addr":"172.21.15.80:6821/3904673199","heartbeat_back_addr":"172.21.15.80:6825/3904673199","heartbeat_front_addr":"172.21.15.80:6823/3904673199","state":["exists","up"]},{"osd":6,"uuid":"2c07824b-4119-41d5-a25a-cf7072443133","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.129:6824","nonce":950719518},{"type":"v1","addr":"172.21.15.129:6825","nonce":950719518}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6826","nonce":950719518},{"type":"v1","addr":"172.21.15.129:6827","nonce":950719518}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6830","nonce":950719518},{"type":"v1","addr":"172.21.15.129:6831","nonce":950719518}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6828","nonce":950719518},{"type":"v1","addr":"172.21.15.129:6829","nonce":950719518}]},"public_addr":"172.21.15.129:6825/950719518","cluster_addr":"172.21.15.129:6827/950719518","heartbeat_back_addr":"172.21.15.129:6831/950719518","heartbeat_front_addr":"172.21.15.129:6829/950719518","state":["exists","up"]},{"osd":7,"uuid":"2e07e821-0138-4138-8728-6e4a79d16980","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.80:6826","nonce":489079618},{"type":"v1","addr":"172.21.15.80:6827","nonce":489079618}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6828","nonce":489079618},{"type":"v1","addr":"172.21.15.80:6829","nonce":489079618}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6832","nonce":489079618},{"type":"v1","addr":"172.21.15.80:6833","nonce":489079618}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6830","nonce":489079618},{"type":"v1","addr":"172.21.15.80:6831","nonce":489079618}]},"public_addr":"172.21.15.80:6827/489079618","cluster_addr":"172.21.15.80:6829/489079618","heartbeat_back_addr":"172.21.15.80:6833/489079618","heartbeat_front_addr":"172.21.15.80:6831/489079618","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:15:49.541969+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:15:54.363052+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:15:54.321247+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:16:00.851686+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:15:59.043941+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:16:08.507812+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:16:04.097794+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:16:14.039974+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.80:6801/2195230172":"2023-12-26T20:14:09.992110+0000","172.21.15.80:0/77064329":"2023-12-26T20:14:09.992110+0000","172.21.15.80:0/3451255909":"2023-12-26T20:14:09.992110+0000","172.21.15.80:6801/3437431032":"2023-12-26T20:13:18.465930+0000","172.21.15.80:0/2907902102":"2023-12-26T20:13:18.465930+0000","172.21.15.80:6800/3437431032":"2023-12-26T20:13:18.465930+0000","172.21.15.80:0/1114084522":"2023-12-26T20:13:18.465930+0000","172.21.15.80:0/3430435400":"2023-12-26T20:12:52.228894+0000","172.21.15.80:0/1954294369":"2023-12-26T20:12:52.228894+0000","172.21.15.80:6801/289306249":"2023-12-26T20:12:52.228894+0000","172.21.15.80:6800/2195230172":"2023-12-26T20:14:09.992110+0000","172.21.15.80:6800/289306249":"2023-12-26T20:12:52.228894+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-25T20:16:25.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:25 smithi129 conmon[41175]: audit 2023-12-25T20:16:25.117328+0000 mon.smithi080 (mon.0 2023-12-25T20:16:25.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:25 smithi129 conmon[41175]: ) 579 : audit [DBG] from='client.? 172.21.15.80:0/3312073623' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T20:16:26.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:25 smithi080 conmon[36722]: audit 2023-12-25T20:16:25.117328+0000 mon.smithi080 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.80:0/3312073623' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T20:16:26.074 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-25T20:15:55.656565+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': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-25T20:16:26.075 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-25T20:16:26.628 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:16:26.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:26 smithi129 conmon[41175]: cluster 2023-12-25T20:16:26.016309+0000 mgr.smithi080.aipsvo (mgr.14180) 115 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:26.772 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:26 smithi080 conmon[36722]: cluster 2023-12-25T20:16:26.016309+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:16:26.772 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:26 smithi080 conmon[36722]: 14180) 115 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:28.656 INFO:teuthology.orchestra.run.smithi080.stdout:pg_num: 1 2023-12-25T20:16:29.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:29 smithi080 conmon[36722]: cluster 2023-12-25T20:16:28.016613+0000 mgr.smithi080.aipsvo (mgr.14180) 116 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:29.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:29 smithi080 conmon[36722]: audit 2023-12-25T20:16:28.656224+0000 mon.smithi080 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.80:0/264851616' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-25T20:16:29.339 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:29 smithi129 conmon[41175]: cluster 2023-12-25T20:16:28.016613+0000 mgr.smithi080.aipsvo (mgr.14180) 116 : cluster 2023-12-25T20:16:29.340 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:29 smithi129 conmon[41175]: [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:29.340 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:29 smithi129 conmon[41175]: audit 2023-12-25T20:16:28.656224+0000 mon.smithi080 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.80:0/264851616' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-25T20:16:29.487 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-25T20:16:29.487 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-25T20:16:29.487 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-25T20:16:30.025 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:16:31.375 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:31 smithi129 conmon[41175]: cluster 2023-12-25T20:16:30.016991+0000 mgr.smithi080.aipsvo (mgr.14180) 117 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:31 smithi080 conmon[36722]: cluster 2023-12-25T20:16:30.016991+0000 mgr.smithi080.aipsvo (mgr.14180) 117 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:32.287 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:16:33.152 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:32 smithi080 conmon[36722]: audit 2023-12-25T20:16:31.887858+0000 mon.smithi080 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:33.153 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:32 smithi080 conmon[36722]: cluster 2023-12-25T20:16:32.017269+0000 mgr.smithi080.aipsvo (mgr.14180) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:33.153 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:32 smithi080 conmon[36722]: audit 2023-12-25T20:16:32.283524+0000 mon.smithi080 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.80:0/2756106974' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-25T20:16:33.172 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi080.aipsvo","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6800","nonce":827324497},{"type":"v1","addr":"172.21.15.80:6801","nonce":827324497}]},"active_addr":"172.21.15.80:6801/827324497","active_change":"2023-12-25T20:14:09.992224+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi129.rnvyry","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.80:8443/","prometheus":"http://172.21.15.80: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.80:0","nonce":3697502873}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.80:0","nonce":1376991115}]}]} 2023-12-25T20:16:33.177 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-25T20:16:33.177 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-25T20:16:33.178 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T20:16:33.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:32 smithi129 conmon[41175]: audit 2023-12-25T20:16:31.887858+0000 mon.smithi080 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:33.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:32 smithi129 conmon[41175]: cluster 2023-12-25T20:16:32.017269+0000 mgr.smithi080.aipsvo (mgr.14180) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:33.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:32 smithi129 conmon[41175]: audit 2023-12-25T20:16:32.283524+0000 mon.smithi080 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.80:0/2756106974' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-25T20:16:33.694 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:16:35.155 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:35 smithi080 conmon[36722]: cluster 2023-12-25T20:16:34.017835+0000 mgr.smithi080.aipsvo (mgr.14180) 119 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:35 smithi129 conmon[41175]: cluster 2023-12-25T20:16:34.017835+0000 mgr.smithi080.aipsvo (mgr.14180) 119 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:35.892 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:16:35.892 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":40,"fsid":"d1fa5dae-a361-11ee-95a5-87774f69a715","created":"2023-12-25T20:12:30.861958+0000","modified":"2023-12-25T20:16:16.667755+0000","last_up_change":"2023-12-25T20:16:15.476066+0000","last_in_change":"2023-12-25T20:15:35.116249+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-25T20:15:55.656565+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":"23","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":"4f9bcf64-6f62-40ed-b36c-05df331edade","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.129:6800","nonce":3508498595},{"type":"v1","addr":"172.21.15.129:6801","nonce":3508498595}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":3508498595},{"type":"v1","addr":"172.21.15.129:6803","nonce":3508498595}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":3508498595},{"type":"v1","addr":"172.21.15.129:6807","nonce":3508498595}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":3508498595},{"type":"v1","addr":"172.21.15.129:6805","nonce":3508498595}]},"public_addr":"172.21.15.129:6801/3508498595","cluster_addr":"172.21.15.129:6803/3508498595","heartbeat_back_addr":"172.21.15.129:6807/3508498595","heartbeat_front_addr":"172.21.15.129:6805/3508498595","state":["exists","up"]},{"osd":1,"uuid":"a51f29d2-176a-4079-a984-264a7418ff6e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":3492192208},{"type":"v1","addr":"172.21.15.80:6803","nonce":3492192208}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":3492192208},{"type":"v1","addr":"172.21.15.80:6805","nonce":3492192208}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6808","nonce":3492192208},{"type":"v1","addr":"172.21.15.80:6809","nonce":3492192208}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":3492192208},{"type":"v1","addr":"172.21.15.80:6807","nonce":3492192208}]},"public_addr":"172.21.15.80:6803/3492192208","cluster_addr":"172.21.15.80:6805/3492192208","heartbeat_back_addr":"172.21.15.80:6809/3492192208","heartbeat_front_addr":"172.21.15.80:6807/3492192208","state":["exists","up"]},{"osd":2,"uuid":"a27259d8-75d8-4d17-916e-76db4e1a24e0","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.129:6808","nonce":1929597079},{"type":"v1","addr":"172.21.15.129:6809","nonce":1929597079}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6810","nonce":1929597079},{"type":"v1","addr":"172.21.15.129:6811","nonce":1929597079}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6814","nonce":1929597079},{"type":"v1","addr":"172.21.15.129:6815","nonce":1929597079}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6812","nonce":1929597079},{"type":"v1","addr":"172.21.15.129:6813","nonce":1929597079}]},"public_addr":"172.21.15.129:6809/1929597079","cluster_addr":"172.21.15.129:6811/1929597079","heartbeat_back_addr":"172.21.15.129:6815/1929597079","heartbeat_front_addr":"172.21.15.129:6813/1929597079","state":["exists","up"]},{"osd":3,"uuid":"3e3af380-513c-4b55-b91b-793ae026d802","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6810","nonce":3469213992},{"type":"v1","addr":"172.21.15.80:6811","nonce":3469213992}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6812","nonce":3469213992},{"type":"v1","addr":"172.21.15.80:6813","nonce":3469213992}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6816","nonce":3469213992},{"type":"v1","addr":"172.21.15.80:6817","nonce":3469213992}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6814","nonce":3469213992},{"type":"v1","addr":"172.21.15.80:6815","nonce":3469213992}]},"public_addr":"172.21.15.80:6811/3469213992","cluster_addr":"172.21.15.80:6813/3469213992","heartbeat_back_addr":"172.21.15.80:6817/3469213992","heartbeat_front_addr":"172.21.15.80:6815/3469213992","state":["exists","up"]},{"osd":4,"uuid":"9bede474-176a-4e19-b536-f1fd82ce5f97","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.129:6816","nonce":3060587417},{"type":"v1","addr":"172.21.15.129:6817","nonce":3060587417}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6818","nonce":3060587417},{"type":"v1","addr":"172.21.15.129:6819","nonce":3060587417}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6822","nonce":3060587417},{"type":"v1","addr":"172.21.15.129:6823","nonce":3060587417}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6820","nonce":3060587417},{"type":"v1","addr":"172.21.15.129:6821","nonce":3060587417}]},"public_addr":"172.21.15.129:6817/3060587417","cluster_addr":"172.21.15.129:6819/3060587417","heartbeat_back_addr":"172.21.15.129:6823/3060587417","heartbeat_front_addr":"172.21.15.129:6821/3060587417","state":["exists","up"]},{"osd":5,"uuid":"d9d5e071-1986-4531-9197-3e4b6090262c","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.80:6818","nonce":3904673199},{"type":"v1","addr":"172.21.15.80:6819","nonce":3904673199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6820","nonce":3904673199},{"type":"v1","addr":"172.21.15.80:6821","nonce":3904673199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6824","nonce":3904673199},{"type":"v1","addr":"172.21.15.80:6825","nonce":3904673199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6822","nonce":3904673199},{"type":"v1","addr":"172.21.15.80:6823","nonce":3904673199}]},"public_addr":"172.21.15.80:6819/3904673199","cluster_addr":"172.21.15.80:6821/3904673199","heartbeat_back_addr":"172.21.15.80:6825/3904673199","heartbeat_front_addr":"172.21.15.80:6823/3904673199","state":["exists","up"]},{"osd":6,"uuid":"2c07824b-4119-41d5-a25a-cf7072443133","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.129:6824","nonce":950719518},{"type":"v1","addr":"172.21.15.129:6825","nonce":950719518}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6826","nonce":950719518},{"type":"v1","addr":"172.21.15.129:6827","nonce":950719518}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6830","nonce":950719518},{"type":"v1","addr":"172.21.15.129:6831","nonce":950719518}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6828","nonce":950719518},{"type":"v1","addr":"172.21.15.129:6829","nonce":950719518}]},"public_addr":"172.21.15.129:6825/950719518","cluster_addr":"172.21.15.129:6827/950719518","heartbeat_back_addr":"172.21.15.129:6831/950719518","heartbeat_front_addr":"172.21.15.129:6829/950719518","state":["exists","up"]},{"osd":7,"uuid":"2e07e821-0138-4138-8728-6e4a79d16980","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.80:6826","nonce":489079618},{"type":"v1","addr":"172.21.15.80:6827","nonce":489079618}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6828","nonce":489079618},{"type":"v1","addr":"172.21.15.80:6829","nonce":489079618}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6832","nonce":489079618},{"type":"v1","addr":"172.21.15.80:6833","nonce":489079618}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6830","nonce":489079618},{"type":"v1","addr":"172.21.15.80:6831","nonce":489079618}]},"public_addr":"172.21.15.80:6827/489079618","cluster_addr":"172.21.15.80:6829/489079618","heartbeat_back_addr":"172.21.15.80:6833/489079618","heartbeat_front_addr":"172.21.15.80:6831/489079618","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:15:49.541969+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:15:54.363052+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:15:54.321247+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:16:00.851686+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:15:59.043941+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:16:08.507812+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:16:04.097794+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:16:14.039974+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.80:6801/2195230172":"2023-12-26T20:14:09.992110+0000","172.21.15.80:0/77064329":"2023-12-26T20:14:09.992110+0000","172.21.15.80:0/3451255909":"2023-12-26T20:14:09.992110+0000","172.21.15.80:6801/3437431032":"2023-12-26T20:13:18.465930+0000","172.21.15.80:0/2907902102":"2023-12-26T20:13:18.465930+0000","172.21.15.80:6800/3437431032":"2023-12-26T20:13:18.465930+0000","172.21.15.80:0/1114084522":"2023-12-26T20:13:18.465930+0000","172.21.15.80:0/3430435400":"2023-12-26T20:12:52.228894+0000","172.21.15.80:0/1954294369":"2023-12-26T20:12:52.228894+0000","172.21.15.80:6801/289306249":"2023-12-26T20:12:52.228894+0000","172.21.15.80:6800/2195230172":"2023-12-26T20:14:09.992110+0000","172.21.15.80:6800/289306249":"2023-12-26T20:12:52.228894+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-25T20:16:36.547 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-25T20:16:36.548 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T20:16:36.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:36 smithi129 conmon[41175]: audit 2023-12-25T20:16:35.374505+0000 mon.smithi080 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:36.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:36 smithi129 conmon[41175]: audit 2023-12-25T20:16:35.891938+0000 mon.smithi080 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.80:0/3343323820' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T20:16:36.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:36 smithi080 conmon[36722]: audit 2023-12-25T20:16:35.374505+0000 mon.smithi080 (mon.0) 583 : 2023-12-25T20:16:36.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:36 smithi080 conmon[36722]: audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:16:36.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:36 smithi080 conmon[36722]: audit 2023-12-25T20:16:35.891938+0000 mon.smithi080 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.80:0/3343323820' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T20:16:36.886 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:16:37.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:37 smithi129 conmon[41175]: cluster 2023-12-25T20:16:36.018187+0000 mgr.smithi080.aipsvo (mgr.14180) 120 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:37.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:37 smithi080 conmon[36722]: cluster 2023-12-25T20:16:36.018187+0000 mgr.smithi080.aipsvo (mgr.14180) 120 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:38.469 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:16:38.469 INFO:teuthology.orchestra.run.smithi080.stdout:{"epoch":40,"fsid":"d1fa5dae-a361-11ee-95a5-87774f69a715","created":"2023-12-25T20:12:30.861958+0000","modified":"2023-12-25T20:16:16.667755+0000","last_up_change":"2023-12-25T20:16:15.476066+0000","last_in_change":"2023-12-25T20:15:35.116249+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-25T20:15:55.656565+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":"23","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":"4f9bcf64-6f62-40ed-b36c-05df331edade","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.129:6800","nonce":3508498595},{"type":"v1","addr":"172.21.15.129:6801","nonce":3508498595}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":3508498595},{"type":"v1","addr":"172.21.15.129:6803","nonce":3508498595}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":3508498595},{"type":"v1","addr":"172.21.15.129:6807","nonce":3508498595}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":3508498595},{"type":"v1","addr":"172.21.15.129:6805","nonce":3508498595}]},"public_addr":"172.21.15.129:6801/3508498595","cluster_addr":"172.21.15.129:6803/3508498595","heartbeat_back_addr":"172.21.15.129:6807/3508498595","heartbeat_front_addr":"172.21.15.129:6805/3508498595","state":["exists","up"]},{"osd":1,"uuid":"a51f29d2-176a-4079-a984-264a7418ff6e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":3492192208},{"type":"v1","addr":"172.21.15.80:6803","nonce":3492192208}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":3492192208},{"type":"v1","addr":"172.21.15.80:6805","nonce":3492192208}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6808","nonce":3492192208},{"type":"v1","addr":"172.21.15.80:6809","nonce":3492192208}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":3492192208},{"type":"v1","addr":"172.21.15.80:6807","nonce":3492192208}]},"public_addr":"172.21.15.80:6803/3492192208","cluster_addr":"172.21.15.80:6805/3492192208","heartbeat_back_addr":"172.21.15.80:6809/3492192208","heartbeat_front_addr":"172.21.15.80:6807/3492192208","state":["exists","up"]},{"osd":2,"uuid":"a27259d8-75d8-4d17-916e-76db4e1a24e0","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.129:6808","nonce":1929597079},{"type":"v1","addr":"172.21.15.129:6809","nonce":1929597079}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6810","nonce":1929597079},{"type":"v1","addr":"172.21.15.129:6811","nonce":1929597079}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6814","nonce":1929597079},{"type":"v1","addr":"172.21.15.129:6815","nonce":1929597079}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6812","nonce":1929597079},{"type":"v1","addr":"172.21.15.129:6813","nonce":1929597079}]},"public_addr":"172.21.15.129:6809/1929597079","cluster_addr":"172.21.15.129:6811/1929597079","heartbeat_back_addr":"172.21.15.129:6815/1929597079","heartbeat_front_addr":"172.21.15.129:6813/1929597079","state":["exists","up"]},{"osd":3,"uuid":"3e3af380-513c-4b55-b91b-793ae026d802","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6810","nonce":3469213992},{"type":"v1","addr":"172.21.15.80:6811","nonce":3469213992}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6812","nonce":3469213992},{"type":"v1","addr":"172.21.15.80:6813","nonce":3469213992}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6816","nonce":3469213992},{"type":"v1","addr":"172.21.15.80:6817","nonce":3469213992}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6814","nonce":3469213992},{"type":"v1","addr":"172.21.15.80:6815","nonce":3469213992}]},"public_addr":"172.21.15.80:6811/3469213992","cluster_addr":"172.21.15.80:6813/3469213992","heartbeat_back_addr":"172.21.15.80:6817/3469213992","heartbeat_front_addr":"172.21.15.80:6815/3469213992","state":["exists","up"]},{"osd":4,"uuid":"9bede474-176a-4e19-b536-f1fd82ce5f97","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.129:6816","nonce":3060587417},{"type":"v1","addr":"172.21.15.129:6817","nonce":3060587417}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6818","nonce":3060587417},{"type":"v1","addr":"172.21.15.129:6819","nonce":3060587417}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6822","nonce":3060587417},{"type":"v1","addr":"172.21.15.129:6823","nonce":3060587417}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6820","nonce":3060587417},{"type":"v1","addr":"172.21.15.129:6821","nonce":3060587417}]},"public_addr":"172.21.15.129:6817/3060587417","cluster_addr":"172.21.15.129:6819/3060587417","heartbeat_back_addr":"172.21.15.129:6823/3060587417","heartbeat_front_addr":"172.21.15.129:6821/3060587417","state":["exists","up"]},{"osd":5,"uuid":"d9d5e071-1986-4531-9197-3e4b6090262c","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.80:6818","nonce":3904673199},{"type":"v1","addr":"172.21.15.80:6819","nonce":3904673199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6820","nonce":3904673199},{"type":"v1","addr":"172.21.15.80:6821","nonce":3904673199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6824","nonce":3904673199},{"type":"v1","addr":"172.21.15.80:6825","nonce":3904673199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6822","nonce":3904673199},{"type":"v1","addr":"172.21.15.80:6823","nonce":3904673199}]},"public_addr":"172.21.15.80:6819/3904673199","cluster_addr":"172.21.15.80:6821/3904673199","heartbeat_back_addr":"172.21.15.80:6825/3904673199","heartbeat_front_addr":"172.21.15.80:6823/3904673199","state":["exists","up"]},{"osd":6,"uuid":"2c07824b-4119-41d5-a25a-cf7072443133","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.129:6824","nonce":950719518},{"type":"v1","addr":"172.21.15.129:6825","nonce":950719518}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6826","nonce":950719518},{"type":"v1","addr":"172.21.15.129:6827","nonce":950719518}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6830","nonce":950719518},{"type":"v1","addr":"172.21.15.129:6831","nonce":950719518}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6828","nonce":950719518},{"type":"v1","addr":"172.21.15.129:6829","nonce":950719518}]},"public_addr":"172.21.15.129:6825/950719518","cluster_addr":"172.21.15.129:6827/950719518","heartbeat_back_addr":"172.21.15.129:6831/950719518","heartbeat_front_addr":"172.21.15.129:6829/950719518","state":["exists","up"]},{"osd":7,"uuid":"2e07e821-0138-4138-8728-6e4a79d16980","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.80:6826","nonce":489079618},{"type":"v1","addr":"172.21.15.80:6827","nonce":489079618}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6828","nonce":489079618},{"type":"v1","addr":"172.21.15.80:6829","nonce":489079618}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6832","nonce":489079618},{"type":"v1","addr":"172.21.15.80:6833","nonce":489079618}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6830","nonce":489079618},{"type":"v1","addr":"172.21.15.80:6831","nonce":489079618}]},"public_addr":"172.21.15.80:6827/489079618","cluster_addr":"172.21.15.80:6829/489079618","heartbeat_back_addr":"172.21.15.80:6833/489079618","heartbeat_front_addr":"172.21.15.80:6831/489079618","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:15:49.541969+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:15:54.363052+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:15:54.321247+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:16:00.851686+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:15:59.043941+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:16:08.507812+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:16:04.097794+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-25T20:16:14.039974+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.80:6801/2195230172":"2023-12-26T20:14:09.992110+0000","172.21.15.80:0/77064329":"2023-12-26T20:14:09.992110+0000","172.21.15.80:0/3451255909":"2023-12-26T20:14:09.992110+0000","172.21.15.80:6801/3437431032":"2023-12-26T20:13:18.465930+0000","172.21.15.80:0/2907902102":"2023-12-26T20:13:18.465930+0000","172.21.15.80:6800/3437431032":"2023-12-26T20:13:18.465930+0000","172.21.15.80:0/1114084522":"2023-12-26T20:13:18.465930+0000","172.21.15.80:0/3430435400":"2023-12-26T20:12:52.228894+0000","172.21.15.80:0/1954294369":"2023-12-26T20:12:52.228894+0000","172.21.15.80:6801/289306249":"2023-12-26T20:12:52.228894+0000","172.21.15.80:6800/2195230172":"2023-12-26T20:14:09.992110+0000","172.21.15.80:6800/289306249":"2023-12-26T20:12:52.228894+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-25T20:16:39.078 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-25T20:16:39.414 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:16:39.636 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:39 smithi080 conmon[36722]: cluster 2023-12-25T20:16:38.018564+0000 mgr.smithi080.aipsvo (mgr.14180) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:39.636 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:39 smithi080 conmon[36722]: audit 2023-12-25T20:16:38.469034+0000 mon.smithi080 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.80:0/185820328' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T20:16:39.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:39 smithi129 conmon[41175]: cluster 2023-12-25T20:16:38.018564+0000 mgr.smithi080.aipsvo (mgr.14180) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:39.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:39 smithi129 conmon[41175]: audit 2023-12-25T20:16:38.469034+0000 mon.smithi080 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.80:0/185820328' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T20:16:41.445 INFO:teuthology.orchestra.run.smithi080.stdout:68719476748 2023-12-25T20:16:41.445 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-25T20:16:41.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:41 smithi129 conmon[41175]: cluster 2023-12-25T20:16:40.018888+0000 mgr.smithi080.aipsvo (mgr.14180) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:41.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:41 smithi080 conmon[36722]: cluster 2023-12-25T20:16:40.018888+0000 mgr.smithi080.aipsvo (mgr.14180) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:41.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:41 smithi080 conmon[36722]: 2023-12-25T20:16:41.781 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:16:43.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:43 smithi129 conmon[41175]: cluster 2023-12-25T20:16:42.019309+0000 mgr.smithi080.aipsvo (mgr.14180) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:43.772 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:43 smithi080 conmon[36722]: cluster 2023-12-25T20:16:42.019309+0000 mgr.smithi080.aipsvo (mgr.14180) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:43.927 INFO:teuthology.orchestra.run.smithi080.stdout:85899345932 2023-12-25T20:16:43.928 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-25T20:16:44.266 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:16:45.490 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:45 smithi080 conmon[36722]: cluster 2023-12-25T20:16:44.019666+0000 mgr.smithi080.aipsvo (mgr.14180) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:45.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:45 smithi129 conmon[41175]: cluster 2023-12-25T20:16:44.019666+0000 mgr.smithi080.aipsvo (mgr.14180) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:46.210 INFO:teuthology.orchestra.run.smithi080.stdout:85899345933 2023-12-25T20:16:46.210 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-25T20:16:46.543 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:16:46.954 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:46 smithi080 conmon[36722]: cluster 2023-12-25T20:16:46.020069+0000 mgr.smithi080.aipsvo (mgr.14180) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:46.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:46 smithi129 conmon[41175]: cluster 2023-12-25T20:16:46.020069+0000 mgr.smithi080.aipsvo (mgr.14180) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:48.517 INFO:teuthology.orchestra.run.smithi080.stdout:115964117004 2023-12-25T20:16:48.517 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-25T20:16:48.854 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:16:49.385 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:49 smithi080 conmon[36722]: cluster 2023-12-25T20:16:48.020501+0000 mgr.smithi080.aipsvo (mgr.14180) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:49.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:49 smithi129 conmon[41175]: cluster 2023-12-25T20:16:48.020501+0000 mgr.smithi080.aipsvo (mgr.14180) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:50.792 INFO:teuthology.orchestra.run.smithi080.stdout:107374182413 2023-12-25T20:16:50.792 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-25T20:16:51.129 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:16:51.339 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:51 smithi080 conmon[36722]: cluster 2023-12-25T20:16:50 2023-12-25T20:16:51.339 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:51 smithi080 conmon[36722]: .020760+0000 mgr.smithi080.aipsvo (mgr.14180) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:51 smithi129 conmon[41175]: cluster 2023-12-25T20:16:50.020760+0000 mgr.smithi080.aipsvo (mgr.14180) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:53.125 INFO:teuthology.orchestra.run.smithi080.stdout:146028888076 2023-12-25T20:16:53.125 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-25T20:16:53.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:53 smithi080 conmon[36722]: cluster 2023-12-25T20:16:52.021216+0000 mgr.smithi080.aipsvo (mgr.14180) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:53.456 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:16:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:53 smithi129 conmon[41175]: cluster 2023-12-25T20:16:52.021216+0000 mgr.smithi080.aipsvo (mgr.14180) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:55 smithi080 conmon[36722]: cluster 2023-12-25T20:16:54.021507+0000 mgr.smithi080.aipsvo (mgr.14180) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:55.424 INFO:teuthology.orchestra.run.smithi080.stdout:128849018893 2023-12-25T20:16:55.424 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-25T20:16:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:55 smithi129 conmon[41175]: cluster 2023-12-25T20:16:54.021507+0000 mgr.smithi080.aipsvo (mgr.14180) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:55.762 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:16:56.967 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:56 smithi080 conmon[36722]: cluster 2023-12-25T20:16:56.021999+0000 mgr.smithi080.aipsvo (mgr.14180) 130 : 2023-12-25T20:16:56.967 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:56 smithi080 conmon[36722]: cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:56.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:56 smithi129 conmon[41175]: cluster 2023-12-25T20:16:56.021999+0000 mgr.smithi080.aipsvo (mgr.14180) 130 : cluster [DBG] 2023-12-25T20:16:56.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:56 smithi129 conmon[41175]: pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:57.773 INFO:teuthology.orchestra.run.smithi080.stdout:163208757259 2023-12-25T20:16:57.774 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-25T20:16:58.104 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:16:59.400 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:16:59 smithi080 conmon[36722]: cluster 2023-12-25T20:16:58.022315+0000 mgr.smithi080.aipsvo (mgr.14180) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:59 smithi129 conmon[41175]: cluster 2023-12-25T20:16:58.022315+0000 mgr.smithi080.aipsvo (mgr.14180) 131 : cluster [DBG] 2023-12-25T20:16:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:16:59 smithi129 conmon[41175]: pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:16:59.783 INFO:teuthology.orchestra.run.smithi080.stdout:68719476752 2023-12-25T20:17:00.348 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:00 smithi080 conmon[36722]: audit 2023-12-25T20:16:59.784332+0000 mon.smithi080 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.80:0/3320016696' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-25T20:17:00.365 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476748 got 68719476752 for osd.0 2023-12-25T20:17:00.365 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-25T20:17:00.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:00 smithi129 conmon[41175]: audit 2023-12-25T20:16:59.784332+0000 mon.smithi080 (mon.0) 586 : audit [DBG] 2023-12-25T20:17:00.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:00 smithi129 conmon[41175]: from='client.? 172.21.15.80:0/3320016696' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-25T20:17:00.698 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:17:01.241 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:01 smithi080 conmon[36722]: cluster 2023-12-25T20:17:00.022744+0000 mgr.smithi080.aipsvo (mgr.14180) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:01 smithi129 conmon[41175]: cluster 2023-12-25T20:17:00.022744+0000 mgr.smithi080.aipsvo (mgr.14180) 132 : 2023-12-25T20:17:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:01 smithi129 conmon[41175]: cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:02.230 INFO:teuthology.orchestra.run.smithi080.stdout:85899345936 2023-12-25T20:17:02.889 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345932 got 85899345936 for osd.1 2023-12-25T20:17:02.889 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-25T20:17:03.220 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:17:03.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:03 smithi080 conmon[36722]: cluster 2023-12-25T20:17:02.023191+0000 mgr.smithi080.aipsvo (mgr.14180) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:03.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:03 smithi080 conmon[36722]: audit 2023-12-25T20:17:02.226809+0000 mon.smithi080 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.80:0/538748292' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-25T20:17:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:03 smithi129 conmon[41175]: cluster 2023-12-25T20:17:02.023191+0000 mgr.smithi080.aipsvo (mgr.14180) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:03 smithi129 conmon[41175]: audit 2023-12-25T20:17:02.226809+0000 mon.smithi080 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.80:0/538748292' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-25T20:17:04.802 INFO:teuthology.orchestra.run.smithi080.stdout:85899345936 2023-12-25T20:17:05.358 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:05 smithi080 conmon[36722]: cluster 2023-12-25T20:17:04.023558+0000 mgr.smithi080.aipsvo (mgr.14180) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:05.358 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:05 smithi080 conmon[36722]: audit 2023-12-25T20:17:04.803244+0000 mon.smithi080 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.80:0/361862084' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-25T20:17:05.372 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345933 got 85899345936 for osd.2 2023-12-25T20:17:05.372 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-25T20:17:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:05 smithi129 conmon[41175]: cluster 2023-12-25T20:17:04.023558+0000 mgr.smithi080.aipsvo (mgr.14180) 134 : cluster [DBG] 2023-12-25T20:17:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:05 smithi129 conmon[41175]: pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:05 smithi129 conmon[41175]: audit 2023-12-25T20:17:04.803244+0000 mon.smithi080 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.80:0/361862084' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-25T20:17:05.705 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:17:06.936 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:06 smithi080 conmon[36722]: cluster 2023-12-25T20:17:06.023884+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:17:06.936 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:06 smithi080 conmon[36722]: ) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:06.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:06 smithi129 conmon[41175]: cluster 2023-12-25T20:17:06.023884+0000 mgr.smithi080.aipsvo (mgr.14180) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:07.244 INFO:teuthology.orchestra.run.smithi080.stdout:115964117007 2023-12-25T20:17:07.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:07 smithi129 conmon[41175]: audit 2023-12-25T20:17:07.244855+0000 mon.smithi080 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.80:0/2530993538' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-25T20:17:08.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:07 smithi080 conmon[36722]: audit 2023-12-25T20:17:07.244855+0000 mon.smithi080 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.80:0/2530993538' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-25T20:17:08.049 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117004 got 115964117007 for osd.3 2023-12-25T20:17:08.049 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-25T20:17:08.383 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:17:08.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:08 smithi080 conmon[36722]: cluster 2023-12-25T20:17:08.024197+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:17:08.956 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:08 smithi080 conmon[36722]: 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:08.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:08 smithi129 conmon[41175]: cluster 2023-12-25T20:17:08.024197+0000 mgr.smithi080.aipsvo (mgr.14180) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:08.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:08 smithi129 conmon[41175]: 2023-12-25T20:17:09.969 INFO:teuthology.orchestra.run.smithi080.stdout:107374182417 2023-12-25T20:17:10.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:10 smithi080 conmon[36722]: audit 2023-12-25T20:17:09.969768+0000 mon.smithi080 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.80:0/2400920966' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-25T20:17:10.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:10 smithi129 conmon[41175]: audit 2023-12-25T20:17:09.969768+0000 mon.smithi080 (mon.0) 590 : 2023-12-25T20:17:10.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:10 smithi129 conmon[41175]: audit [DBG] from='client.? 172.21.15.80:0/2400920966' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-25T20:17:10.570 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182413 got 107374182417 for osd.4 2023-12-25T20:17:10.571 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-25T20:17:10.905 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:17:11.480 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:11 smithi080 conmon[36722]: cluster 2023-12-25T20:17:10.024454+0000 mgr.smithi080.aipsvo (mgr.14180) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:11 smithi129 conmon[41175]: cluster 2023-12-25T20:17:10.024454+0000 mgr.smithi080.aipsvo (mgr.14180) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:12.495 INFO:teuthology.orchestra.run.smithi080.stdout:146028888080 2023-12-25T20:17:13.088 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888076 got 146028888080 for osd.5 2023-12-25T20:17:13.089 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-25T20:17:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:13 smithi080 conmon[36722]: cluster 2023-12-25T20:17:12.024730+0000 mgr.smithi080.aipsvo (mgr.14180) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:13 smithi080 conmon[36722]: audit 2023-12-25T20:17:12.496390+0000 mon.smithi080 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.80:0/2269448978' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-25T20:17:13.425 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:17:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:13 smithi129 conmon[41175]: cluster 2023-12-25T20:17:12.024730+0000 mgr.smithi080.aipsvo (mgr.14180) 138 : cluster [DBG] 2023-12-25T20:17:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:13 smithi129 conmon[41175]: pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:13 smithi129 conmon[41175]: audit 2023-12-25T20:17:12.496390+0000 mon.smithi080 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.80:0/2269448978' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-25T20:17:15.006 INFO:teuthology.orchestra.run.smithi080.stdout:128849018897 2023-12-25T20:17:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:15 smithi129 conmon[41175]: cluster 2023-12-25T20:17:14.025073+0000 mgr.smithi080.aipsvo (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:15 smithi129 conmon[41175]: audit 2023-12-25T20:17:15.006570+0000 mon.smithi080 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.80:0/4002803910' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-25T20:17:15.513 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:15 smithi080 conmon[36722]: cluster 2023-12-25T20:17:14.025073+0000 mgr.smithi080.aipsvo (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:15.513 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:15 smithi080 conmon[36722]: audit 2023-12-25T20:17:15.006570+0000 mon.smithi080 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.80:0/4002803910' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-25T20:17:15.528 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018893 got 128849018897 for osd.6 2023-12-25T20:17:15.528 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-25T20:17:15.861 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:17:16.772 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:16 smithi080 conmon[36722]: cluster 2023-12-25T20:17:16.025490+0000 mgr.smithi080.aipsvo (mgr.14180) 140 2023-12-25T20:17:16.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:16 smithi080 conmon[36722]: : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:16.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:16 smithi129 conmon[41175]: cluster 2023-12-25T20:17:16.025490+0000 mgr.smithi080.aipsvo (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:17.444 INFO:teuthology.orchestra.run.smithi080.stdout:163208757263 2023-12-25T20:17:17.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:17 smithi080 conmon[36722]: audit 2023-12-25T20:17:17.445053+0000 mon.smithi080 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.80:0/4080784621' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-25T20:17:17.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:17 smithi129 conmon[41175]: audit 2023-12-25T20:17:17.445053+0000 mon.smithi080 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.80:0/4080784621' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-25T20:17:18.136 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757259 got 163208757263 for osd.7 2023-12-25T20:17:18.136 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-25T20:17:18.136 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-25T20:17:18.469 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:17:18.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:18 smithi129 conmon[41175]: cluster 2023-12-25T20:17:18.025947+0000 mgr.smithi080.aipsvo (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:19.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:18 smithi080 conmon[36722]: cluster 2023-12-25T20:17:18. 2023-12-25T20:17:19.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:18 smithi080 conmon[36722]: 025947+0000 mgr.smithi080.aipsvo (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:20.023 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:17:20.024 INFO:teuthology.orchestra.run.smithi080.stderr:dumped all 2023-12-25T20:17:20.611 INFO:teuthology.orchestra.run.smithi080.stdout:{"pg_ready":true,"pg_map":{"version":123,"stamp":"2023-12-25T20:17:18.025689+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":2379892,"kb_used_data":3124,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548556,"statfs":{"total":767926730752,"available":765489721344,"internally_reserved":0,"allocated":3198976,"data_stored":1263597,"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":"2023-12-25T20:16:17.310768+0000","last_change":"2023-12-25T20:16:17.310768+0000","last_active":"2023-12-25T20:16:17.310768+0000","last_peered":"2023-12-25T20:16:17.310768+0000","last_clean":"2023-12-25T20:16:17.310768+0000","last_became_active":"2023-12-25T20:16:17.310377+0000","last_became_peered":"2023-12-25T20:16:17.310377+0000","last_unstale":"2023-12-25T20:16:17.310768+0000","last_undegraded":"2023-12-25T20:16:17.310768+0000","last_fullsized":"2023-12-25T20:16:17.310768+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-25T20:15:56.390501+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-25T20:15:56.390501+0000","last_clean_scrub_stamp":"2023-12-25T20:15:56.390501+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":163208757263,"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":157784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29699999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.502}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41199999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46700000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40300000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57799999999999996}]}]},{"osd":5,"up_from":34,"seq":146028888081,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"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":157784,"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":"Mon Dec 25 20:17:12 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.48299999999999998}]},{"osd":1,"last update":"Mon Dec 25 20:17:12 2023","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":1.081,"5min":1.081,"15min":1.081},"last":0.27400000000000002},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":0.312}]},{"osd":2,"last update":"Mon Dec 25 20:17:12 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.46100000000000002}]},{"osd":3,"last update":"Mon Dec 25 20:17:12 2023","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":1.1379999999999999,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":1.125,"5min":1.125,"15min":1.125},"last":0.33100000000000002}]},{"osd":4,"last update":"Mon Dec 25 20:17:12 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.208,"5min":1.208,"15min":1.208},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.1040000000000001,"5min":1.1040000000000001,"15min":1.1040000000000001},"last":0.57499999999999996}]},{"osd":6,"last update":"Mon Dec 25 20:17:12 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.0629999999999999,"5min":1.0629999999999999,"15min":1.0629999999999999},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.47199999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38100000000000001}]}]},{"osd":1,"up_from":20,"seq":85899345939,"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":158049,"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":"Mon Dec 25 20:16:55 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.70099999999999996}]},{"osd":2,"last update":"Mon Dec 25 20:16:55 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.68799999999999994},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.56899999999999995}]},{"osd":3,"last update":"Mon Dec 25 20:17:05 2023","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.38200000000000001}]},{"osd":4,"last update":"Mon Dec 25 20:17:01 2023","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.626}]},{"osd":5,"last update":"Mon Dec 25 20:17:11 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.39900000000000002}]},{"osd":6,"last update":"Mon Dec 25 20:17:08 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.72699999999999998},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.55600000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42199999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476756,"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":158049,"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":"Mon Dec 25 20:16:58 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"last":0.61399999999999999}]},{"osd":2,"last update":"Mon Dec 25 20:16:58 2023","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.375}]},{"osd":3,"last update":"Mon Dec 25 20:17:06 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.58599999999999997}]},{"osd":4,"last update":"Mon Dec 25 20:17:01 2023","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.498}]},{"osd":5,"last update":"Mon Dec 25 20:17:14 2023","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.54000000000000004}]},{"osd":6,"last update":"Mon Dec 25 20:17:06 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.63800000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]}]},{"osd":2,"up_from":20,"seq":85899345939,"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":158049,"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":"Mon Dec 25 20:16:57 2023","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.317},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.373}]},{"osd":1,"last update":"Mon Dec 25 20:16:57 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.50600000000000001}]},{"osd":3,"last update":"Mon Dec 25 20:17:04 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.55700000000000005}]},{"osd":4,"last update":"Mon Dec 25 20:17:04 2023","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.436},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.35499999999999998}]},{"osd":5,"last update":"Mon Dec 25 20:17:14 2023","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.53000000000000003}]},{"osd":6,"last update":"Mon Dec 25 20:17:07 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.49399999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54800000000000004}]}]},{"osd":4,"up_from":25,"seq":107374182419,"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":158049,"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":"Mon Dec 25 20:17:02 2023","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.38400000000000001}]},{"osd":1,"last update":"Mon Dec 25 20:17:02 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.55400000000000005}]},{"osd":2,"last update":"Mon Dec 25 20:17:02 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.45200000000000001}]},{"osd":3,"last update":"Mon Dec 25 20:17:05 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.53700000000000003}]},{"osd":5,"last update":"Mon Dec 25 20:17:11 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.52000000000000002}]},{"osd":6,"last update":"Mon Dec 25 20:17:08 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.626},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.60199999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64900000000000002}]}]},{"osd":3,"up_from":27,"seq":115964117010,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":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":157784,"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":"Mon Dec 25 20:17:06 2023","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.73799999999999999}]},{"osd":1,"last update":"Mon Dec 25 20:17:06 2023","interfaces":[{"interface":"back","average":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.443},{"interface":"front","average":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.496,"5min":0.496,"15min":0.496},"last":0.46800000000000003}]},{"osd":2,"last update":"Mon Dec 25 20:17:06 2023","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.70399999999999996}]},{"osd":4,"last update":"Mon Dec 25 20:17:06 2023","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.60799999999999998}]},{"osd":5,"last update":"Mon Dec 25 20:17:15 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.45500000000000002}]},{"osd":6,"last update":"Mon Dec 25 20:17:06 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.69399999999999995}]},{"osd":7,"last update":"Mon Dec 25 20:17:15 2023","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.432},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.502}]}]},{"osd":6,"up_from":30,"seq":128849018898,"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":158049,"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":"Mon Dec 25 20:17:08 2023","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.31},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.41799999999999998}]},{"osd":1,"last update":"Mon Dec 25 20:17:08 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.54600000000000004}]},{"osd":2,"last update":"Mon Dec 25 20:17:08 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.377}]},{"osd":3,"last update":"Mon Dec 25 20:17:08 2023","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.51400000000000001}]},{"osd":4,"last update":"Mon Dec 25 20:17:08 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.49199999999999999}]},{"osd":5,"last update":"Mon Dec 25 20:17:12 2023","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.57899999999999996}]},{"osd":7,"last update":"Mon Dec 25 20:17:16 2023","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.58999999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-25T20:17:20.612 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-25T20:17:20.948 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:17:21.348 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:21 smithi080 conmon[36722]: audit 2023-12-25T20:17:20.021219+0000 mgr.smithi080.aipsvo (mgr.14180) 142 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:17:21.348 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:21 smithi080 conmon[36722]: cluster 2023-12-25T20:17:20.026232+0000 mgr.smithi080.aipsvo (mgr.14180) 143 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:21 smithi129 conmon[41175]: audit 2023-12-25T20:17:20.021219+0000 mgr.smithi080.aipsvo (mgr.14180) 142 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:17:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:21 smithi129 conmon[41175]: cluster 2023-12-25T20:17:20.026232+0000 mgr.smithi080.aipsvo (mgr.14180) 143 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:22.539 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:17:22.541 INFO:teuthology.orchestra.run.smithi080.stderr:dumped all 2023-12-25T20:17:23.161 INFO:teuthology.orchestra.run.smithi080.stdout:{"pg_ready":true,"pg_map":{"version":125,"stamp":"2023-12-25T20:17:22.026434+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":2379892,"kb_used_data":3124,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548556,"statfs":{"total":767926730752,"available":765489721344,"internally_reserved":0,"allocated":3198976,"data_stored":1263597,"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":"2023-12-25T20:16:17.310768+0000","last_change":"2023-12-25T20:16:17.310768+0000","last_active":"2023-12-25T20:16:17.310768+0000","last_peered":"2023-12-25T20:16:17.310768+0000","last_clean":"2023-12-25T20:16:17.310768+0000","last_became_active":"2023-12-25T20:16:17.310377+0000","last_became_peered":"2023-12-25T20:16:17.310377+0000","last_unstale":"2023-12-25T20:16:17.310768+0000","last_undegraded":"2023-12-25T20:16:17.310768+0000","last_fullsized":"2023-12-25T20:16:17.310768+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-25T20:15:56.390501+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-25T20:15:56.390501+0000","last_clean_scrub_stamp":"2023-12-25T20:15:56.390501+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":163208757264,"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":157784,"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":"Mon Dec 25 20:17:15 2023","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.65300000000000002}]},{"osd":1,"last update":"Mon Dec 25 20:17:15 2023","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"last":0.34100000000000003}]},{"osd":2,"last update":"Mon Dec 25 20:17:15 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.622}]},{"osd":3,"last update":"Mon Dec 25 20:17:15 2023","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.436}]},{"osd":4,"last update":"Mon Dec 25 20:17:15 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.71999999999999997}]},{"osd":5,"last update":"Mon Dec 25 20:17:15 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.503}]},{"osd":6,"last update":"Mon Dec 25 20:17:15 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.68300000000000005}]}]},{"osd":5,"up_from":34,"seq":146028888082,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"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":157784,"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":"Mon Dec 25 20:17:12 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.56200000000000006}]},{"osd":1,"last update":"Mon Dec 25 20:17:12 2023","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":1.081,"5min":1.081,"15min":1.081},"last":0.309},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":0.36399999999999999}]},{"osd":2,"last update":"Mon Dec 25 20:17:12 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.52100000000000002}]},{"osd":3,"last update":"Mon Dec 25 20:17:12 2023","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":1.1379999999999999,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":1.125,"5min":1.125,"15min":1.125},"last":0.34100000000000003}]},{"osd":4,"last update":"Mon Dec 25 20:17:12 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.208,"5min":1.208,"15min":1.208},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.1040000000000001,"5min":1.1040000000000001,"15min":1.1040000000000001},"last":0.503}]},{"osd":6,"last update":"Mon Dec 25 20:17:12 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.0629999999999999,"5min":1.0629999999999999,"15min":1.0629999999999999},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.57499999999999996}]},{"osd":7,"last update":"Mon Dec 25 20:17:19 2023","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.093,"5min":1.093,"15min":1.093},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.1639999999999999,"5min":1.1639999999999999,"15min":1.1639999999999999},"last":0.378}]}]},{"osd":1,"up_from":20,"seq":85899345940,"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":158049,"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":"Mon Dec 25 20:16:55 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.49099999999999999}]},{"osd":2,"last update":"Mon Dec 25 20:16:55 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.497}]},{"osd":3,"last update":"Mon Dec 25 20:17:05 2023","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.38600000000000001}]},{"osd":4,"last update":"Mon Dec 25 20:17:01 2023","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.46000000000000002}]},{"osd":5,"last update":"Mon Dec 25 20:17:11 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.33700000000000002}]},{"osd":6,"last update":"Mon Dec 25 20:17:08 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.46999999999999997}]},{"osd":7,"last update":"Mon Dec 25 20:17:17 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.36299999999999999},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.441}]}]},{"osd":0,"up_from":16,"seq":68719476756,"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":158049,"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":"Mon Dec 25 20:16:58 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"last":0.61399999999999999}]},{"osd":2,"last update":"Mon Dec 25 20:16:58 2023","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.375}]},{"osd":3,"last update":"Mon Dec 25 20:17:06 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.58599999999999997}]},{"osd":4,"last update":"Mon Dec 25 20:17:01 2023","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.498}]},{"osd":5,"last update":"Mon Dec 25 20:17:14 2023","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.54000000000000004}]},{"osd":6,"last update":"Mon Dec 25 20:17:06 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.63800000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]}]},{"osd":2,"up_from":20,"seq":85899345940,"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":158049,"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":"Mon Dec 25 20:16:57 2023","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.32100000000000001}]},{"osd":1,"last update":"Mon Dec 25 20:16:57 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.376},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.47099999999999997}]},{"osd":3,"last update":"Mon Dec 25 20:17:04 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.86099999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.498}]},{"osd":4,"last update":"Mon Dec 25 20:17:04 2023","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.439},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.45400000000000001}]},{"osd":5,"last update":"Mon Dec 25 20:17:14 2023","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.55200000000000005}]},{"osd":6,"last update":"Mon Dec 25 20:17:07 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.57999999999999996}]},{"osd":7,"last update":"Mon Dec 25 20:17:16 2023","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.53400000000000003}]}]},{"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":158049,"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":"Mon Dec 25 20:17:02 2023","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.55400000000000005}]},{"osd":1,"last update":"Mon Dec 25 20:17:02 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.58799999999999997}]},{"osd":2,"last update":"Mon Dec 25 20:17:02 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.628},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.66100000000000003}]},{"osd":3,"last update":"Mon Dec 25 20:17:05 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.67800000000000005}]},{"osd":5,"last update":"Mon Dec 25 20:17:11 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.69399999999999995}]},{"osd":6,"last update":"Mon Dec 25 20:17:08 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.64000000000000001}]},{"osd":7,"last update":"Mon Dec 25 20:17:18 2023","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.754}]}]},{"osd":3,"up_from":27,"seq":115964117010,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":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":157784,"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":"Mon Dec 25 20:17:06 2023","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.73799999999999999}]},{"osd":1,"last update":"Mon Dec 25 20:17:06 2023","interfaces":[{"interface":"back","average":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.443},{"interface":"front","average":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.496,"5min":0.496,"15min":0.496},"last":0.46800000000000003}]},{"osd":2,"last update":"Mon Dec 25 20:17:06 2023","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.70399999999999996}]},{"osd":4,"last update":"Mon Dec 25 20:17:06 2023","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.60799999999999998}]},{"osd":5,"last update":"Mon Dec 25 20:17:15 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.45500000000000002}]},{"osd":6,"last update":"Mon Dec 25 20:17:06 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.69399999999999995}]},{"osd":7,"last update":"Mon Dec 25 20:17:15 2023","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.432},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.502}]}]},{"osd":6,"up_from":30,"seq":128849018899,"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":158049,"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":"Mon Dec 25 20:17:08 2023","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.55300000000000005}]},{"osd":1,"last update":"Mon Dec 25 20:17:08 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.48699999999999999}]},{"osd":2,"last update":"Mon Dec 25 20:17:08 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.504}]},{"osd":3,"last update":"Mon Dec 25 20:17:08 2023","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.68799999999999994}]},{"osd":4,"last update":"Mon Dec 25 20:17:08 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.88500000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"last":0.66900000000000004},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.73599999999999999}]},{"osd":5,"last update":"Mon Dec 25 20:17:12 2023","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.72499999999999998}]},{"osd":7,"last update":"Mon Dec 25 20:17:16 2023","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"last":0.623},{"interface":"front","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.80300000000000005}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-25T20:17:23.162 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-25T20:17:23.162 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-25T20:17:23.163 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-25T20:17:23.163 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-25T20:17:23.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:23 smithi080 conmon[36722]: cluster 2023-12-25T20:17:22.026582+0000 mgr.smithi080.aipsvo (mgr.14180) 144 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:23.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:23 smithi080 conmon[36722]: audit 2023-12-25T20:17:22.537692+0000 mgr.smithi080.aipsvo (mgr.14180) 145 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:17:23.496 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/mon.smithi080/config 2023-12-25T20:17:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:23 smithi129 conmon[41175]: cluster 2023-12-25T20:17:22.026582+0000 mgr.smithi080.aipsvo (mgr.14180) 144 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:23 smithi129 conmon[41175]: audit 2023-12-25T20:17:22.537692+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:17:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:23 smithi129 conmon[41175]: 14180) 145 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:17:25.166 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:17:25.427 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:25 smithi080 conmon[36722]: cluster 2023-12-25T20:17:24.026919+0000 mgr.smithi080.aipsvo (mgr.14180) 146 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:25 smithi129 conmon[41175]: cluster 2023-12-25T20:17:24.026919+0000 mgr.smithi080.aipsvo (mgr.14180) 146 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:25.859 INFO:teuthology.orchestra.run.smithi080.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-25T20:17:25.860 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-25T20:17:25.860 INFO:tasks.cephadm:Setup complete, yielding 2023-12-25T20:17:25.860 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T20:17:25.871 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi080.front.sepia.ceph.com 2023-12-25T20:17:25.872 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-25T20:17:26.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:26 smithi080 conmon[36722]: audit 2023-12-25T20:17:25.166524+0000 mon.smithi080 (mon.0 2023-12-25T20:17:26.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:26 smithi080 conmon[36722]: ) 594 : audit [DBG] from='client.? 172.21.15.80:0/763547310' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-25T20:17:26.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:26 smithi129 conmon[41175]: audit 2023-12-25T20:17:25.166524+0000 mon.smithi080 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.80:0/763547310' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-25T20:17:26.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:26 smithi129 conmon[41175]: 2023-12-25T20:17:27.351 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:27 smithi080 conmon[36722]: cluster 2023-12-25T20:17:26.027243+0000 mgr.smithi080.aipsvo (mgr.14180) 147 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:27.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:27 smithi129 conmon[41175]: cluster 2023-12-25T20:17:26.027243+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:17:27.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:27 smithi129 conmon[41175]: mgr.14180) 147 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:27.707 INFO:teuthology.orchestra.run.smithi080.stdout:Backend: cephadm 2023-12-25T20:17:27.707 INFO:teuthology.orchestra.run.smithi080.stdout:Available: Yes 2023-12-25T20:17:27.707 INFO:teuthology.orchestra.run.smithi080.stdout:Paused: No 2023-12-25T20:17:28.277 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-25T20:17:29.457 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:29 smithi080 conmon[36722]: audit 2023-12-25T20:17:27.707421+0000 mgr.smithi080.aipsvo (mgr.14180) 148 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:17:29.457 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:29 smithi080 conmon[36722]: cluster 2023-12-25T20:17:28.027581+0000 mgr.smithi080.aipsvo (mgr.14180) 149 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:29 smithi129 conmon[41175]: audit 2023-12-25T20:17:27.707421+0000 mgr.smithi080.aipsvo (mgr.14180) 148 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:17:29.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:29 smithi129 conmon[41175]: 2023-12-25T20:17:29.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:29 smithi129 conmon[41175]: cluster 2023-12-25T20:17:28.027581+0000 mgr.smithi080.aipsvo (mgr.14180) 149 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:30.020 INFO:teuthology.orchestra.run.smithi080.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T20:17:30.020 INFO:teuthology.orchestra.run.smithi080.stdout:alertmanager.smithi080 smithi080 *:9093,9094 running (2m) 70s ago 3m - - 0.23.0 ba2b418f427c a381d424f210 2023-12-25T20:17:30.020 INFO:teuthology.orchestra.run.smithi080.stdout:crash.smithi080 smithi080 running (3m) 70s ago 3m - - 16.2.14-385-gb14a0a10 49d1f3e5e58d 59a01aff5b63 2023-12-25T20:17:30.020 INFO:teuthology.orchestra.run.smithi080.stdout:crash.smithi129 smithi129 running (2m) 73s ago 2m 7411k - 16.2.14-385-gb14a0a10 49d1f3e5e58d d49550ccd78b 2023-12-25T20:17:30.020 INFO:teuthology.orchestra.run.smithi080.stdout:grafana.smithi080 smithi080 *:3000 running (2m) 70s ago 3m - - 8.3.5 dad864ee21e9 aee2a34b6bd3 2023-12-25T20:17:30.020 INFO:teuthology.orchestra.run.smithi080.stdout:mgr.smithi080.aipsvo smithi080 *:9283 running (4m) 70s ago 4m - - 16.2.14-385-gb14a0a10 49d1f3e5e58d c3af8d2429b2 2023-12-25T20:17:30.020 INFO:teuthology.orchestra.run.smithi080.stdout:mgr.smithi129.rnvyry smithi129 *:8443,9283 running (2m) 73s ago 2m 394M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 8af7078b980c 2023-12-25T20:17:30.020 INFO:teuthology.orchestra.run.smithi080.stdout:mon.smithi080 smithi080 running (4m) 70s ago 4m - 2048M 16.2.14-385-gb14a0a10 49d1f3e5e58d bd5892f56c55 2023-12-25T20:17:30.020 INFO:teuthology.orchestra.run.smithi080.stdout:mon.smithi129 smithi129 running (2m) 73s ago 2m 69.0M 2048M 16.2.14-385-gb14a0a10 49d1f3e5e58d c8d60843ff13 2023-12-25T20:17:30.020 INFO:teuthology.orchestra.run.smithi080.stdout:node-exporter.smithi080 smithi080 *:9100 running (3m) 70s ago 3m - - 1.3.1 1dbe0e931976 674539678ab4 2023-12-25T20:17:30.020 INFO:teuthology.orchestra.run.smithi080.stdout:node-exporter.smithi129 smithi129 *:9100 running (2m) 73s ago 2m 24.0M - 1.3.1 1dbe0e931976 27b08af9e8c9 2023-12-25T20:17:30.020 INFO:teuthology.orchestra.run.smithi080.stdout:osd.0 smithi129 running (104s) 73s ago 104s 36.4M 3990M 16.2.14-385-gb14a0a10 49d1f3e5e58d c36df69a852c 2023-12-25T20:17:30.020 INFO:teuthology.orchestra.run.smithi080.stdout:osd.1 smithi080 running (100s) 70s ago 99s - 3222M 16.2.14-385-gb14a0a10 49d1f3e5e58d fbacbea46f52 2023-12-25T20:17:30.021 INFO:teuthology.orchestra.run.smithi080.stdout:osd.2 smithi129 running (100s) 73s ago 99s 32.2M 3990M 16.2.14-385-gb14a0a10 49d1f3e5e58d e9d4f1d750af 2023-12-25T20:17:30.021 INFO:teuthology.orchestra.run.smithi080.stdout:osd.3 smithi080 running (93s) 70s ago 93s - 3222M 16.2.14-385-gb14a0a10 49d1f3e5e58d d86c446dfc1b 2023-12-25T20:17:30.021 INFO:teuthology.orchestra.run.smithi080.stdout:osd.4 smithi129 running (95s) 73s ago 95s 32.5M 3990M 16.2.14-385-gb14a0a10 49d1f3e5e58d 10f9e1f2ecc3 2023-12-25T20:17:30.021 INFO:teuthology.orchestra.run.smithi080.stdout:osd.5 smithi080 running (86s) 70s ago 85s - 3222M 16.2.14-385-gb14a0a10 49d1f3e5e58d 15efc1c91b0d 2023-12-25T20:17:30.021 INFO:teuthology.orchestra.run.smithi080.stdout:osd.6 smithi129 running (90s) 73s ago 90s 29.0M 3990M 16.2.14-385-gb14a0a10 49d1f3e5e58d ee02d2c07449 2023-12-25T20:17:30.021 INFO:teuthology.orchestra.run.smithi080.stdout:osd.7 smithi080 running (80s) 70s ago 79s - 3222M 16.2.14-385-gb14a0a10 49d1f3e5e58d 34ea23cda3c9 2023-12-25T20:17:30.021 INFO:teuthology.orchestra.run.smithi080.stdout:prometheus.smithi080 smithi080 *:9095 running (2m) 70s ago 3m - - 2.33.4 514e6a882f6e 3a0785bbc2e7 2023-12-25T20:17:30.560 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-25T20:17:31.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:31 smithi080 conmon[36722]: audit 2023-12-25T20:17:30.012949+0000 mgr.smithi080.aipsvo (mgr.14180) 150 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:17:31.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:31 smithi080 conmon[36722]: cluster 2023-12-25T20:17:30.027857+0000 mgr.smithi080.aipsvo (mgr.14180) 151 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:31 smithi129 conmon[41175]: audit 2023-12-25T20:17:30.012949+0000 mgr.smithi080.aipsvo (mgr.14180) 150 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:17:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:31 smithi129 conmon[41175]: cluster 2023-12-25T20:17:30.027857+0000 mgr.smithi080.aipsvo (mgr.14180) 151 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:32.405 INFO:teuthology.orchestra.run.smithi080.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-25T20:17:32.405 INFO:teuthology.orchestra.run.smithi080.stdout:alertmanager ?:9093,9094 1/1 72s ago 4m count:1 2023-12-25T20:17:32.405 INFO:teuthology.orchestra.run.smithi080.stdout:crash 2/2 76s ago 4m * 2023-12-25T20:17:32.405 INFO:teuthology.orchestra.run.smithi080.stdout:grafana ?:3000 1/1 72s ago 4m count:1 2023-12-25T20:17:32.405 INFO:teuthology.orchestra.run.smithi080.stdout:mgr 2/2 76s ago 4m count:2 2023-12-25T20:17:32.405 INFO:teuthology.orchestra.run.smithi080.stdout:mon 2/2 76s ago 3m smithi080:172.21.15.80=smithi080;smithi129:172.21.15.129=smithi129;count:2 2023-12-25T20:17:32.405 INFO:teuthology.orchestra.run.smithi080.stdout:node-exporter ?:9100 2/2 76s ago 4m * 2023-12-25T20:17:32.406 INFO:teuthology.orchestra.run.smithi080.stdout:osd.all-available-devices 8 76s ago 2m * 2023-12-25T20:17:32.406 INFO:teuthology.orchestra.run.smithi080.stdout:prometheus ?:9095 1/1 72s ago 4m count:1 2023-12-25T20:17:33.009 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-25T20:17:33.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:33 smithi080 conmon[36722]: cluster 2023-12-25T20:17:32.028181+0000 mgr.smithi080.aipsvo (mgr.14180) 152 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:33.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:33 smithi080 conmon[36722]: audit 2023-12-25T20:17:32.400834+0000 mgr.smithi080.aipsvo (mgr.14180) 153 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:17:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:33 smithi129 conmon[41175]: cluster 2023-12-25T20:17:32.028181+0000 mgr.smithi080.aipsvo (mgr.14180) 152 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:33 smithi129 conmon[41175]: audit 2023-12-25T20:17:32.400834+0000 mgr.smithi080.aipsvo (mgr.14180) 153 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:17:34.758 INFO:teuthology.orchestra.run.smithi080.stdout:HOST ADDR LABELS STATUS 2023-12-25T20:17:34.758 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 172.21.15.80 2023-12-25T20:17:34.758 INFO:teuthology.orchestra.run.smithi080.stdout:smithi129 172.21.15.129 2023-12-25T20:17:34.758 INFO:teuthology.orchestra.run.smithi080.stdout:2 hosts in cluster 2023-12-25T20:17:35.334 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-25T20:17:35.361 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:35 smithi080 conmon[36722]: cluster 2023-12-25T20:17:34.028619+0000 mgr.smithi080.aipsvo (mgr.14180) 154 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:35 smithi129 conmon[41175]: cluster 2023-12-25T20:17:34.028619+0000 mgr.smithi080.aipsvo (mgr.14180) 154 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:36.219 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:36 smithi080 conmon[36722]: audit 2023-12-25T20:17:34.758515+0000 mgr.smithi080.aipsvo (mgr.14180) 155 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:17:36.219 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:36 smithi080 conmon[36722]: audit 2023-12 2023-12-25T20:17:36.219 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:36 smithi080 conmon[36722]: -25T20:17:35.376690+0000 mon.smithi080 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:17:36.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:36 smithi129 conmon[41175]: audit 2023-12-25T20:17:34.758515+0000 mgr.smithi080.aipsvo (mgr.14180) 155 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:17:36.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:36 smithi129 conmon[41175]: audit 2023-12-25T20:17:35.376690+0000 mon.smithi080 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:17:37.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:37 smithi080 conmon[36722]: cluster 2023-12-25T20:17:36.028935+0000 mgr.smithi080.aipsvo (mgr.14180) 156 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:37.245 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:37 smithi080 conmon[36722]: audit 2023-12-25T20:17:36.983491+0000 mon.smithi080 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:37.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:37 smithi129 conmon[41175]: cluster 2023-12-25T20:17:36.028935+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:17:37.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:37 smithi129 conmon[41175]: .14180) 156 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:37.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:37 smithi129 conmon[41175]: audit 2023-12-25T20:17:36.983491+0000 mon.smithi080 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:37.927 INFO:teuthology.orchestra.run.smithi080.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-25T20:17:37.928 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204014T400BGN 372G 74s ago LVM detected, locked 2023-12-25T20:17:37.928 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme1n1 ssd Linux_54fb0751bc99c3802924 89.4G 74s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:37.928 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme2n1 ssd Linux_e0f9d717613cae94fcbe 89.4G 74s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:37.928 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme3n1 ssd Linux_7389b8d5b188b3b35450 89.4G 74s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:37.928 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme4n1 ssd Linux_f14a36eee20198c44504 89.4G 74s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:37.928 INFO:teuthology.orchestra.run.smithi080.stdout:smithi129 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300HY400BGN 372G 78s ago LVM detected, locked 2023-12-25T20:17:37.928 INFO:teuthology.orchestra.run.smithi080.stdout:smithi129 /dev/nvme1n1 ssd Linux_f4a7b4a937422e8be02c 89.4G 78s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:37.928 INFO:teuthology.orchestra.run.smithi080.stdout:smithi129 /dev/nvme2n1 ssd Linux_ba8fb53dc6357e432f61 89.4G 78s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:37.928 INFO:teuthology.orchestra.run.smithi080.stdout:smithi129 /dev/nvme3n1 ssd Linux_94ff3b58a687be9638fb 89.4G 78s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:37.928 INFO:teuthology.orchestra.run.smithi080.stdout:smithi129 /dev/nvme4n1 ssd Linux_d9fcd1a264fb124e5872 89.4G 78s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:38.634 INFO:teuthology.run_tasks:Running task vip... 2023-12-25T20:17:38.644 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-25T20:17:38.644 INFO:tasks.vip:peername 172.21.15.80 2023-12-25T20:17:38.647 INFO:tasks.vip:172.21.15.80 in 172.21.0.0/20, pos 3919 2023-12-25T20:17:38.652 INFO:tasks.vip:smithi080.front.sepia.ceph.com static 10.0.15.80, vnet 10.0.0.0/16 2023-12-25T20:17:38.652 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-25T20:17:38.653 DEBUG:teuthology.orchestra.run.smithi080:> sudo ip route ls 2023-12-25T20:17:38.707 INFO:teuthology.orchestra.run.smithi080.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-25T20:17:38.707 INFO:teuthology.orchestra.run.smithi080.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.80 metric 100 2023-12-25T20:17:38.708 INFO:tasks.vip:Configuring 10.0.15.80 on smithi080.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T20:17:38.708 DEBUG:teuthology.orchestra.run.smithi080:> sudo ip addr add 10.0.15.80/16 dev enp3s0f1 2023-12-25T20:17:38.776 INFO:tasks.vip:peername 172.21.15.129 2023-12-25T20:17:38.779 INFO:tasks.vip:172.21.15.129 in 172.21.0.0/20, pos 3968 2023-12-25T20:17:38.783 INFO:tasks.vip:smithi129.front.sepia.ceph.com static 10.0.15.129, vnet 10.0.0.0/16 2023-12-25T20:17:38.783 DEBUG:teuthology.orchestra.run.smithi129:> sudo ip route ls 2023-12-25T20:17:38.820 INFO:teuthology.orchestra.run.smithi129.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-25T20:17:38.821 INFO:teuthology.orchestra.run.smithi129.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.129 metric 100 2023-12-25T20:17:38.822 INFO:tasks.vip:Configuring 10.0.15.129 on smithi129.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T20:17:38.822 DEBUG:teuthology.orchestra.run.smithi129:> sudo ip addr add 10.0.15.129/16 dev enp3s0f1 2023-12-25T20:17:38.893 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T20:17:38.902 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi080.front.sepia.ceph.com 2023-12-25T20:17:38.902 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-25T20:17:39.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:39 smithi080 conmon[36722]: audit 2023-12-25T20:17:37.926497+0000 mgr.smithi080.aipsvo (mgr.14180) 157 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:17:39.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:39 smithi080 conmon[36722]: cluster 2023-12-25T20:17:38.029297+0000 mgr.smithi080.aipsvo (mgr.14180) 158 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:39 smithi129 conmon[41175]: audit 2023-12-25T20:17:37.926497+0000 mgr.smithi080.aipsvo (mgr.14180) 157 : audit 2023-12-25T20:17:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:39 smithi129 conmon[41175]: [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:17:39.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:39 smithi129 conmon[41175]: cluster 2023-12-25T20:17:38.029297+0000 mgr.smithi080.aipsvo (mgr.14180) 158 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:40.946 INFO:teuthology.orchestra.run.smithi080.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-25T20:17:40.946 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204014T400BGN 372G 77s ago LVM detected, locked 2023-12-25T20:17:40.946 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme1n1 ssd Linux_54fb0751bc99c3802924 89.4G 77s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:40.947 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme2n1 ssd Linux_e0f9d717613cae94fcbe 89.4G 77s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:40.947 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme3n1 ssd Linux_7389b8d5b188b3b35450 89.4G 77s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:40.947 INFO:teuthology.orchestra.run.smithi080.stdout:smithi080 /dev/nvme4n1 ssd Linux_f14a36eee20198c44504 89.4G 77s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:40.947 INFO:teuthology.orchestra.run.smithi080.stdout:smithi129 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300HY400BGN 372G 81s ago LVM detected, locked 2023-12-25T20:17:40.947 INFO:teuthology.orchestra.run.smithi080.stdout:smithi129 /dev/nvme1n1 ssd Linux_f4a7b4a937422e8be02c 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:40.947 INFO:teuthology.orchestra.run.smithi080.stdout:smithi129 /dev/nvme2n1 ssd Linux_ba8fb53dc6357e432f61 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:40.947 INFO:teuthology.orchestra.run.smithi080.stdout:smithi129 /dev/nvme3n1 ssd Linux_94ff3b58a687be9638fb 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:40.947 INFO:teuthology.orchestra.run.smithi080.stdout:smithi129 /dev/nvme4n1 ssd Linux_d9fcd1a264fb124e5872 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T20:17:41.611 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:41 smithi080 conmon[36722]: cluster 2023-12-25T20:17:40.029534+0000 mgr.smithi080.aipsvo (mgr.14180) 159 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:41.612 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:41 smithi080 conmon[36722]: audit 2023-12-25T20:17:40.330956+0000 mon.smithi080 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:41.612 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:41 smithi080 conmon[36722]: audit 2023-12-25T20:17:40.649059+0000 mon.smithi080 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:17:41.612 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:41 smithi080 conmon[36722]: audit 2023-12-25T20:17:40.649693+0000 mon.smithi080 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:17:41.612 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:41 smithi080 conmon[36722]: audit 2023-12-25T20:17:40.653905+0000 mon.smithi080 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:41.612 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:41 smithi080 conmon[36722]: audit 2023-12-25T20:17:40.657400+0000 mon.smithi080 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:17:41.612 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:41 smithi080 conmon[36722]: audit 2023-12-25T20:17:40.976099+0000 mon.smithi080 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:17:41.630 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-12-25T20:17:41.639 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.80/16' 2023-12-25T20:17:41.640 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch apply -i - 2023-12-25T20:17:41.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:41 smithi129 conmon[41175]: cluster 2023-12-25T20:17:40.029534+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:17:41.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:41 smithi129 conmon[41175]: ) 159 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:41.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:41 smithi129 conmon[41175]: audit 2023-12-25T20:17:40.330956+0000 mon.smithi080 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:41.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:41 smithi129 conmon[41175]: audit 2023-12-25T20:17:40.649059+0000 mon.smithi080 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:17:41.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:41 smithi129 conmon[41175]: audit 2023-12-25T20:17:40.649693+0000 mon.smithi080 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:17:41.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:41 smithi129 conmon[41175]: audit 2023-12-25T20:17:40.653905+0000 mon.smithi080 (mon.0) 600 2023-12-25T20:17:41.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:41 smithi129 conmon[41175]: : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:41.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:41 smithi129 conmon[41175]: audit 2023-12-25T20:17:40.657400+0000 mon.smithi080 (mon.0) 601 : audit [DBG] 2023-12-25T20:17:41.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:41 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:17:41.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:41 smithi129 conmon[41175]: audit 2023-12-25T 2023-12-25T20:17:41.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:41 smithi129 conmon[41175]: 20:17:40.976099+0000 mon.smithi080 (mon.0) 602 : audit 2023-12-25T20:17:41.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:41 smithi129 conmon[41175]: [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:17:42.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:42 smithi129 conmon[41175]: audit 2023-12-25T20:17:40.944829+0000 mgr.smithi080.aipsvo (mgr.14180) 160 2023-12-25T20:17:42.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:42 smithi129 conmon[41175]: : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:17:42.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:42 smithi080 conmon[36722]: audit 2023-12-25T20:17:40.944829+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:17:42.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:42 smithi080 conmon[36722]: 160 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:17:43.670 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:43 smithi080 conmon[36722]: cluster 2023-12-25T20: 2023-12-25T20:17:43.670 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:43 smithi080 conmon[36722]: 17:42.029861+0000 mgr.smithi080.aipsvo (mgr.14180) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:43.670 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:43 smithi080 conmon[36722]: audit 2023-12-25T20:17:42.563054+0000 mon.smithi080 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:43.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:43 smithi129 conmon[41175]: cluster 2023-12-25T20:17:42.029861+0000 mgr.smithi080.aipsvo (mgr.14180) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:43.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:43 smithi129 conmon[41175]: audit 2023-12-25T20:17:42.563054+0000 mon.smithi080 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:44.011 INFO:teuthology.orchestra.run.smithi080.stdout:Scheduled rgw.foo update... 2023-12-25T20:17:44.011 INFO:teuthology.orchestra.run.smithi080.stdout:Scheduled ingress.rgw.foo update... 2023-12-25T20:17:44.877 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-25T20:17:44.889 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2023-12-25T20:17:44.889 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:17:45.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:45 smithi129 conmon[41175]: audit 2023-12-25T20:17:44.000263+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:17:45.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:45 smithi129 conmon[41175]: 162 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:17:45.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:45 smithi129 conmon[41175]: cephadm 2023-12-25T20:17:44.003813+0000 mgr.smithi080.aipsvo (mgr.14180) 163 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-25T20:17:45.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:45 smithi129 conmon[41175]: audit 2023-12-25T20:17:44.007361+0000 mon.smithi080 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:45.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:45 smithi129 conmon[41175]: cephadm 2023-12-25T20:17:44.007937+0000 mgr.smithi080.aipsvo (mgr.14180) 164 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-12-25T20:17:45.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:45 smithi129 conmon[41175]: audit 2023-12-25T20:17:44.011454+0000 mon.smithi080 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:45.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:45 smithi129 conmon[41175]: cluster 2023-12-25T20:17:44.030191+0000 mgr.smithi080.aipsvo (mgr.14180) 165 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:45 smithi080 conmon[36722]: audit 2023-12-25T20:17:44.000263+0000 mgr.smithi080.aipsvo (mgr.14180) 162 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T20:17:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:45 smithi080 conmon[36722]: cephadm 2023-12-25T20:17:44.003813+0000 mgr.smithi080.aipsvo (mgr.14180) 163 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-25T20:17:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:45 smithi080 conmon[36722]: audit 2023-12-25T20:17:44.007361+0000 mon.smithi080 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:45 smithi080 conmon[36722]: cephadm 2023-12-25T20:17:44.007937+0000 mgr.smithi080.aipsvo (mgr.14180) 164 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-12-25T20:17:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:45 smithi080 conmon[36722]: audit 2023-12-25T20:17:44.011454+0000 mon.smithi080 (mon.0) 605 : audit [INF] 2023-12-25T20:17:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:45 smithi080 conmon[36722]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:45 smithi080 conmon[36722]: cluster 2023-12-25T20:17:44.030191+0000 mgr.smithi080.aipsvo (mgr.14180) 165 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:47.035 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:46 smithi080 conmon[36722]: audit 2023-12-25T20:17:45.779742+0000 mon.smithi080 2023-12-25T20:17:47.035 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:46 smithi080 conmon[36722]: (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:47.035 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:46 smithi080 conmon[36722]: audit 2023-12-25T20:17:45.921024+0000 mon.smithi080 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:47.035 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:46 smithi080 conmon[36722]: cluster 2023-12-25T20:17:46.030526+0000 mgr.smithi080.aipsvo (mgr.14180) 166 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:47.184 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:17:47.184 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:44.003827Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:17:47.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:46 smithi129 conmon[41175]: audit 2023-12-25T20:17:45.779742+0000 mon.smithi080 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:47.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:46 smithi129 conmon[41175]: audit 2023-12-25T20:17:45.921024+0000 mon.smithi080 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:47.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:46 smithi129 conmon[41175]: cluster 2023-12-25T20:17:46.030526+0000 mgr.smithi080.aipsvo (mgr.14180) 166 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:48.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:47 smithi129 conmon[41175]: audit 2023-12-25T20:17:47.181236+0000 mgr.smithi080.aipsvo (mgr.14180) 167 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:17:48.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:47 smithi080 conmon[36722]: audit 2023-12-25T20:17:47.181236+0000 mgr.smithi080.aipsvo (mgr.14180) 167 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:17:48.373 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:17:49.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:48 smithi129 conmon[41175]: cluster 2023-12-25T20:17:48.030926+0000 mgr.smithi080.aipsvo (mgr.14180) 168 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:49.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:48 smithi080 conmon[36722]: cluster 2023-12-25T20:17:48.030926+0000 mgr.smithi080.aipsvo (mgr.14180) 168 2023-12-25T20:17:49.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:48 smithi080 conmon[36722]: : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:49.375 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:17:51.441 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:51 smithi080 conmon[36722]: cluster 2023-12-25T20:17:50.031268+0000 mgr.smithi080.aipsvo (mgr.14180) 169 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:51.441 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:51 smithi080 conmon[36722]: audit 2023-12-25T20:17:50.403419+0000 mon.smithi080 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:51.442 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:51 smithi080 conmon[36722]: audit 2023-12-25T20:17:50.404263+0000 mon.smithi080 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:17:51.442 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:51 smithi080 conmon[36722]: audit 2023-12-25T20:17:50.404809+0000 mon.smithi080 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:17:51.442 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:51 smithi080 conmon[36722]: audit 2023-12-25T20:17:50.408820+0000 mon.smithi080 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:51.442 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:51 smithi080 conmon[36722]: audit 2023-12-25T20:17:50.412320+0000 mon.smithi080 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:17:51.442 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:51 smithi080 conmon[36722]: cephadm 2023-12-25T20:17:50.416005+0000 mgr.smithi080.aipsvo (mgr.14180) 170 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-25T20:17:51.442 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:51 smithi080 conmon[36722]: audit 2023-12-25T20:17:50.418875+0000 mon.smithi080 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:51.442 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:51 smithi080 conmon[36722]: audit 2023-12-25T20:17:50.419291+0000 mon.smithi080 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi129.vszjcm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T20:17:51.442 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:51 smithi080 conmon[36722]: audit 2023-12-25T20:17:50.424515+0000 mon.smithi080 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi129.vszjcm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T20:17:51.442 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:51 smithi080 conmon[36722]: audit 2023-12-25T20:17:50.429129+0000 mon.smithi080 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:51.442 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:51 smithi080 conmon[36722]: audit 2023-12-25T20:17:50.429661+0000 mon.smithi080 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:17:51.442 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:51 smithi080 conmon[36722]: cephadm 2023-12-25T20:17:50.430136+0000 mgr.smithi080.aipsvo (mgr.14180) 171 : cephadm [INF] Deploying daemon rgw.foo.smithi129.vszjcm on smithi129 2023-12-25T20:17:51.680 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:51 smithi129 conmon[41175]: cluster 2023-12-25T20:17:50.031268+0000 mgr.smithi080.aipsvo (mgr.14180) 169 : cluster 2023-12-25T20:17:51.681 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:51 smithi129 conmon[41175]: [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:51.681 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:51 smithi129 conmon[41175]: audit 2023-12-25T20:17:50.403419+0000 mon.smithi080 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:51.681 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:51 smithi129 conmon[41175]: audit 2023-12-25T20:17:50.404263+0000 mon.smithi080 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:17:51.681 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:51 smithi129 conmon[41175]: audit 2023-12-25T20:17:50.404809+0000 mon.smithi080 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:17:51.681 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:51 smithi129 conmon[41175]: audit 2023-12-25T20:17:50.408820+0000 mon.smithi080 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:51.681 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:51 smithi129 conmon[41175]: audit 2023-12-25T20:17:50.412320+0000 mon.smithi080 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:17:51.682 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:51 smithi129 conmon[41175]: cephadm 2023-12-25T20:17:50.416005+0000 mgr.smithi080.aipsvo (mgr.14180) 170 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-25T20:17:51.682 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:51 smithi129 conmon[41175]: audit 2023-12-25T20:17:50.418875+0000 mon.smithi080 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:51.682 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:51 smithi129 conmon[41175]: audit 2023-12-25T20:17:50.419291+0000 mon.smithi080 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi129.vszjcm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T20:17:51.682 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:51 smithi129 conmon[41175]: audit 2023-12-25T20:17:50.424515+0000 mon.smithi080 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi129.vszjcm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T20:17:51.682 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:51 smithi129 conmon[41175]: audit 2023-12-25T20:17:50.429129+0000 mon.smithi080 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:51.682 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:51 smithi129 conmon[41175]: audit 2023-12-25T20:17:50.429661+0000 mon.smithi080 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:17:51.682 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:51 smithi129 conmon[41175]: cephadm 2023-12-25T20:17:50.430136+0000 mgr.smithi080.aipsvo (mgr.14180) 171 : cephadm [INF] Deploying daemon rgw.foo.smithi129.vszjcm on smithi129 2023-12-25T20:17:51.775 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:17:51.775 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:17:52.363 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:17:53.364 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:17:53.654 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: audit 2023-12-25T20: 2023-12-25T20:17:53.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: 17:51.772410+0000 mgr.smithi080.aipsvo (mgr.14180) 172 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:17:53.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: cluster 2023-12-25T20:17:52 2023-12-25T20:17:53.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: .031557+0000 mgr.smithi080.aipsvo (mgr.14180) 173 : cluster [DBG] 2023-12-25T20:17:53.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:53.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: audit 2023-12-25 2023-12-25T20:17:53.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: T20:17:52.794933+0000 mon.smithi080 (mon 2023-12-25T20:17:53.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: .0) 618 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:53.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: audit 2023- 2023-12-25T20:17:53.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: 12-25T20:17:52.795982+0000 mon.smithi080 2023-12-25T20:17:53.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi080.rttsqk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T20:17:53.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: audit 2023 2023-12-25T20:17:53.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: -12-25T20:17:52.799295+0000 mon.smithi080 2023-12-25T20:17:53.655 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi080.rttsqk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T20:17:53.656 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: audit 2023-12 2023-12-25T20:17:53.656 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: -25T20:17:52.802558+0000 mon.smithi080 (mon. 2023-12-25T20:17:53.656 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: 0) 621 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:53.656 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: audit 2023 2023-12-25T20:17:53.656 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: -12-25T20:17:52.803139+0000 mon.smithi080 2023-12-25T20:17:53.656 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:53 smithi080 conmon[36722]: (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:17:53.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:53 smithi129 conmon[41175]: audit 2023-12-25T20:17:51.772410+0000 mgr.smithi080.aipsvo (mgr.14180) 172 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:17:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:53 smithi129 conmon[41175]: cluster 2023-12-25T20: 2023-12-25T20:17:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:53 smithi129 conmon[41175]: 17:52.031557+0000 mgr.smithi080.aipsvo (mgr.14180) 173 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:53 smithi129 conmon[41175]: audit 2023-12-25T20:17:52.794933+0000 mon.smithi080 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:53 smithi129 conmon[41175]: audit 2023-12-25T20:17:52.795982+0000 mon.smithi080 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi080.rttsqk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T20:17:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:53 smithi129 conmon[41175]: audit 2023-12-25T20:17:52.799295+0000 mon.smithi080 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi080.rttsqk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T20:17:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:53 smithi129 conmon[41175]: audit 2023-12-25T20:17:52.802558+0000 mon.smithi080 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:53.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:53 smithi129 conmon[41175]: audit 2023-12-25T20:17:52.803139+0000 mon.smithi080 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:17:54.713 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:54 smithi080 conmon[36722]: cephadm 2023-12-25T20:17:52.803623+0000 mgr.smithi080.aipsvo (mgr.14180) 174 : cephadm [INF] Deploying daemon rgw.foo.smithi080.rttsqk on smithi080 2023-12-25T20:17:54.713 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:54 smithi080 conmon[36722]: cluster 2023-12-25T20:17:53.412776+0000 mon.smithi080 (mon.0) 623 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-25T20:17:54.713 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:54 smithi080 conmon[36722]: audit 2023-12-25T20:17:53.420966+0000 mon.smithi129 (mon.1) 19 : audit [INF] from='client.? 172.21.15.129:0/1139039745' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-25T20:17:54.713 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:54 smithi080 conmon[36722]: audit 2023-12-25T20:17:53.421616+0000 mon.smithi080 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-25T20:17:54.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:54 smithi129 conmon[41175]: cephadm 2023-12-25T20:17:52.803623+0000 mgr.smithi080.aipsvo (mgr.14180) 174 : cephadm [INF] Deploying daemon rgw.foo.smithi080.rttsqk on smithi080 2023-12-25T20:17:54.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:54 smithi129 conmon[41175]: cluster 2023-12-25T20:17:53.412776+0000 mon.smithi080 (mon.0) 623 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-25T20:17:54.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:54 smithi129 conmon[41175]: audit 2023-12-25T20:17:53.420966+0000 mon.smithi129 (mon.1) 19 : audit [INF] from='client.? 172.21.15.129:0/1139039745' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-25T20:17:54.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:54 smithi129 conmon[41175]: audit 2023-12-25T20:17:53 2023-12-25T20:17:54.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:54 smithi129 conmon[41175]: .421616+0000 mon.smithi080 (mon.0) 624 : 2023-12-25T20:17:54.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:54 smithi129 conmon[41175]: audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-25T20:17:55.680 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:55 smithi080 conmon[36722]: cluster 2023-12-25T20: 2023-12-25T20:17:55.680 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:55 smithi080 conmon[36722]: 17:54.031900+0000 mgr.smithi080.aipsvo (mgr.14180) 175 : cluster [DBG] pgmap v142: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:55.680 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:55 smithi080 conmon[36722]: audit 2023-12-25T20:17:54.419871+0000 mon.smithi080 (mon.0) 625 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-25T20:17:55.681 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:55 smithi080 conmon[36722]: cluster 2023-12-25T20:17:54.419945+0000 mon.smithi080 (mon.0) 626 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-25T20:17:55.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:55 smithi129 conmon[41175]: cluster 2023-12-25T20:17:54.031900+0000 mgr.smithi080.aipsvo (mgr.14180) 175 : cluster [DBG] pgmap v142: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:55.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:55 smithi129 conmon[41175]: audit 2023-12-25T20:17:54.419871+0000 mon.smithi080 (mon.0) 625 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-25T20:17:55.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:55 smithi129 conmon[41175]: cluster 2023-12-25T20:17:54.419945+0000 mon.smithi080 (mon.0) 626 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-25T20:17:56.070 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:17:56.070 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:17:56.729 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:56 smithi080 conmon[36722]: cluster 2023-12-25T20:17:55.422575+0000 mon.smithi080 (mon.0) 627 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-25T20:17:56.730 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:56 smithi080 conmon[36722]: audit 2023-12-25T20:17:55.424770+0000 mon.smithi129 (mon.1) 20 : audit [INF] from='client.? 172.21.15.129:0/1139039745' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-25T20:17:56.730 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:56 smithi080 conmon[36722]: audit 2023-12-25T20:17:55.429375+0000 mon.smithi080 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-25T20:17:56.730 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:56 smithi080 conmon[36722]: audit 2023-12-25T20:17:55.625253+0000 mon.smithi080 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:56.730 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:56 smithi080 conmon[36722]: audit 2023-12-25T20:17:55.626287+0000 mon.smithi080 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi129.twwptm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T20:17:56.730 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:56 smithi080 conmon[36722]: audit 2023-12-25T20:17:55.631034+0000 mon.smithi080 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi129.twwptm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T20:17:56.730 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:56 smithi080 conmon[36722]: audit 2023-12-25T20:17:55.637009+0000 mon.smithi080 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:56.730 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:56 smithi080 conmon[36722]: audit 2023-12-25T20:17:55.637572+0000 mon.smithi080 (mon.0) 633 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:17:56.730 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:56 smithi080 conmon[36722]: cephadm 2023-12-25T20:17:55.638078+0000 mgr.smithi080.aipsvo (mgr.14180) 176 : cephadm [INF] Deploying daemon rgw.foo.smithi129.twwptm on smithi129 2023-12-25T20:17:56.730 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:56 smithi080 conmon[36722]: audit 2023-12-25T20:17:56.421967+0000 mon.smithi080 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-25T20:17:56.730 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:56 smithi080 conmon[36722]: cluster 2023-12-25T20:17:56.422082+0000 mon.smithi080 (mon.0) 635 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-25T20:17:56.743 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:17:56.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:56 smithi129 conmon[41175]: cluster 2023-12-25T20:17:55.422575+0000 mon.smithi080 (mon.0) 627 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-25T20:17:56.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:56 smithi129 conmon[41175]: audit 2023-12-25T20:17:55.424770+0000 mon.smithi129 (mon.1) 20 : audit [INF] from='client.? 172.21.15.129:0/1139039745' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-25T20:17:56.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:56 smithi129 conmon[41175]: audit 2023-12-25T20:17:55.429375+0000 mon.smithi080 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-25T20:17:56.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:56 smithi129 conmon[41175]: audit 2023-12-25T20:17:55.625253+0000 mon.smithi080 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:56.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:56 smithi129 conmon[41175]: audit 2023-12-25T20:17:55.626287+0000 mon.smithi080 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi129.twwptm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T20:17:56.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:56 smithi129 conmon[41175]: audit 2023-12-25T20:17:55.631034+0000 mon.smithi080 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi129.twwptm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T20:17:56.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:56 smithi129 conmon[41175]: audit 2023-12-25T20:17:55.637009+0000 mon.smithi080 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:56.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:56 smithi129 conmon[41175]: audit 2023-12-25T20:17:55.637572+0000 mon.smithi080 (mon.0) 633 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:17:56.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:56 smithi129 conmon[41175]: cephadm 2023-12-25T20:17:55.638078+0000 mgr.smithi080.aipsvo (mgr.14180) 176 : cephadm [INF] Deploying daemon rgw.foo.smithi129.twwptm on smithi129 2023-12-25T20:17:56.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:56 smithi129 conmon[41175]: audit 2023-12-25T20:17:56.421967+0000 mon.smithi080 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-25T20:17:56.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:56 smithi129 conmon[41175]: cluster 2023-12-25T20:17:56.422082+0000 mon.smithi080 (mon.0) 635 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-25T20:17:57.744 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:17:57.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:57 smithi129 conmon[41175]: cluster 2023-12-25T20:17:56.032262+0000 2023-12-25T20:17:57.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:57 smithi129 conmon[41175]: mgr.smithi080.aipsvo (mgr.14180) 177 : cluster [DBG] pgmap v145: 65 pgs: 4 creating+peering, 11 active+clean, 50 unknown; 92 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:57.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:57 smithi129 conmon[41175]: audit 2023-12-25T20:17:56.066614+0000 mgr.smithi080.aipsvo (mgr.14180) 178 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:17:57.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:57 smithi129 conmon[41175]: cluster 2023-12-25T20:17:57.422750+0000 mon.smithi080 (mon.0) 636 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-25T20:17:57.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:57 smithi129 conmon[41175]: audit 2023-12-25T20:17:57.424516+0000 mon.smithi080 (mon.0) 637 : audit [INF] from='client.? 172.21.15.80:0/51387647' entity='client.rgw.foo.smithi080.rttsqk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T20:17:57.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:57 smithi129 conmon[41175]: audit 2023-12-25T20:17:57.426368+0000 mon.smithi129 (mon.1) 21 : audit [INF] from='client.? 172.21.15.129:0/1139039745' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T20:17:57.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:57 smithi129 conmon[41175]: audit 2023-12-25T20:17:57.429666+0000 mon.smithi080 (mon.0) 638 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T20:17:57.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: cluster 2023-12-25T20:17:56.032262+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:17:57.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: .14180) 177 : cluster [DBG] pgmap v145: 65 pgs: 4 creating+peering, 11 active+clean, 50 unknown; 92 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:17:57.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: audit 2023-12-25T20:17:56.066614+0000 mgr.smithi080.aipsvo (mgr.14180) 178 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:17:57.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: cluster 2023- 2023-12-25T20:17:57.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: 12-25T20:17:57.422750+0000 2023-12-25T20:17:57.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: mon.smithi080 (mon.0) 636 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-25T20:17:57.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: 2023-12-25T20:17:57.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: audit 2023-12-25 2023-12-25T20:17:57.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: T20:17:57.424516+0000 2023-12-25T20:17:57.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: mon.smithi080 (mon.0) 637 : 2023-12-25T20:17:57.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: audit [INF] from='client.? 172.21.15.80:0/51387647' entity='client.rgw.foo.smithi080.rttsqk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T20:17:57.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: audit 2023 2023-12-25T20:17:57.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: -12-25T20:17: 2023-12-25T20:17:57.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: 57.426368+0000 mon.smithi129 (mon.1) 2023-12-25T20:17:57.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: 21 : audit [INF] from='client.? 172.21.15.129:0/1139039745' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T20:17:57.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: audit 2023-12-25T20:17:57.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: 2023-12- 2023-12-25T20:17:57.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: 25T20:17:57.429666+0000 2023-12-25T20:17:57.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: mon.smithi080 (mon.0) 638 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-25T20:17:57.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:57 smithi080 conmon[36722]: 2023-12-25T20:17:59.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:59 smithi080 conmon[36722]: audit 2023-12-25T20:17:57.997092+0000 mon.smithi080 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:59.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:59 smithi080 conmon[36722]: audit 2023-12-25T20:17:57.998332+0000 mon.smithi080 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi080.hvhirm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T20:17:59.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:59 smithi080 conmon[36722]: audit 2023-12-25T20:17:58.003830+0000 mon.smithi080 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi080.hvhirm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T20:17:59.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:59 smithi080 conmon[36722]: audit 2023-12-25T20:17:58.010324+0000 mon.smithi080 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:59.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:59 smithi080 conmon[36722]: audit 2023-12-25T20:17:58.011112+0000 mon.smithi080 (mon.0) 643 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:17:59.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:59 smithi080 conmon[36722]: cephadm 2023-12-25T20:17:58.011769+0000 mgr.smithi080.aipsvo (mgr.14180) 179 : cephadm [INF] Deploying daemon rgw.foo.smithi080.hvhirm on smithi080 2023-12-25T20:17:59.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:59 smithi080 conmon[36722]: cluster 2023-12-25T20:17:58.032621+0000 mgr.smithi080.aipsvo (mgr.14180) 180 : cluster [DBG] pgmap v148: 97 pgs: 1 creating+activating, 16 creating+peering, 51 active+clean, 29 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 783 B/s wr, 3 op/s 2023-12-25T20:17:59.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:59 smithi080 conmon[36722]: audit 2023-12-25T20:17:58.429559+0000 mon.smithi080 (mon.0) 644 : audit [INF] from='client.? 172.21.15.80:0/51387647' entity='client.rgw.foo.smithi080.rttsqk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-25T20:17:59.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:59 smithi080 conmon[36722]: audit 2023-12-25T20:17:58.429750+0000 mon.smithi080 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-25T20:17:59.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:17:59 smithi080 conmon[36722]: cluster 2023-12-25T20:17:58.429832+0000 mon.smithi080 (mon.0) 646 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-25T20:17:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: audit 2023-12-25T20:17:57.997092+0000 mon.smithi080 (mon.0) 639 2023-12-25T20:17:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: audit 2023-12-25T20:17:57.998332+0000 mon.smithi080 (mon.0) 640 2023-12-25T20:17:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi080.hvhirm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T20:17:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: audit 2023-12-25T20:17:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: 2023-12-25T20:17:58.003830+0000 mon.smithi080 2023-12-25T20:17:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi080.hvhirm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T20:17:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: audit 2023-12-25T20:17:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: 2023-12- 2023-12-25T20:17:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: 25T20:17:58.010324+0000 mon.smithi080 2023-12-25T20:17:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:17:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: audit 2023-12-25T20:17:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: 2023-12-25 2023-12-25T20:17:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: T20:17:58.011112+0000 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: mon.smithi080 (mon.0) 643 : audit [DBG] 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: cephadm 2023- 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: 12-25T20:17:58 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: .011769+0000 mgr.smithi080.aipsvo (mgr.14180) 179 : cephadm 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: [INF] Deploying daemon rgw.foo.smithi080.hvhirm on smithi080 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: cluster 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: 2023-12-25T20: 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: 17:58.032621+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: ) 180 : cluster [DBG] pgmap v148: 97 pgs: 1 creating+activating, 16 creating+peering, 51 active+clean, 29 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 783 B/s wr, 3 op/s 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: audit 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: 2023-12-25 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: T20:17:58.429559+0000 mon.smithi080 ( 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: mon.0) 644 : audit [INF] from='client.? 172.21.15.80:0/51387647' entity='client.rgw.foo.smithi080.rttsqk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-25T20:17:59.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: audit 2023-12-25T20 2023-12-25T20:17:59.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: :17:58.429750+0000 mon.smithi080 (mon.0 2023-12-25T20:17:59.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: ) 645 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-25T20:17:59.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: cluster 2023-12-25T20:17:59.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: 2023-12-25T 2023-12-25T20:17:59.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: 20:17:58.429832+0000 mon.smithi080 (mon 2023-12-25T20:17:59.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:17:59 smithi129 conmon[41175]: .0) 646 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-25T20:17:59.840 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:17:59.840 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:00.659 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:00.681 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:00 smithi080 conmon[36722]: cluster 2023-12-25T20:17:59.428509+0000 mon.smithi080 2023-12-25T20:18:00.681 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:00 smithi080 conmon[36722]: (mon.0) 647 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-25T20:18:00.682 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:00 smithi080 conmon[36722]: audit 2023-12-25T20:17:59.435110+0000 mon.smithi129 (mon.1) 22 : audit [INF] from='client.? 172.21.15.80:0/2277792997' entity='client.rgw.foo.smithi080.rttsqk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T20:18:00.682 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:00 smithi080 conmon[36722]: audit 2023-12-25T20:17:59.435583+0000 mon.smithi080 (mon.0) 648 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi080.rttsqk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T20:18:00.682 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:00 smithi080 conmon[36722]: audit 2023-12-25T20:17:59.435685+0000 mon.smithi129 (mon.1) 23 : audit [INF] from='client.? 172.21.15.129:0/3966238529' entity='client.rgw.foo.smithi129.twwptm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T20:18:00.682 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:00 smithi080 conmon[36722]: audit 2023-12-25T20:17:59.436589+0000 mon.smithi080 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.twwptm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T20:18:00.682 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:00 smithi080 conmon[36722]: audit 2023-12-25T20:17:59.436703+0000 mon.smithi129 (mon.1) 24 : audit [INF] from='client.? 172.21.15.129:0/1022562402' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T20:18:00.682 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:00 smithi080 conmon[36722]: audit 2023-12-25T20:17:59.437221+0000 mon.smithi080 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T20:18:00.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: cluster 2023-12-25T20:17:59.428509+0000 mon.smithi080 (mon.0) 647 : 2023-12-25T20:18:00.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-25T20:18:00.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: audit 2023-12-25T20:17:59.435110+0000 mon.smithi129 (mon.1) 22 : audit [INF] from='client.? 172.21.15.80:0/2277792997' entity='client.rgw.foo.smithi080.rttsqk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T20:18:00.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: audit 2023-12-25T20:17:59.435583+0000 mon.smithi080 (mon.0) 2023-12-25T20:18:00.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: 648 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi080.rttsqk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T20:18:00.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: audit 2023-12-25T 2023-12-25T20:18:00.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: 20:17:59.435685+0000 mon.smithi129 (mon.1) 23 : 2023-12-25T20:18:00.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: audit [INF] from='client.? 172.21.15.129:0/3966238529' entity='client.rgw.foo.smithi129.twwptm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T20:18:00.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: audit 2023-12-25T20:17:59. 2023-12-25T20:18:00.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: 436589+0000 mon.smithi080 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.twwptm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T20:18:00.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: audit 2023-12-25T 2023-12-25T20:18:00.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: 20:17:59.436703+0000 mon.smithi129 (mon.1) 24 : audit 2023-12-25T20:18:00.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: [INF] from='client.? 172.21.15.129:0/1022562402' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T20:18:00.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: audit 2023-12-25T20:18:00.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: 2023-12-25T20:17:59.437221+0000 mon.smithi080 (mon.0) 650 2023-12-25T20:18:00.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:00 smithi129 conmon[41175]: : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-25T20:18:01.432 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: audit 2023-12-25T20:17:59.837404+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:18:01.432 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: 14180) 181 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:01.432 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: cluster 2023-12-25T20:18:00.033025+0000 mgr.smithi080.aipsvo (mgr.14180) 182 : cluster [DBG] pgmap v151: 129 pgs: 1 creating+activating, 16 creating+peering, 51 active+clean, 61 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-12-25T20:18:01.432 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: audit 2023-12-25T20:18:00.433576+0000 mon.smithi080 (mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi080.rttsqk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T20:18:01.433 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: audit 2023-12-25T20:18:00.433675+0000 mon.smithi080 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.twwptm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T20:18:01.660 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:01.698 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: audit 2023-12-25T20:18:00.433780+0000 mon.smithi080 (mon.0) 653 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T20:18:01.700 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: cluster 2023-12-25T20:18:00.433850+0000 mon.smithi080 (mon.0) 654 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-25T20:18:01.700 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: audit 2023-12-25T20:18:00.437213+0000 mon.smithi129 (mon.1) 25 : audit [INF] from='client.? 172.21.15.129:0/1022562402' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T20:18:01.700 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: audit 2023-12-25T20:18:00.438586+0000 mon.smithi129 (mon.1) 26 : audit [INF] from='client.? 172.21.15.129:0/3966238529' entity='client.rgw.foo.smithi129.twwptm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T20:18:01.700 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: audit 2023-12-25T20:18:00.439968+0000 mon.smithi080 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T20:18:01.700 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: audit 2023-12-25T20:18:00.440056+0000 mon.smithi129 (mon.1) 27 : audit [INF] from='client.? 172.21.15.80:0/2277792997' entity='client.rgw.foo.smithi080.rttsqk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T20:18:01.700 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: audit 2023-12-25T20:18:00.440245+0000 mon.smithi080 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.twwptm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T20:18:01.700 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: audit 2023-12-25T20:18:00.440840+0000 mon.smithi080 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi080.rttsqk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T20:18:01.701 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: audit 2023-12-25T20:18:01.317077+0000 mon.smithi080 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:18:01.701 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:01 smithi080 conmon[36722]: audit 2023-12-25T20:18:01.322552+0000 mon.smithi080 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:18:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: audit 2023-12-25T20:17:59.837404 2023-12-25T20:18:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: +0000 mgr.smithi080.aipsvo (mgr.14180) 181 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: cluster 2023-12-25T20:18 2023-12-25T20:18:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: :00.033025+0000 mgr.smithi080.aipsvo (mgr.14180) 182 : cluster [DBG] pgmap v151: 129 pgs: 1 creating+activating, 16 creating+peering, 51 active+clean, 61 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-12-25T20:18:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: audit 2023-12-25 2023-12-25T20:18:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: T20:18:00.433576+0000 mon.smithi080 ( 2023-12-25T20:18:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi080.rttsqk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T20:18:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: 2023-12-25T20:18:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: audit 2023-12-25T 2023-12-25T20:18:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: 20:18:00.433675+0000 mon.smithi080 ( 2023-12-25T20:18:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.twwptm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T20:18:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: 2023-12-25T20:18:01.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: audit 2023-12-25T20: 2023-12-25T20:18:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: 18:00.433780+0000 mon.smithi080 (mon.0) 2023-12-25T20:18:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: 653 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-25T20:18:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: cluster 2023-12- 2023-12-25T20:18:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: 25T20:18:00.433850+0000 mon.smithi080 ( 2023-12-25T20:18:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: mon.0) 654 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-25T20:18:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: audit 2023-12-25T20:18:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: 2023-12-25 2023-12-25T20:18:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: T20:18:00.437213+0000 mon.smithi129 (mon. 2023-12-25T20:18:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: 1) 25 : audit [INF] from='client.? 172.21.15.129:0/1022562402' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T20:18:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: audit 2023-12 2023-12-25T20:18:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: -25T20:18:00.438586+0000 mon.smithi129 ( 2023-12-25T20:18:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: mon.1) 26 : audit [INF] from='client.? 172.21.15.129:0/3966238529' entity='client.rgw.foo.smithi129.twwptm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T20:18:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: audit 2023 2023-12-25T20:18:01.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: -12-25T20:18:00.439968+0000 mon.smithi080 2023-12-25T20:18:01.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T20:18:01.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: audit 2023- 2023-12-25T20:18:01.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: 12-25T20:18:00.440056+0000 mon.smithi129 2023-12-25T20:18:01.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: (mon.1) 27 : audit [INF] from='client.? 172.21.15.80:0/2277792997' entity='client.rgw.foo.smithi080.rttsqk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T20:18:01.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: audit 2023-12-25T20:18:00.440245+0000 mon.smithi080 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.twwptm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T20:18:01.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: audit 2023-12-25T20:18:00.440840+0000 mon.smithi080 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi080.rttsqk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-25T20:18:01.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: audit 2023-12-25T20:18:01.317077+0000 mon.smithi080 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:18:01.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:01 smithi129 conmon[41175]: audit 2023-12-25T20:18:01.322552+0000 mon.smithi080 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:18:02.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:02 smithi080 conmon[36722]: cephadm 2023-12-25T20:18:01.330419+0000 mgr.smithi080.aipsvo (mgr.14180) 183 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi129.vmiweo on smithi129 2023-12-25T20:18:02.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:02 smithi080 conmon[36722]: audit 2023-12-25T20:18:01.441412+0000 mon.smithi080 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T20:18:02.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:02 smithi080 conmon[36722]: audit 2023-12-25T20:18:01.441494+0000 mon.smithi080 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.twwptm' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T20:18:02.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:02 smithi080 conmon[36722]: audit 2023-12-25T20:18:01.441559+0000 mon.smithi080 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi080.rttsqk' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T20:18:02.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:02 smithi080 conmon[36722]: cluster 2023-12-25T20:18:01.441695+0000 mon.smithi080 (mon.0) 663 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-25T20:18:02.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:02 smithi129 conmon[41175]: cephadm 2023-12-25T20:18:01.330419+0000 mgr.smithi080.aipsvo (mgr.14180) 183 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi129.vmiweo on smithi129 2023-12-25T20:18:02.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:02 smithi129 conmon[41175]: audit 2023-12-25T20:18:01.441412+0000 mon.smithi080 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.vszjcm' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T20:18:02.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:02 smithi129 conmon[41175]: audit 2023-12-25T20:18:01.441494+0000 mon.smithi080 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi129.twwptm' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T20:18:02.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:02 smithi129 conmon[41175]: audit 2023-12-25T20:18:01.441559+0000 mon.smithi080 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi080.rttsqk' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-25T20:18:02.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:02 smithi129 conmon[41175]: cluster 2023-12-25T20:18:01.441695+0000 mon.smithi080 (mon.0) 663 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-25T20:18:03.661 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:03 smithi080 conmon[36722]: cluster 2023-12-25T20:18:02.033459+0000 mgr.smithi080.aipsvo (mgr.14180) 184 : cluster [DBG] pgmap v154: 129 pgs: 17 creating+peering, 96 active+clean, 16 unknown; 3.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 5.0 KiB/s wr, 94 op/s 2023-12-25T20:18:03.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:03 smithi129 conmon[41175]: cluster 2023-12-25T20:18:02.033459+0000 mgr.smithi080.aipsvo (mgr.14180) 184 : cluster [DBG] pgmap v154: 129 pgs: 17 creating+peering, 96 active+clean, 16 unknown; 3.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 5.0 KiB/s wr, 94 op/s 2023-12-25T20:18:04.019 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:04.020 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:04.700 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:05.701 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:05.735 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:05 smithi080 conmon[36722]: audit 2023-12-25T20:18:04.016810+0000 mgr.smithi080.aipsvo (mgr.14180) 185 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:05.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:05 smithi080 conmon[36722]: cluster 2023-12-25T20:18:04.034022+0000 mgr.smithi080.aipsvo (mgr.14180) 186 : cluster [DBG] pgmap v155: 129 pgs: 10 creating+peering, 119 active+clean; 4.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 4.8 KiB/s wr, 253 op/s 2023-12-25T20:18:05.736 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:05 smithi080 conmon[36722]: audit 2023-12-25T20:18:05.186731+0000 mon.smithi080 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:18:05.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:05 smithi129 conmon[41175]: audit 2023-12-25T20:18:04.016810+0000 mgr.smithi080.aipsvo (mgr.14180) 185 : 2023-12-25T20:18:05.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:05 smithi129 conmon[41175]: audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:05.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:05 smithi129 conmon[41175]: cluster 2023-12-25T20:18:04.034022+0000 mgr.smithi080.aipsvo (mgr.14180) 186 : cluster [DBG] pgmap v155: 129 pgs: 10 creating+peering, 119 active+clean; 4.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 4.8 KiB/s wr, 253 op/s 2023-12-25T20:18:05.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:05 smithi129 conmon[41175]: audit 2023-12-25T20:18:05.186731+0000 mon.smithi080 2023-12-25T20:18:05.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:05 smithi129 conmon[41175]: (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:18:06.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:06 smithi129 conmon[41175]: cluster 2023-12-25T20:18:06.034460+0000 mgr.smithi080.aipsvo (mgr.14180) 187 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 KiB/s rd, 5.1 KiB/s wr, 351 op/s 2023-12-25T20:18:06.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:06 smithi129 conmon[41175]: 2023-12-25T20:18:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:06 smithi080 conmon[36722]: cluster 2023-12-25T20:18:06.034460+0000 mgr.smithi080.aipsvo (mgr.14180) 187 : cluster 2023-12-25T20:18:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:06 smithi080 conmon[36722]: [DBG] pgmap v156: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 KiB/s rd, 5.1 KiB/s wr, 351 op/s 2023-12-25T20:18:07.720 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:07.720 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:08.392 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:09.394 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:09.426 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:09 smithi080 conmon[36722]: audit 2023-12-25T20:18:07.717365+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:18:09.426 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:09 smithi080 conmon[36722]: ) 188 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:09.427 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:09 smithi080 conmon[36722]: cluster 2023-12-25T20:18:08.035025+0000 mgr.smithi080.aipsvo (mgr.14180) 189 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 267 KiB/s rd, 4.2 KiB/s wr, 464 op/s 2023-12-25T20:18:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:09 smithi129 conmon[41175]: audit 2023-12-25T20:18:07.717365+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:18:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:09 smithi129 conmon[41175]: ) 188 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:09 smithi129 conmon[41175]: cluster 2023-12-25T20:18:08.035025+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:18:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:09 smithi129 conmon[41175]: 14180) 189 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 267 KiB/s rd, 4.2 KiB/s wr, 464 op/s 2023-12-25T20:18:10.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:10 smithi080 conmon[36722]: audit 2023-12-25T20:18:10.018194+0000 mon.smithi080 ( 2023-12-25T20:18:10.242 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:10 smithi080 conmon[36722]: mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]: dispatch 2023-12-25T20:18:10.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:10 smithi129 conmon[41175]: audit 2023-12-25T20:18:10.018194+0000 mon.smithi080 (mon.0) 665 : audit 2023-12-25T20:18:10.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:10 smithi129 conmon[41175]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]: dispatch 2023-12-25T20:18:11.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:11 smithi080 conmon[36722]: cluster 2023-12-25T20:18:10.035559+0000 mgr.smithi080.aipsvo (mgr.14180) 190 : cluster [DBG] 2023-12-25T20:18:11.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:11 smithi080 conmon[36722]: pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 222 KiB/s rd, 3.5 KiB/s wr, 385 op/s 2023-12-25T20:18:11.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:11 smithi080 conmon[36722]: audit 2023-12-25T20:18:10.101220+0000 mon.smithi080 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]': finished 2023-12-25T20:18:11.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:11 smithi080 conmon[36722]: cluster 2023-12-25T20:18:10.101285+0000 mon.smithi080 (mon.0) 667 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-25T20:18:11.299 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:11.299 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:11 smithi129 conmon[41175]: cluster 2023-12-25T20:18:10.035559+0000 mgr.smithi080.aipsvo (mgr.14180) 190 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 222 KiB/s rd, 3.5 KiB/s wr, 385 op/s 2023-12-25T20:18:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:11 smithi129 conmon[41175]: audit 2023-12-25T20:18:10.101220+0000 mon.smithi080 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]': finished 2023-12-25T20:18:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:11 smithi129 conmon[41175]: cluster 2023-12-25T20:18:10.101285+0000 mon.smithi080 (mon.0) 667 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-25T20:18:11.951 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:12.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:12 smithi080 conmon[36722]: cluster 2023-12-25T20:18:11.104915+0000 mon.smithi080 (mon.0) 668 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-25T20:18:12.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:12 smithi080 conmon[36722]: audit 2023-12-25T20:18:11.296473+0000 mgr.smithi080.aipsvo (mgr.14180) 191 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:12.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:12 smithi129 conmon[41175]: cluster 2023-12-25T20:18:11.104915+0000 mon.smithi080 (mon.0) 668 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-25T20:18:12.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:12 smithi129 conmon[41175]: audit 2023-12-25T20:18:11.296473+0000 mgr.smithi080.aipsvo (mgr.14180) 191 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:12.951 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:13.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:13 smithi080 conmon[36722]: cluster 2023-12-25T20:18:12.036116+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:18:13.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:13 smithi080 conmon[36722]: 192 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 KiB/s rd, 895 B/s wr, 286 op/s 2023-12-25T20:18:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:13 smithi129 conmon[41175]: cluster 2023-12-25T20:18:12.036116+0000 mgr.smithi080.aipsvo (mgr.14180) 192 : cluster [DBG] 2023-12-25T20:18:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:13 smithi129 conmon[41175]: pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 KiB/s rd, 895 B/s wr, 286 op/s 2023-12-25T20:18:14.816 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:14.816 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:15.468 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:15 smithi080 conmon[36722]: cluster 2023-12-25T20:18:14.036595+0000 mgr.smithi080.aipsvo (mgr.14180) 193 2023-12-25T20:18:15.468 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:15 smithi080 conmon[36722]: : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 174 op/s 2023-12-25T20:18:15.482 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:15 smithi129 conmon[41175]: cluster 2023-12-25T20:18:14.036595+0000 mgr.smithi080.aipsvo (mgr.14180) 193 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 174 op/s 2023-12-25T20:18:16.482 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:16.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:16 smithi129 conmon[41175]: audit 2023-12-25T20:18:14.813365+0000 mgr.smithi080.aipsvo (mgr.14180) 194 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:16.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:16 smithi129 conmon[41175]: audit 2023-12-25T20:18:15.193069+0000 mon.smithi080 (mon.0) 669 : 2023-12-25T20:18:16.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:16 smithi129 conmon[41175]: audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:18:16.516 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:16 smithi080 conmon[36722]: audit 2023-12-25T20:18:14.813365+0000 mgr.smithi080.aipsvo (mgr.14180) 194 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:16.516 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:16 smithi080 conmon[36722]: audit 2023-12-25T20:18:15.193069+0000 mon.smithi080 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:18:17.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:17 smithi080 conmon[36722]: cluster 2023-12-25T20:18:16.037309+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:18:17.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:17 smithi080 conmon[36722]: ) 195 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:17.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:17 smithi129 conmon[41175]: cluster 2023-12-25T20:18:16.037309+0000 mgr.smithi080.aipsvo (mgr.14180) 195 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:18.430 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:18.430 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:19.090 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:19.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:19 smithi129 conmon[41175]: cluster 2023-12-25T20:18:18.037882+0000 mgr.smithi080.aipsvo (mgr.14180) 196 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:19.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:19 smithi129 conmon[41175]: audit 2023-12-25T20:18:18.426912+0000 mgr.smithi080.aipsvo (mgr.14180) 197 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:19.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:19 smithi080 conmon[36722]: cluster 2023-12-25T20:18:18.037882+0000 mgr.smithi080.aipsvo (mgr.14180) 196 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:19.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:19 smithi080 conmon[36722]: audit 2023-12-25T20:18:18.426912+0000 mgr.smithi080.aipsvo (mgr.14180) 197 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:20.091 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:21 smithi129 conmon[41175]: cluster 2023-12-25T20:18:20.038280+0000 mgr.smithi080.aipsvo (mgr.14180) 198 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:21 smithi080 conmon[36722]: cluster 2023-12-25T20:18:20.038280+0000 mgr.smithi080.aipsvo (mgr.14180) 198 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:21.984 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:21.984 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:22.622 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:23 smithi129 conmon[41175]: audit 2023-12-25T20:18:21.981475+0000 mgr.smithi080.aipsvo (mgr.14180) 199 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:23 smithi129 conmon[41175]: cluster 2023-12-25T20:18:22.038857+0000 mgr.smithi080.aipsvo (mgr.14180) 200 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:23.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:23 smithi080 conmon[36722]: audit 2023-12-25T20:18:21.981475+0000 mgr.smithi080.aipsvo (mgr.14180) 199 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:23.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:23 smithi080 conmon[36722]: cluster 2023-12-25T20:18:22.038857+0000 mgr.smithi080.aipsvo (mgr.14180) 200 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:23.624 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:25 smithi129 conmon[41175]: cluster 2023-12-25T20:18:24.039389+0000 mgr.smithi080.aipsvo (mgr.14180) 201 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:25 smithi080 conmon[36722]: cluster 2023-12-25T20:18:24.039389+0000 mgr.smithi080.aipsvo 2023-12-25T20:18:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:25 smithi080 conmon[36722]: (mgr.14180) 201 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:25.526 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:25.526 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:26.104 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:26.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:26 smithi129 conmon[41175]: audit 2023-12-25T20:18:25.523957+0000 mgr.smithi080.aipsvo (mgr.14180) 202 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:26.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:26 smithi080 conmon[36722]: audit 2023-12-25T20:18:25.523957+0000 mgr.smithi080.aipsvo (mgr.14180) 202 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:27.105 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:27.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:27 smithi129 conmon[41175]: cluster 2023-12-25T20:18:26.039818+0000 mgr.smithi080.aipsvo (mgr.14180) 203 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:27.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:27 smithi080 conmon[36722]: cluster 2023-12-25T20:18:26.039818+0000 mgr.smithi080.aipsvo (mgr.14180) 203 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:29.026 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:29.026 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:29 smithi129 conmon[41175]: cluster 2023-12-25T20:18:28.040414+0000 mgr.smithi080.aipsvo (mgr.14180) 204 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:29.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:29 smithi080 conmon[36722]: cluster 2023-12-25T20:18:28.040414 2023-12-25T20:18:29.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:29 smithi080 conmon[36722]: +0000 mgr.smithi080.aipsvo (mgr.14180) 204 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:29.655 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:30.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:30 smithi129 conmon[41175]: audit 2023-12-25T20:18:29.023630+0000 mgr.smithi080.aipsvo (mgr.14180) 205 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:30.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:30 smithi080 conmon[36722]: audit 2023-12-25T20:18:29.023630+0000 mgr.smithi080.aipsvo (mgr.14180) 205 : audit [DBG] 2023-12-25T20:18:30.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:30 smithi080 conmon[36722]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:30.656 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:31 smithi129 conmon[41175]: cluster 2023-12-25T20:18:30.040975+0000 mgr.smithi080.aipsvo (mgr.14180) 206 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:31 smithi080 conmon[36722]: cluster 2023-12-25T20:18:30.040975+0000 mgr.smithi080.aipsvo (mgr.14180) 206 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:32.582 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:32.582 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:33.213 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:33 smithi129 conmon[41175]: cluster 2023-12-25T20:18:32.041541+0000 mgr.smithi080.aipsvo (mgr.14180) 207 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:33 smithi129 conmon[41175]: audit 2023-12-25T20:18:32.579323+0000 mgr.smithi080.aipsvo (mgr.14180) 208 2023-12-25T20:18:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:33 smithi129 conmon[41175]: : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:33.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:33 smithi080 conmon[36722]: cluster 2023-12-25T20:18:32.041541+0000 mgr.smithi080.aipsvo (mgr.14180) 207 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:33.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:33 smithi080 conmon[36722]: audit 2023-12-25T20:18:32.579323+0000 mgr.smithi080.aipsvo (mgr.14180) 208 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:34.215 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:35 smithi129 conmon[41175]: cluster 2023-12-25T20:18:34.042112+0000 mgr.smithi080.aipsvo (mgr.14180) 209 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:35.501 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:35 smithi080 conmon[36722]: cluster 2023-12-25T20:18:34.042112+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:18:35.501 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:35 smithi080 conmon[36722]: mgr.14180) 209 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:36.092 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:36.092 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:36.777 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:36.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:36 smithi129 conmon[41175]: cluster 2023-12-25T20:18:36.042584+0000 mgr.smithi080.aipsvo (mgr.14180) 210 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:36.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:36 smithi129 conmon[41175]: audit 2023-12-25T20:18:36.089293+0000 mgr.smithi080.aipsvo (mgr.14180) 211 : audit [DBG] 2023-12-25T20:18:36.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:36 smithi129 conmon[41175]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:37.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:36 smithi080 conmon[36722]: cluster 2023-12-25T20:18:36.042584+0000 mgr.smithi080.aipsvo (mgr.14180) 210 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:37.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:36 smithi080 conmon[36722]: audit 2023-12-25T20:18:36.089293+0000 mgr.smithi080.aipsvo (mgr.14180) 211 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:37.778 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:39.373 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:39 smithi080 conmon[36722]: cluster 2023-12-25T20:18:38.043171 2023-12-25T20:18:39.374 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:39 smithi080 conmon[36722]: +0000 mgr.smithi080.aipsvo (mgr.14180) 212 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:39 smithi129 conmon[41175]: cluster 2023-12-25T20:18:38.043171+0000 mgr.smithi080.aipsvo (mgr.14180) 212 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:39.693 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:39.693 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:40.301 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:41.302 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:41 smithi129 conmon[41175]: audit 2023-12-25T20:18:39.690857+0000 mgr.smithi080.aipsvo (mgr.14180) 213 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:41 smithi129 conmon[41175]: cluster 2023-12-25T20:18:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:41 smithi129 conmon[41175]: 2023-12-25T20:18:40.043561+0000 mgr.smithi080.aipsvo (mgr.14180) 214 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:41.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:41 smithi080 conmon[36722]: audit 2023-12-25T20:18:39.690857+0000 mgr.smithi080.aipsvo (mgr.14180) 213 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:41 smithi080 conmon[36722]: cluster 2023-12-25T20:18:40.043561+0000 mgr.smithi080.aipsvo (mgr.14180) 214 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:43.153 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:43.153 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:43.368 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:43 smithi080 conmon[36722]: cluster 2023-12-25T20:18:42.044213+0000 mgr.smithi080.aipsvo (mgr.14180) 215 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:43 smithi129 conmon[41175]: cluster 2023-12-25T20:18:42.044213+0000 mgr.smithi080.aipsvo (mgr.14180) 215 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:43.809 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:44.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:44 smithi129 conmon[41175]: audit 2023-12-25T20:18:43.150430+0000 mgr.smithi080.aipsvo (mgr.14180) 216 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:44.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:44 smithi080 conmon[36722]: audit 2023-12-25T20:18:43.150430+0000 mgr.smithi080.aipsvo (mgr.14180) 216 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:44.810 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:45.461 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:45 smithi080 conmon[36722]: cluster 2023-12-25T20:18:44.044832+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:18:45.461 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:45 smithi080 conmon[36722]: 14180) 217 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:45 smithi129 conmon[41175]: cluster 2023-12-25T20:18:44.044832+0000 mgr.smithi080.aipsvo (mgr.14180) 217 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:45 smithi129 conmon[41175]: 2023-12-25T20:18:46.727 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:46.727 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:46.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:46 smithi129 conmon[41175]: cluster 2023-12-25T20:18:46.045519+0000 mgr.smithi080.aipsvo (mgr.14180) 218 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:47.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:46 smithi080 conmon[36722]: cluster 2023-12-25T20:18:46.045519+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:18:47.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:46 smithi080 conmon[36722]: 14180) 218 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:47.342 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:47.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:47 smithi129 conmon[41175]: audit 2023-12-25T20:18:46.724364+0000 mgr.smithi080.aipsvo (mgr.14180) 219 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:48.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:47 smithi080 conmon[36722]: audit 2023-12-25T20:18:46.724364+0000 mgr.smithi080.aipsvo (mgr.14180) 219 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:48.343 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:48.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:48 smithi129 conmon[41175]: cluster 2023-12-25T20:18:48.046127+0000 mgr.smithi080.aipsvo (mgr.14180) 220 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:49.008 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:48 smithi080 conmon[36722]: cluster 2023-12-25T20:18:48.046127+0000 mgr.smithi080.aipsvo (mgr.14180) 220 2023-12-25T20:18:49.008 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:48 smithi080 conmon[36722]: : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:50.254 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:50.255 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:50.916 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:51.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:51 smithi080 conmon[36722]: cluster 2023-12-25T20:18:50.046494+0000 mgr.smithi080.aipsvo (mgr.14180) 221 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:51.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:51 smithi080 conmon[36722]: audit 2023-12-25T20:18:50.251108+0000 mgr.smithi080.aipsvo (mgr.14180) 222 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:51 smithi129 conmon[41175]: cluster 2023-12-25T20:18:50.046494+0000 mgr.smithi080.aipsvo (mgr.14180) 221 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:51.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:51 smithi129 conmon[41175]: audit 2023-12-25T20:18:50.251108+0000 2023-12-25T20:18:51.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:51 smithi129 conmon[41175]: mgr.smithi080.aipsvo (mgr.14180) 222 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:51.917 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:53.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:53 smithi080 conmon[36722]: cluster 2023-12-25T20:18:52.047091+0000 mgr.smithi080.aipsvo (mgr.14180) 223 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:53 smithi129 conmon[41175]: cluster 2023-12-25T20:18:52.047091+0000 mgr.smithi080.aipsvo (mgr.14180) 223 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:53.820 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:53.820 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:54.431 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:55.432 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:55.465 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:55 smithi080 conmon[36722]: audit 2023-12-25T20:18:53.817299+0000 mgr.smithi080.aipsvo (mgr.14180) 224 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:55.465 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:55 smithi080 conmon[36722]: cluster 2023-12-25T20:18:54.047598+0000 mgr.smithi080.aipsvo (mgr.14180) 225 2023-12-25T20:18:55.465 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:55 smithi080 conmon[36722]: : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:55 smithi129 conmon[41175]: audit 2023-12-25T20:18:53.817299+0000 mgr.smithi080.aipsvo (mgr.14180) 224 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:55 smithi129 conmon[41175]: cluster 2023-12-25T20:18:54.047598+0000 mgr.smithi080.aipsvo (mgr.14180) 225 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:56.982 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:56 smithi080 conmon[36722]: cluster 2023-12-25T20:18:56.048010+0000 mgr.smithi080.aipsvo (mgr.14180) 226 : 2023-12-25T20:18:56.983 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:56 smithi080 conmon[36722]: cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:56.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:56 smithi129 conmon[41175]: cluster 2023-12-25T20:18:56.048010+0000 mgr.smithi080.aipsvo (mgr.14180) 226 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:57.354 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:18:57.354 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:18:57.990 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:57 smithi080 conmon[36722]: audit 2023-12-25T20:18:57.350902+0000 mgr.smithi080.aipsvo (mgr.14180) 227 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:57.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:57 smithi129 conmon[41175]: audit 2023-12-25T20:18:57.350902+0000 mgr.smithi080.aipsvo (mgr.14180) 227 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:18:58.006 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:18:58.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:58 smithi129 conmon[41175]: cluster 2023-12-25T20:18:58.048663+0000 mgr.smithi080.aipsvo (mgr.14180) 228 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:18:58.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:18:58 smithi129 conmon[41175]: 2023-12-25T20:18:59.007 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:18:59.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:18:58 smithi080 conmon[36722]: cluster 2023-12-25T20:18:58.048663+0000 mgr.smithi080.aipsvo (mgr.14180) 228 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:00.918 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:00.918 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:01.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:01 smithi080 conmon[36722]: cluster 2023-12-25T20:19:00.048974+0000 mgr.smithi080.aipsvo (mgr.14180) 229 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:01 smithi129 conmon[41175]: cluster 2023-12-25T20:19:00.048974+0000 mgr.smithi080.aipsvo (mgr.14180) 229 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:01.556 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:02.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:02 smithi129 conmon[41175]: audit 2023-12-25T20:19:00.914858+0000 mgr.smithi080.aipsvo (mgr.14180) 230 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:02.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:02 smithi080 conmon[36722]: audit 2023-12-25T20:19:00.914858+0000 mgr.smithi080.aipsvo (mgr.14180) 230 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:02.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:02 smithi080 conmon[36722]: 2023-12-25T20:19:02.557 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:03.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:03 smithi080 conmon[36722]: cluster 2023-12-25T20:19:02.049846+0000 mgr.smithi080.aipsvo (mgr.14180) 231 : cluster 2023-12-25T20:19:03.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:03 smithi080 conmon[36722]: [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:03.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:03 smithi129 conmon[41175]: cluster 2023-12-25T20:19:02.049846+0000 mgr.smithi080.aipsvo (mgr.14180) 231 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:04.436 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:04.436 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:05.079 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:05 smithi129 conmon[41175]: cluster 2023-12-25T20:19:04.050563+0000 mgr.smithi080.aipsvo (mgr.14180) 232 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:05 smithi129 conmon[41175]: audit 2023-12-25T20:19:04.432750+0000 mgr.smithi080.aipsvo (mgr.14180) 233 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:05.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:05 smithi080 conmon[36722]: cluster 2023-12-25T20:19:04.050563+0000 mgr.smithi080.aipsvo (mgr.14180) 232 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:05 smithi080 conmon[36722]: audit 2023-12-25T20:19:04.432750+0000 mgr.smithi080.aipsvo (mgr.14180) 233 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:06.080 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:06.930 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:06 smithi080 conmon[36722]: cluster 2023-12-25T20:19:06.051040+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:19:06.930 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:06 smithi080 conmon[36722]: ) 234 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:06.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:06 smithi129 conmon[41175]: cluster 2023-12-25T20:19:06.051040+0000 mgr.smithi080.aipsvo (mgr.14180) 234 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:07.940 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:07.940 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:08.544 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:09 smithi129 conmon[41175]: audit 2023-12-25T20:19:07.936861+0000 mgr.smithi080.aipsvo (mgr.14180) 235 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:09 smithi129 conmon[41175]: 2023-12-25T20:19:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:09 smithi129 conmon[41175]: cluster 2023-12-25T20:19:08.051630+0000 mgr.smithi080.aipsvo (mgr.14180) 236 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:09.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:09 smithi080 conmon[36722]: audit 2023-12-25T20:19:07.936861+0000 mgr.smithi080.aipsvo (mgr.14180) 235 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:09.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:09 smithi080 conmon[36722]: cluster 2023-12-25T20:19:08.051630+0000 mgr.smithi080.aipsvo (mgr.14180) 236 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:09.545 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:11.380 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:11.381 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:11.409 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:11 smithi080 conmon[36722]: cluster 2023-12-25T20:19:10.051953+0000 mgr.smithi080.aipsvo (mgr.14180) 237 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:11 smithi129 conmon[41175]: cluster 2023-12-25T20:19:10.051953+0000 mgr.smithi080.aipsvo (mgr.14180) 237 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:11 smithi129 conmon[41175]: 2023-12-25T20:19:12.036 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:12.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:12 smithi080 conmon[36722]: audit 2023-12-25T20:19:11.377497+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:19:12.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:12 smithi080 conmon[36722]: 14180) 238 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:12.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:12 smithi129 conmon[41175]: audit 2023-12-25T20:19:11.377497+0000 mgr.smithi080.aipsvo (mgr.14180) 238 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:13.038 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:13 smithi080 conmon[36722]: cluster 2023-12-25T20:19:12.052515+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:19:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:13 smithi080 conmon[36722]: 239 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:13 smithi129 conmon[41175]: cluster 2023-12-25T20:19:12.052515+0000 mgr.smithi080.aipsvo (mgr.14180) 239 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:14.969 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:14.969 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:15.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:15 smithi080 conmon[36722]: cluster 2023-12-25T20:19:14.053011+0000 mgr.smithi080.aipsvo (mgr.14180) 240 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:15 smithi129 conmon[41175]: cluster 2023-12-25T20:19:14.053011+0000 mgr.smithi080.aipsvo (mgr.14180) 240 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:15.670 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:16.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:16 smithi129 conmon[41175]: audit 2023-12-25T20:19:14.965525+0000 mgr.smithi080.aipsvo (mgr.14180) 241 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:16.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:16 smithi080 conmon[36722]: audit 2023-12-25T20:19:14.965525+0000 mgr.smithi080.aipsvo (mgr.14180) 241 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:16.672 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:17.477 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:17 smithi080 conmon[36722]: cluster 2023-12-25T20:19:16.053671+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:19:17.477 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:17 smithi080 conmon[36722]: .14180) 242 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:17.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:17 smithi129 conmon[41175]: cluster 2023-12-25T20:19:16.053671+0000 mgr.smithi080.aipsvo (mgr.14180) 242 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:18.490 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:18.490 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:19.083 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:19 smithi129 conmon[41175]: cluster 2023-12-25T20:19:18.054372+0000 mgr.smithi080.aipsvo (mgr.14180) 243 : cluster [DBG] 2023-12-25T20:19:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:19 smithi129 conmon[41175]: pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:19 smithi129 conmon[41175]: audit 2023-12-25T20:19:18.487136+0000 mgr.smithi080.aipsvo (mgr.14180) 244 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:19.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:19 smithi080 conmon[36722]: cluster 2023-12-25T20:19:18.054372+0000 mgr.smithi080.aipsvo (mgr.14180) 243 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:19.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:19 smithi080 conmon[36722]: audit 2023-12-25T20:19:18.487136+0000 mgr.smithi080.aipsvo (mgr.14180) 244 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:20.085 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:21 smithi129 conmon[41175]: cluster 2023-12-25T20:19:20.054856+0000 mgr.smithi080.aipsvo (mgr.14180) 245 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:21 smithi080 conmon[36722]: cluster 2023-12-25T20:19:20.054856+0000 mgr.smithi080.aipsvo (mgr.14180) 245 : 2023-12-25T20:19:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:21 smithi080 conmon[36722]: cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:22.175 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:22.175 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:22.833 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:23.401 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:23 smithi080 conmon[36722]: cluster 2023-12-25T20:19:22.055567+0000 mgr.smithi080.aipsvo (mgr.14180) 246 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:23.401 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:23 smithi080 conmon[36722]: audit 2023-12-25T20:19:22.172119+0000 mgr.smithi080.aipsvo (mgr.14180) 247 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:23 smithi129 conmon[41175]: cluster 2023-12-25T20:19:22.055567+0000 mgr.smithi080.aipsvo (mgr.14180) 246 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:23 smithi129 conmon[41175]: audit 2023-12-25T20:19:22.172119+0000 mgr.smithi080.aipsvo (mgr.14180) 247 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:23.834 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:25.343 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:25 smithi080 conmon[36722]: cluster 2023-12-25T20:19:24.056123+0000 mgr.smithi080.aipsvo (mgr.14180) 248 : 2023-12-25T20:19:25.343 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:25 smithi080 conmon[36722]: cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:25 smithi129 conmon[41175]: cluster 2023-12-25T20:19:24.056123+0000 mgr.smithi080.aipsvo (mgr.14180) 248 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:25.712 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:25.712 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:26.331 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:26.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:26 smithi129 conmon[41175]: audit 2023-12-25T20:19:25.708424+0000 mgr.smithi080.aipsvo (mgr.14180) 249 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:26.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:26 smithi129 conmon[41175]: cluster 2023-12-25T20:19:26.056566+0000 2023-12-25T20:19:26.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:26 smithi129 conmon[41175]: mgr.smithi080.aipsvo (mgr.14180) 250 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:27.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:26 smithi080 conmon[36722]: audit 2023-12-25T20:19:25.708424+0000 mgr.smithi080.aipsvo (mgr.14180) 249 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:27.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:26 smithi080 conmon[36722]: cluster 2023-12-25T20:19:26.056566+0000 mgr.smithi080.aipsvo (mgr.14180) 250 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:27.333 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:29.279 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:29.279 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:29.458 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:29 smithi080 conmon[36722]: cluster 2023-12-25T20:19:28.057099+0000 mgr.smithi080.aipsvo (mgr.14180) 251 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:29 smithi129 conmon[41175]: cluster 2023-12-25T20:19:28.057099+0000 mgr.smithi080.aipsvo (mgr.14180) 251 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:29.890 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:30.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:30 smithi080 conmon[36722]: audit 2023-12-25T20:19:29.275883+0000 mgr.smithi080.aipsvo 2023-12-25T20:19:30.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:30 smithi080 conmon[36722]: (mgr.14180) 252 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:30.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:30 smithi129 conmon[41175]: audit 2023-12-25T20:19:29.275883+0000 mgr.smithi080.aipsvo (mgr.14180) 252 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:30.892 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:31.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:31 smithi080 conmon[36722]: cluster 2023-12-25T20:19:30.057463+0000 2023-12-25T20:19:31.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:31 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14180) 253 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:31 smithi129 conmon[41175]: cluster 2023-12-25T20:19:30.057463+0000 mgr.smithi080.aipsvo (mgr.14180) 253 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:32.814 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:32.814 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:33.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:33 smithi080 conmon[36722]: cluster 2023-12-25T20:19:32.058212+0000 mgr.smithi080.aipsvo (mgr.14180) 254 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:33.455 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:33 smithi129 conmon[41175]: cluster 2023-12-25T20:19:32.058212+0000 mgr.smithi080.aipsvo (mgr.14180) 254 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:34.455 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:34.489 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:34 smithi080 conmon[36722]: audit 2023-12-25T20:19:32.811009+0000 mgr.smithi080.aipsvo (mgr.14180) 255 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:34.489 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:34 smithi080 conmon[36722]: 2023-12-25T20:19:34.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:34 smithi129 conmon[41175]: audit 2023-12-25T20:19:32.811009+0000 mgr.smithi080.aipsvo (mgr.14180) 255 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:35.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:35 smithi080 conmon[36722]: cluster 2023-12-25T20:19:34.058770+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:19:35.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:35 smithi080 conmon[36722]: 14180) 256 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:35 smithi129 conmon[41175]: cluster 2023-12-25T20:19:34.058770+0000 mgr.smithi080.aipsvo (mgr.14180) 256 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:36.339 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:36.340 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:36.946 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:36.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:36 smithi129 conmon[41175]: cluster 2023-12-25T20:19:36.059248+0000 mgr.smithi080.aipsvo (mgr.14180) 257 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:36.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:36 smithi129 conmon[41175]: audit 2023-12-25T20:19: 2023-12-25T20:19:36.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:36 smithi129 conmon[41175]: 36.336502+0000 mgr.smithi080.aipsvo (mgr.14180) 258 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:37.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:36 smithi080 conmon[36722]: cluster 2023-12-25T20:19:36.059248+0000 mgr.smithi080.aipsvo (mgr.14180) 257 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:37.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:36 smithi080 conmon[36722]: audit 2023-12-25T20:19:36.336502+0000 mgr.smithi080.aipsvo (mgr.14180) 258 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:37.947 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:39.467 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:39 smithi080 conmon[36722]: cluster 2023-12-25T20:19:38.059796+0000 mgr.smithi080.aipsvo (mgr.14180) 259 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:39 smithi129 conmon[41175]: cluster 2023-12-25T20:19:38.059796+0000 mgr.smithi080.aipsvo (mgr.14180) 259 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:39.829 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:39.829 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:40.439 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:41.440 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:41.474 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:41 smithi080 conmon[36722]: audit 2023-12-25T20:19:39.826473+0000 mgr.smithi080.aipsvo (mgr.14180) 260 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:41.474 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:41 smithi080 conmon[36722]: cluster 2023-12-25T20:19:40.060167+0000 mgr.smithi080.aipsvo (mgr.14180) 261 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:41 smithi129 conmon[41175]: audit 2023-12-25T20:19:39.826473+0000 mgr.smithi080.aipsvo (mgr.14180) 260 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:41 smithi129 conmon[41175]: cluster 2023-12-25T20:19:40.060167+0000 mgr.smithi080.aipsvo (mgr.14180) 261 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:43 smithi080 conmon[36722]: cluster 2023-12-25T20:19:42.060869+0000 mgr.smithi080.aipsvo (mgr.14180) 262 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:43.281 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:43.281 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:43 smithi129 conmon[41175]: cluster 2023-12-25T20:19:42.060869+0000 mgr.smithi080.aipsvo (mgr.14180) 262 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:43.862 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:44.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:44 smithi129 conmon[41175]: audit 2023-12-25T20:19:43.278544+0000 mgr.smithi080.aipsvo (mgr.14180) 263 : audit [DBG] 2023-12-25T20:19:44.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:44 smithi129 conmon[41175]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:44.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:44 smithi080 conmon[36722]: audit 2023-12-25T20:19:43.278544+0000 mgr.smithi080.aipsvo (mgr.14180) 263 : audit 2023-12-25T20:19:44.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:44 smithi080 conmon[36722]: [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:44.864 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:45 smithi080 conmon[36722]: cluster 2023-12-25T20:19:44 2023-12-25T20:19:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:45 smithi080 conmon[36722]: .061344+0000 mgr.smithi080.aipsvo (mgr.14180) 264 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:45 smithi129 conmon[41175]: cluster 2023-12-25T20:19:44.061344+0000 mgr.smithi080.aipsvo (mgr.14180) 264 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:46.673 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:46.673 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:46.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:46 smithi129 conmon[41175]: cluster 2023-12-25T20:19:46.061821+0000 mgr.smithi080.aipsvo (mgr.14180) 265 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:47.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:46 smithi080 conmon[36722]: cluster 2023-12-25T20:19:46.061821+0000 mgr.smithi080.aipsvo (mgr.14180) 265 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:47.279 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:47.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:47 smithi129 conmon[41175]: audit 2023-12-25T20:19:46.669998+0000 mgr.smithi080.aipsvo (mgr.14180) 266 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:48.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:47 smithi080 conmon[36722]: audit 2023-12-25T20:19:46.669998+0000 mgr.smithi080.aipsvo (mgr.14180) 266 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:48.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:47 smithi080 conmon[36722]: 2023-12-25T20:19:48.280 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:48.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:48 smithi129 conmon[41175]: cluster 2023-12-25T20:19:48.062432+0000 mgr.smithi080.aipsvo (mgr.14180) 267 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:49.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:48 smithi080 conmon[36722]: cluster 2023-12-25T20:19:48.062432+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:19:49.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:48 smithi080 conmon[36722]: 267 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:50.175 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:50.176 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:50.847 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:51 smithi129 conmon[41175]: cluster 2023-12-25T20:19:50.062836+0000 mgr.smithi080.aipsvo (mgr.14180) 268 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:51 smithi129 conmon[41175]: audit 2023-12-25T20:19:50.172485+0000 mgr.smithi080.aipsvo (mgr.14180) 269 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:51 smithi080 conmon[36722]: cluster 2023-12-25T20:19:50.062836+0000 mgr.smithi080.aipsvo (mgr.14180) 268 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:51 smithi080 conmon[36722]: audit 2023-12-25T20:19:50.172485+0000 mgr.smithi080.aipsvo (mgr.14180) 269 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:51.848 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:53.372 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:53 smithi080 conmon[36722]: cluster 2023-12-25T20:19:52.063407+0000 mgr.smithi080.aipsvo (mgr.14180) 270 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:53 smithi129 conmon[41175]: cluster 2023-12-25T20:19:52.063407+0000 mgr.smithi080.aipsvo (mgr.14180) 270 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:53.715 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:53.715 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:54.343 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:55.344 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:55.378 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:55 smithi080 conmon[36722]: audit 2023-12-25T20:19:53.712853+0000 mgr.smithi080.aipsvo (mgr.14180) 271 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:55.378 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:55 smithi080 conmon[36722]: 2023-12-25T20:19:55.378 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:55 smithi080 conmon[36722]: cluster 2023-12-25T20:19:54.064063+0000 mgr.smithi080.aipsvo (mgr.14180) 272 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:55 smithi129 conmon[41175]: audit 2023-12-25T20:19:53.712853+0000 mgr.smithi080.aipsvo (mgr.14180) 271 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:55 smithi129 conmon[41175]: cluster 2023-12-25T20:19:54.064063+0000 mgr.smithi080.aipsvo (mgr.14180) 272 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:56.862 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:56 smithi080 conmon[36722]: cluster 2023-12-25T20:19:56.064539+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:19:56.862 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:56 smithi080 conmon[36722]: 273 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:56.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:56 smithi129 conmon[41175]: cluster 2023-12-25T20:19:56.064539+0000 mgr.smithi080.aipsvo (mgr.14180) 273 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:57.195 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:19:57.195 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:19:57.859 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:19:57.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:57 smithi129 conmon[41175]: audit 2023-12-25T20:19:57.192313+0000 mgr.smithi080.aipsvo (mgr.14180) 274 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:58.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:57 smithi080 conmon[36722]: audit 2023-12-25T20:19:57.192313+0000 mgr.smithi080.aipsvo (mgr.14180) 274 : audit 2023-12-25T20:19:58.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:57 smithi080 conmon[36722]: [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:19:58.861 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:19:58.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:19:58 smithi129 conmon[41175]: cluster 2023-12-25T20:19:58.065222+0000 mgr.smithi080.aipsvo (mgr.14180) 275 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:19:59.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:19:58 smithi080 conmon[36722]: cluster 2023-12-25T20:19:58.065222+0000 mgr.smithi080.aipsvo (mgr.14180) 275 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:00.386 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:00 smithi080 conmon[36722]: cluster 2023-12-25T20:20:00.000150+0000 mon.smithi080 (mon.0) 670 2023-12-25T20:20:00.386 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:00 smithi080 conmon[36722]: : cluster [INF] overall HEALTH_OK 2023-12-25T20:20:00.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:00 smithi129 conmon[41175]: cluster 2023-12-25T20:20:00.000150+0000 mon.smithi080 (mon.0) 670 : cluster [INF] overall HEALTH_OK 2023-12-25T20:20:00.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:00 smithi129 conmon[41175]: 2023-12-25T20:20:00.771 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:00.771 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:01.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:01 smithi080 conmon[36722]: cluster 2023-12-25T20:20:00.065703+0000 mgr.smithi080.aipsvo (mgr.14180) 276 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:01.425 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:01 smithi129 conmon[41175]: cluster 2023-12-25T20:20:00.065703+0000 mgr.smithi080.aipsvo (mgr.14180) 276 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:01.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:01 smithi129 conmon[41175]: 2023-12-25T20:20:02.426 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:02.461 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:02 smithi080 conmon[36722]: audit 2023-12-25T20:20:00.768481 2023-12-25T20:20:02.461 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:02 smithi080 conmon[36722]: +0000 mgr.smithi080.aipsvo (mgr.14180) 277 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:02.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:02 smithi129 conmon[41175]: audit 2023-12-25T20:20:00.768481+0000 mgr.smithi080.aipsvo (mgr.14180) 277 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:03.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:03 smithi080 conmon[36722]: cluster 2023-12-25T20:20:02.066411+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:20:03.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:03 smithi080 conmon[36722]: ) 278 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:03 smithi129 conmon[41175]: cluster 2023-12-25T20:20:02.066411+0000 mgr.smithi080.aipsvo (mgr.14180) 278 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:04.266 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:04.266 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:04.881 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:05 smithi129 conmon[41175]: cluster 2023-12-25T20:20:04.066891+0000 mgr.smithi080.aipsvo (mgr.14180) 279 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:05 smithi129 conmon[41175]: audit 2023-12-25T20:20:04.263079+0000 mgr.smithi080.aipsvo (mgr.14180) 280 : audit [DBG] 2023-12-25T20:20:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:05 smithi129 conmon[41175]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:05 smithi080 conmon[36722]: cluster 2023-12-25T20:20:04.066891+0000 mgr.smithi080.aipsvo (mgr.14180) 279 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:05 smithi080 conmon[36722]: audit 2023- 2023-12-25T20:20:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:05 smithi080 conmon[36722]: 12-25T20:20:04.263079+0000 mgr.smithi080.aipsvo (mgr.14180) 280 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:05.882 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:06.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:06 smithi129 conmon[41175]: cluster 2023-12-25T20:20:06.067395+0000 mgr.smithi080.aipsvo (mgr.14180) 281 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:06 smithi080 conmon[36722]: cluster 2023-12-25T20:20:06.067395+0000 mgr.smithi080.aipsvo (mgr.14180) 281 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:07.772 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:07.772 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:08.357 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:09.357 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:09.389 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:09 smithi080 conmon[36722]: audit 2023-12-25T20:20:07.769094+0000 mgr.smithi080.aipsvo (mgr.14180) 282 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:09.389 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:09 smithi080 conmon[36722]: cluster 2023-12-25T20:20:08.068007+0000 mgr.smithi080.aipsvo (mgr.14180) 283 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:09 smithi129 conmon[41175]: audit 2023-12-25T20:20:07.769094+0000 mgr.smithi080.aipsvo (mgr.14180) 282 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:09 smithi129 conmon[41175]: cluster 2023-12-25T20:20:08.068007 2023-12-25T20:20:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:09 smithi129 conmon[41175]: +0000 mgr.smithi080.aipsvo (mgr.14180) 283 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:11.214 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:11.214 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:11.440 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:11 smithi080 conmon[36722]: cluster 2023-12-25T20:20:10.068538+0000 mgr.smithi080.aipsvo (mgr.14180) 284 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:11 smithi129 conmon[41175]: cluster 2023-12-25T20:20:10.068538+0000 mgr.smithi080.aipsvo (mgr.14180) 284 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:11.847 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:12.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:12 smithi129 conmon[41175]: audit 2023-12-25T20:20:11.210880+0000 mgr.smithi080.aipsvo (mgr.14180) 285 : audit 2023-12-25T20:20:12.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:12 smithi129 conmon[41175]: [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:12.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:12 smithi080 conmon[36722]: audit 2023-12-25T20:20:11.210880+0000 mgr.smithi080.aipsvo (mgr.14180) 285 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:12.848 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:13.130 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:13 smithi080 conmon[36722]: cluster 2023-12-25T20:20:12.069073+0000 mgr.smithi080.aipsvo (mgr.14180) 286 : 2023-12-25T20:20:13.131 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:13 smithi080 conmon[36722]: cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:13 smithi129 conmon[41175]: cluster 2023-12-25T20:20:12.069073+0000 mgr.smithi080.aipsvo (mgr.14180) 286 : cluster [DBG] 2023-12-25T20:20:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:13 smithi129 conmon[41175]: pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:14.798 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:14.798 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:15.394 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:15 smithi080 conmon[36722]: cluster 2023-12-25T20:20:14.069776+0000 mgr.smithi080.aipsvo (mgr.14180) 287 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:15.396 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:15 smithi129 conmon[41175]: cluster 2023-12-25T20:20:14.069776+0000 mgr.smithi080.aipsvo (mgr.14180) 287 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:16.397 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:16.430 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:16 smithi080 conmon[36722]: audit 2023-12-25T20:20:14.794935+0000 mgr.smithi080.aipsvo (mgr.14180) 288 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:16.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:16 smithi129 conmon[41175]: audit 2023-12-25T20:20:14.794935+0000 mgr.smithi080.aipsvo (mgr.14180) 288 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:17.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:17 smithi129 conmon[41175]: cluster 2023-12-25T20:20:16.070495+0000 mgr.smithi080.aipsvo (mgr.14180) 289 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:17.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:17 smithi080 conmon[36722]: cluster 2023-12-25T20:20:16.070495+0000 mgr.smithi080.aipsvo (mgr.14180) 289 : 2023-12-25T20:20:17.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:17 smithi080 conmon[36722]: cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:18.233 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:18.233 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:18.845 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:19 smithi129 conmon[41175]: cluster 2023-12-25T20:20:18.070975+0000 mgr.smithi080.aipsvo (mgr.14180) 290 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:19 smithi129 conmon[41175]: audit 2023-12-25T20:20:18 2023-12-25T20:20:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:19 smithi129 conmon[41175]: .229211+0000 mgr.smithi080.aipsvo (mgr.14180) 291 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:19.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:19 smithi080 conmon[36722]: cluster 2023-12-25T20:20:18.070975+0000 mgr.smithi080.aipsvo (mgr.14180) 290 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:19.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:19 smithi080 conmon[36722]: audit 2023-12-25T20:20:18.229211+0000 mgr.smithi080.aipsvo (mgr.14180) 291 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:19.846 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:21.373 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:21 smithi080 conmon[36722]: cluster 2023-12-25T20:20:20.071350+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:20:21.373 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:21 smithi080 conmon[36722]: mgr.14180) 292 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:21 smithi129 conmon[41175]: cluster 2023-12-25T20:20:20.071350+0000 mgr.smithi080.aipsvo (mgr.14180) 292 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:21.773 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:21.774 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:22.403 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:23.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:23 smithi080 conmon[36722]: audit 2023-12-25T20:20:21.770444+0000 mgr.smithi080.aipsvo (mgr.14180) 293 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:23.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:23 smithi080 conmon[36722]: cluster 2023-12-25T20:20:22.072050+0000 mgr.smithi080.aipsvo (mgr.14180) 294 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:23.405 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:23 smithi129 conmon[41175]: audit 2023-12-25T20:20:21.770444+0000 mgr.smithi080.aipsvo (mgr.14180) 293 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:23 smithi129 conmon[41175]: cluster 2023-12-25T20:20:22.072050+0000 mgr.smithi080.aipsvo (mgr.14180) 294 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:25.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:25 smithi080 conmon[36722]: cluster 2023-12-25T20:20:24.072530+0000 mgr.smithi080.aipsvo (mgr.14180) 295 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:25.335 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:25.335 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:25 smithi129 conmon[41175]: cluster 2023-12-25T20:20:24.072530+0000 mgr.smithi080.aipsvo (mgr.14180) 295 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:25.968 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:26.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:26 smithi080 conmon[36722]: audit 2023-12-25T20:20:25.332626+0000 mgr.smithi080.aipsvo (mgr.14180) 296 : audit [DBG] 2023-12-25T20:20:26.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:26 smithi080 conmon[36722]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:26.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:26 smithi129 conmon[41175]: audit 2023-12-25T20:20:25.332626+0000 mgr.smithi080.aipsvo (mgr.14180) 296 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:26.970 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:27 smithi080 conmon[36722]: cluster 2023-12-25T20:20:26.073055+0000 mgr.smithi080.aipsvo (mgr.14180) 297 2023-12-25T20:20:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:27 smithi080 conmon[36722]: : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:27.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:27 smithi129 conmon[41175]: cluster 2023-12-25T20:20:26.073055+0000 mgr.smithi080.aipsvo (mgr.14180) 297 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:28.839 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:28.839 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:29.461 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:29 smithi080 conmon[36722]: cluster 2023-12-25T20:20:28.073579+0000 mgr.smithi080.aipsvo (mgr.14180) 298 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:29.477 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:29 smithi129 conmon[41175]: cluster 2023-12-25T20:20:28.073579+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:20:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:29 smithi129 conmon[41175]: .14180) 298 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:30.478 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:30.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:30 smithi129 conmon[41175]: audit 2023-12-25T20:20:28.836873+0000 mgr.smithi080.aipsvo (mgr.14180) 299 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:30.512 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:30 smithi080 conmon[36722]: audit 2023-12-25T20:20:28.836873+0000 mgr.smithi080.aipsvo (mgr.14180) 299 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:30.512 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:30 smithi080 conmon[36722]: 2023-12-25T20:20:31.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:31 smithi080 conmon[36722]: cluster 2023-12-25T20:20:30.073977+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:20:31.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:31 smithi080 conmon[36722]: 300 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:31 smithi129 conmon[41175]: cluster 2023-12-25T20:20:30.073977+0000 mgr.smithi080.aipsvo (mgr.14180) 300 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:32.440 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:32.440 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z 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.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:33.085 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:33.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:33 smithi080 conmon[36722]: cluster 2023-12-25T20:20:32.074596+0000 mgr.smithi080.aipsvo (mgr.14180) 301 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:33.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:33 smithi080 conmon[36722]: audit 2023-12-25T20:20:32.436941+0000 mgr.smithi080.aipsvo (mgr.14180) 302 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:33 smithi129 conmon[41175]: cluster 2023-12-25T20:20:32.074596+0000 mgr.smithi080.aipsvo (mgr.14180) 301 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:33 smithi129 conmon[41175]: audit 2023-12-25T20:20:32.436941+0000 mgr.smithi080.aipsvo (mgr.14180) 302 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:34.086 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:35.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: cluster 2023-12-25T20:20:34.075094+0000 mgr.smithi080.aipsvo (mgr.14180) 303 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:35.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: cephadm 2023-12-25T20:20:34.642242+0000 mgr.smithi080.aipsvo (mgr.14180) 304 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo 2023-12-25T20:20:35.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo 2023-12-25T20:20:35.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo 2023-12-25T20:20:35.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo 2023-12-25T20:20:35.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi129.vmiweo ... 2023-12-25T20:20:35.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:20:35.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:20:35.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:18: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" 2023-12-25T20:20:35.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:19:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:20:35.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:19: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" 2023-12-25T20:20:35.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:20:35.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: Traceback (most recent call last): 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: yield (conn, connr) 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: code, '\n'.join(err))) 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi129.vmiweo ... 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:18: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" 2023-12-25T20:20:35.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:19:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:20:35.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:19: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" 2023-12-25T20:20:35.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:20:35.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-12-25T20:20:35.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:20:35.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:20:35.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: cephadm 2023-12-25T20:20:34.642408+0000 mgr.smithi080.aipsvo (mgr.14180) 305 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi129.vmiweo 2023-12-25T20:20:35.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: audit 2023-12-25T20:20:34.642678+0000 mon.smithi080 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi129.vmiweo"}]: dispatch 2023-12-25T20:20:35.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: cephadm 2023-12-25T20:20:34.643262+0000 mgr.smithi080.aipsvo (mgr.14180) 306 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo 2023-12-25T20:20:35.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo 2023-12-25T20:20:35.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo 2023-12-25T20:20:35.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo 2023-12-25T20:20:35.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi129.vmiweo ... 2023-12-25T20:20:35.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:20:35.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:20:35.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:18: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" 2023-12-25T20:20:35.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:19:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:20:35.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:19: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" 2023-12-25T20:20:35.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:20:35.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:20:35.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:20:35.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:35 smithi080 conmon[36722]: cephadm 2023-12-25T20:20:34.644694+0000 mgr.smithi080.aipsvo (mgr.14180) 307 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi080.twoftz on smithi080 2023-12-25T20:20:35.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: cluster 2023-12-25T20:20:34.075094+0000 mgr.smithi080.aipsvo (mgr.14180) 303 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:35.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: cephadm 2023-12-25T20:20:34.642242+0000 mgr.smithi080.aipsvo (mgr.14180) 304 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo 2023-12-25T20:20:35.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo 2023-12-25T20:20:35.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo 2023-12-25T20:20:35.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo 2023-12-25T20:20:35.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi129.vmiweo ... 2023-12-25T20:20:35.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:20:35.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:20:35.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:18: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" 2023-12-25T20:20:35.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:19:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:20:35.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:19: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" 2023-12-25T20:20:35.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:20:35.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:20:35.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:20:35.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: Traceback (most recent call last): 2023-12-25T20:20:35.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:20:35.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: yield (conn, connr) 2023-12-25T20:20:35.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:20:35.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: code, '\n'.join(err))) 2023-12-25T20:20:35.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo 2023-12-25T20:20:35.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo 2023-12-25T20:20:35.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo 2023-12-25T20:20:35.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo 2023-12-25T20:20:35.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi129.vmiweo ... 2023-12-25T20:20:35.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:20:35.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:20:35.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:18: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" 2023-12-25T20:20:35.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:19:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:20:35.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:19: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" 2023-12-25T20:20:35.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:20:35.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-12-25T20:20:35.503 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:20:35.503 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:20:35.503 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: cephadm 2023-12-25T20:20:34.642408+0000 mgr.smithi080.aipsvo (mgr.14180) 305 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi129.vmiweo 2023-12-25T20:20:35.503 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: audit 2023-12-25T20:20:34.642678+0000 mon.smithi080 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi129.vmiweo"}]: dispatch 2023-12-25T20:20:35.503 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: cephadm 2023-12-25T20:20:34.643262+0000 mgr.smithi080.aipsvo (mgr.14180) 306 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo 2023-12-25T20:20:35.503 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo 2023-12-25T20:20:35.504 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo 2023-12-25T20:20:35.504 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo 2023-12-25T20:20:35.504 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi129.vmiweo ... 2023-12-25T20:20:35.504 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:20:35.504 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:20:35.504 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:18: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" 2023-12-25T20:20:35.504 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:19:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:20:35.505 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:19: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" 2023-12-25T20:20:35.505 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:20:35.505 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:20:35.506 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:20:35.506 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:35 smithi129 conmon[41175]: cephadm 2023-12-25T20:20:34.644694+0000 mgr.smithi080.aipsvo (mgr.14180) 307 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi080.twoftz on smithi080 2023-12-25T20:20:35.970 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:35.970 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:36.633 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:36.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:36 smithi129 conmon[41175]: audit 2023-12-25T20:20:35.966942+0000 mgr.smithi080.aipsvo (mgr.14180) 308 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:36.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:36 smithi129 conmon[41175]: cluster 2023-12-25T20:20:36.075538+0000 mgr.smithi080.aipsvo (mgr.14180) 309 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:37.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:36 smithi080 conmon[36722]: audit 2023-12-25T20:20:35.966942+0000 mgr.smithi080.aipsvo (mgr.14180) 308 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:37.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:36 smithi080 conmon[36722]: cluster 2023-12-25T20:20:36.075538+0000 mgr.smithi080.aipsvo (mgr.14180) 309 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:37.633 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:39.463 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:39.464 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:39.491 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:39 smithi080 conmon[36722]: cluster 2023-12-25T20:20:38.076247+0000 mgr.smithi080.aipsvo (mgr.14180) 310 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:39 smithi129 conmon[41175]: cluster 2023-12-25T20:20:38.076247+0000 mgr.smithi080.aipsvo (mgr.14180) 310 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:40.066 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:40.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:40 smithi129 conmon[41175]: audit 2023-12-25T20:20:39.460190+0000 mgr.smithi080.aipsvo (mgr.14180) 311 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:40.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:40 smithi080 conmon[36722]: audit 2023-12-25T20:20:39.460190+0000 mgr.smithi080.aipsvo (mgr.14180) 311 2023-12-25T20:20:40.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:40 smithi080 conmon[36722]: : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:41.067 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:41 smithi129 conmon[41175]: cluster 2023-12-25T20:20:40.076594+0000 mgr.smithi080.aipsvo (mgr.14180) 312 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:41.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:41 smithi080 conmon[36722]: cluster 2023-12-25T20:20:40.076594+0000 mgr.smithi080.aipsvo (mgr.14180) 312 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:42.928 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:42.928 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:43 smithi080 conmon[36722]: cluster 2023-12-25T20:20:42.077106+0000 mgr.smithi080.aipsvo (mgr.14180) 313 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:43 smithi129 conmon[41175]: cluster 2023-12-25T20:20:42.077106+0000 mgr.smithi080.aipsvo (mgr.14180) 313 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:43.574 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:44.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:44 smithi129 conmon[41175]: audit 2023-12-25T20:20:42.924373+0000 mgr.smithi080.aipsvo (mgr.14180) 314 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:44.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:44 smithi080 conmon[36722]: audit 2023-12-25T20:20:42.924373+0000 mgr.smithi080.aipsvo (mgr.14180) 314 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:44.575 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:45.407 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:45 smithi080 conmon[36722]: cluster 2023-12-25T20:20:44.077806+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:20:45.408 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:45 smithi080 conmon[36722]: 14180) 315 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:45.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:45 smithi129 conmon[41175]: cluster 2023-12-25T20:20:44.077806+0000 mgr.smithi080.aipsvo (mgr.14180) 315 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:46.505 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:46.505 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:46.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:46 smithi129 conmon[41175]: cluster 2023-12-25T20:20:46.078285+0000 mgr.smithi080.aipsvo (mgr.14180) 316 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:46.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:46 smithi129 conmon[41175]: 2023-12-25T20:20:46.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:46 smithi129 conmon[41175]: audit 2023-12-25T20:20:46.501998+0000 mgr.smithi080.aipsvo (mgr.14180) 317 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:47.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:46 smithi080 conmon[36722]: cluster 2023-12-25T20:20:46.078285+0000 mgr.smithi080.aipsvo (mgr.14180) 316 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:47.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:46 smithi080 conmon[36722]: audit 2023-12-25T20:20:46.501998+0000 mgr.smithi080.aipsvo (mgr.14180) 317 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:47.172 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:48.173 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:49.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:49 smithi080 conmon[36722]: cluster 2023-12-25T20:20:48.079062+0000 mgr.smithi080.aipsvo 2023-12-25T20:20:49.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:49 smithi080 conmon[36722]: (mgr.14180) 318 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:49.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:49 smithi129 conmon[41175]: cluster 2023-12-25T20:20:48.079062+0000 mgr.smithi080.aipsvo (mgr.14180) 318 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:50.066 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:50.067 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:50.712 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:51 smithi129 conmon[41175]: audit 2023-12-25T20:20:50.063334+0000 mgr.smithi080.aipsvo (mgr.14180) 319 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:51 smithi129 conmon[41175]: cluster 2023-12-25T20:20:50.079576+0000 mgr.smithi080.aipsvo (mgr.14180) 320 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:51.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:51 smithi080 conmon[36722]: audit 2023-12-25T20:20:50.063334+0000 mgr.smithi080.aipsvo (mgr.14180) 319 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:51 smithi080 conmon[36722]: cluster 2023-12-25T20:20:50.079576+0000 mgr.smithi080.aipsvo (mgr.14180) 320 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:51.714 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:53.258 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:53 smithi080 conmon[36722]: cluster 2023-12-25T20:20:52.080240+0000 mgr.smithi080.aipsvo (mgr.14180) 321 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:53 smithi129 conmon[41175]: cluster 2023-12-25T20:20:52.080240+0000 mgr.smithi080.aipsvo (mgr.14180) 321 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:53.641 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:53.641 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:54.322 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:54.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:54 smithi129 conmon[41175]: audit 2023-12-25T20:20:53.638800+0000 mgr.smithi080.aipsvo (mgr.14180) 322 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:54.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:54 smithi080 conmon[36722]: audit 2023-12-25T20:20:53.638800+0000 mgr.smithi080.aipsvo (mgr.14180) 322 : audit 2023-12-25T20:20:54.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:54 smithi080 conmon[36722]: [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:55.323 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:55 smithi129 conmon[41175]: cluster 2023-12-25T20:20:54.080953+0000 mgr.smithi080.aipsvo (mgr.14180) 323 : cluster [DBG] 2023-12-25T20:20:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:55 smithi129 conmon[41175]: pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:55.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:55 smithi080 conmon[36722]: cluster 2023-12-25T20:20:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:55 smithi080 conmon[36722]: 2023-12-25T20:20:54.080953+0000 mgr.smithi080.aipsvo (mgr.14180) 323 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:56.870 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:56 smithi080 conmon[36722]: cluster 2023-12-25T20:20:56.081405+0000 mgr.smithi080.aipsvo (mgr.14180) 324 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:56.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:56 smithi129 conmon[41175]: cluster 2023-12-25T20:20:56.081405+0000 mgr.smithi080.aipsvo (mgr.14180) 324 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:57.199 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:20:57.199 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:20:57.804 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:20:57.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:57 smithi129 conmon[41175]: audit 2023-12-25T20:20:57.196182+0000 mgr.smithi080.aipsvo (mgr.14180) 325 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:58.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:57 smithi080 conmon[36722]: audit 2023-12-25T20:20:57.196182+0000 mgr.smithi080.aipsvo (mgr.14180) 325 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:20:58.805 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:20:59.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:20:58 smithi080 conmon[36722]: cluster 2023-12-25T20:20:58.082009+0000 mgr.smithi080.aipsvo (mgr.14180) 326 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:20:59.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:20:58 smithi129 conmon[41175]: cluster 2023-12-25T20:20:58.082009+0000 mgr.smithi080.aipsvo (mgr.14180) 326 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:00.718 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:00.718 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:01.319 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:01 smithi129 conmon[41175]: cluster 2023-12-25T20:21:00.082517+0000 mgr.smithi080.aipsvo (mgr.14180) 327 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:01.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:01 smithi080 conmon[36722]: cluster 2023-12-25T20:21:00.082517+0000 mgr.smithi080.aipsvo (mgr.14180) 327 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:02.320 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:02.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:02 smithi129 conmon[41175]: audit 2023-12-25T20:21:00.714707+0000 mgr.smithi080.aipsvo (mgr.14180) 328 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:02.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:02 smithi080 conmon[36722]: audit 2023-12-25T20:21:00.714707+0000 mgr.smithi080.aipsvo (mgr.14180) 328 : audit [DBG] 2023-12-25T20:21:02.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:02 smithi080 conmon[36722]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:03.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:03 smithi080 conmon[36722]: cluster 2023-12-25T20:21:02.083175+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:21:03.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:03 smithi080 conmon[36722]: 329 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:03 smithi129 conmon[41175]: cluster 2023-12-25T20:21:02.083175+0000 mgr.smithi080.aipsvo (mgr.14180) 329 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:04.181 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:04.181 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:04.777 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:05 smithi129 conmon[41175]: cluster 2023-12-25T20:21:04.083645+0000 mgr.smithi080.aipsvo (mgr.14180) 330 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:05 smithi129 conmon[41175]: audit 2023-12-25T20:21:04.177701+0000 mgr.smithi080.aipsvo (mgr.14180) 331 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:05 smithi080 conmon[36722]: cluster 2023-12-25T20:21:04.083645+0000 mgr.smithi080.aipsvo (mgr.14180) 330 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:05 smithi080 conmon[36722]: audit 2023-12-25T20:21:04.177701+0000 mgr.smithi080.aipsvo (mgr.14180) 331 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:05.778 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:06.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:06 smithi129 conmon[41175]: cluster 2023-12-25T20:21:06.084188+0000 mgr.smithi080.aipsvo (mgr.14180) 332 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:07.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:06 smithi080 conmon[36722]: cluster 2023-12-25T20:21:06.084188+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:21:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:06 smithi080 conmon[36722]: .14180) 332 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:07.685 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:07.685 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:08.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:07 smithi080 conmon[36722]: audit 2023-12-25T20:21:07.681647+0000 mgr.smithi080.aipsvo (mgr.14180) 333 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:08.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:07 smithi129 conmon[41175]: audit 2023-12-25T20:21:07.681647+0000 mgr.smithi080.aipsvo (mgr.14180) 333 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:08.285 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:09.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:08 smithi080 conmon[36722]: cluster 2023-12-25T20:21:08.084723+0000 mgr.smithi080.aipsvo (mgr.14180) 334 : 2023-12-25T20:21:09.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:08 smithi080 conmon[36722]: cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:09.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:08 smithi129 conmon[41175]: cluster 2023-12-25T20:21:08.084723+0000 mgr.smithi080.aipsvo (mgr.14180) 334 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:09.286 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:11.214 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:11.214 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:11.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:11 smithi080 conmon[36722]: cluster 2023-12-25T20:21:10.085092+0000 mgr.smithi080.aipsvo (mgr.14180) 335 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:11 smithi129 conmon[41175]: cluster 2023-12-25T20:21:10.085092+0000 mgr.smithi080.aipsvo (mgr.14180) 335 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:11.792 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:12.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:12 smithi129 conmon[41175]: audit 2023-12-25T20:21:11.210719+0000 mgr.smithi080.aipsvo (mgr.14180) 336 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:12.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:12 smithi080 conmon[36722]: audit 2023-12-25T20:21:11.210719+0000 mgr.smithi080.aipsvo (mgr.14180) 336 2023-12-25T20:21:12.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:12 smithi080 conmon[36722]: : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:12.793 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:13.401 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:13 smithi080 conmon[36722]: cluster 2023-12-25T20:21:12.085835+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:21:13.401 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:13 smithi080 conmon[36722]: ) 337 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:13 smithi129 conmon[41175]: cluster 2023-12-25T20:21:12.085835+0000 mgr.smithi080.aipsvo (mgr.14180) 337 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:14.743 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:14.743 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:15.366 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:15 smithi129 conmon[41175]: cluster 2023-12-25T20:21:14.086338+0000 mgr.smithi080.aipsvo (mgr.14180) 338 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:15.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:15 smithi080 conmon[36722]: cluster 2023-12-25T20:21:14.086338+0000 mgr.smithi080.aipsvo (mgr.14180) 338 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:16.366 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:16.401 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:16 smithi080 conmon[36722]: audit 2023 2023-12-25T20:21:16.401 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:16 smithi080 conmon[36722]: -12-25T20:21:14.739818+0000 mgr.smithi080.aipsvo (mgr.14180) 339 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:16.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:16 smithi129 conmon[41175]: audit 2023-12-25T20:21:14.739818+0000 mgr.smithi080.aipsvo (mgr.14180) 339 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:17.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:17 smithi129 conmon[41175]: cluster 2023-12-25T20:21:16.086789+0000 mgr.smithi080.aipsvo (mgr.14180) 340 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:17.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:17 smithi080 conmon[36722]: cluster 2023-12-25T20:21:16.086789+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:21:17.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:17 smithi080 conmon[36722]: ) 340 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:18.243 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:18.243 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:18.849 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:19 smithi129 conmon[41175]: cluster 2023-12-25T20:21:18.087333+0000 mgr.smithi080.aipsvo (mgr.14180) 341 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:19 smithi129 conmon[41175]: audit 2023-12-25T20:21:18.239903+0000 mgr.smithi080.aipsvo (mgr.14180) 342 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:19.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:19 smithi080 conmon[36722]: cluster 2023-12-25T20:21:18.087333+0000 mgr.smithi080.aipsvo (mgr.14180) 341 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:19.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:19 smithi080 conmon[36722]: audit 2023-12-25T20:21:18.239903+0000 mgr.smithi080.aipsvo (mgr.14180) 342 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:19.850 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:21.408 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:21 smithi080 conmon[36722]: cluster 2023-12-25T20:21:20.087690+0000 mgr.smithi080.aipsvo (mgr.14180) 343 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:21.409 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:21 smithi080 conmon[36722]: 2023-12-25T20:21:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:21 smithi129 conmon[41175]: cluster 2023-12-25T20:21:20.087690+0000 mgr.smithi080.aipsvo (mgr.14180) 343 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:21.725 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:21.725 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:22.307 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:23.308 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:23 smithi129 conmon[41175]: audit 2023-12-25T20:21:21.722230+0000 mgr.smithi080.aipsvo (mgr.14180) 344 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:23 smithi129 conmon[41175]: cluster 2023-12-25T20: 2023-12-25T20:21:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:23 smithi129 conmon[41175]: 21:22.088461+0000 mgr.smithi080.aipsvo (mgr.14180) 345 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:23.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:23 smithi080 conmon[36722]: audit 2023-12-25T20:21:21.722230+0000 mgr.smithi080.aipsvo (mgr.14180) 344 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:23.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:23 smithi080 conmon[36722]: cluster 2023-12-25T20:21:22.088461+0000 mgr.smithi080.aipsvo (mgr.14180) 345 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:25.195 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:25.195 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:25.416 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:25 smithi080 conmon[36722]: cluster 2023-12-25T20:21:24.088951+0000 mgr.smithi080.aipsvo (mgr.14180) 346 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:25 smithi129 conmon[41175]: cluster 2023-12-25T20:21:24.088951+0000 mgr.smithi080.aipsvo (mgr.14180) 346 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:25 smithi129 conmon[41175]: 2023-12-25T20:21:25.863 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:26.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:26 smithi129 conmon[41175]: audit 2023-12-25T20:21:25.191486+0000 mgr.smithi080.aipsvo (mgr.14180) 347 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:26.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:26 smithi080 conmon[36722]: audit 2023-12-25T20:21:25.191486+0000 mgr.smithi080.aipsvo (mgr.14180) 347 : audit 2023-12-25T20:21:26.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:26 smithi080 conmon[36722]: [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:26.864 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:27.489 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:27 smithi080 conmon[36722]: cluster 2023-12-25T20:21:26.089517+0000 mgr.smithi080.aipsvo (mgr.14180) 348 2023-12-25T20:21:27.489 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:27 smithi080 conmon[36722]: : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:27.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:27 smithi129 conmon[41175]: cluster 2023-12-25T20:21:26.089517+0000 mgr.smithi080.aipsvo (mgr.14180) 348 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:28.730 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:28.730 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:29.363 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:29.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:29 smithi129 conmon[41175]: cluster 2023-12-25T20:21:28.090037+0000 mgr.smithi080.aipsvo (mgr.14180) 349 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:29.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:29 smithi080 conmon[36722]: cluster 2023-12-25T20:21:28.090037+0000 mgr.smithi080.aipsvo (mgr.14180) 349 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:30.364 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:30.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:30 smithi129 conmon[41175]: audit 2023-12-25T20:21:28.726749+0000 mgr.smithi080.aipsvo (mgr.14180) 350 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:30.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:30 smithi080 conmon[36722]: audit 2023-12-25T20:21:28.726749+0000 mgr.smithi080.aipsvo (mgr.14180) 350 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:31 smithi129 conmon[41175]: cluster 2023-12-25T20:21:30.090417+0000 mgr.smithi080.aipsvo (mgr.14180) 351 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:31 smithi080 conmon[36722]: cluster 2023-12-25T20:21:30.090417+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:21:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:31 smithi080 conmon[36722]: 351 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:32.307 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:32.307 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:32.938 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:33 smithi129 conmon[41175]: cluster 2023-12-25T20:21:32.091061+0000 mgr.smithi080.aipsvo (mgr.14180) 352 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:33 smithi129 conmon[41175]: audit 2023-12-25T20:21:32.303733+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:21:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:33 smithi129 conmon[41175]: mgr.14180) 353 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:33.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:33 smithi080 conmon[36722]: cluster 2023-12-25T20:21:32.091061+0000 mgr.smithi080.aipsvo (mgr.14180) 352 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:33.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:33 smithi080 conmon[36722]: audit 2023-12-25T20:21:32.303733+0000 mgr.smithi080.aipsvo (mgr.14180) 353 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:33.939 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:35.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:35 smithi129 conmon[41175]: cluster 2023-12-25T20:21:34.091538+0000 mgr.smithi080.aipsvo (mgr.14180) 354 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:35.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:35 smithi129 conmon[41175]: 2023-12-25T20:21:35.497 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:35 smithi080 conmon[36722]: cluster 2023-12-25T20:21:34.091538+0000 mgr.smithi080.aipsvo (mgr.14180) 354 2023-12-25T20:21:35.498 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:35 smithi080 conmon[36722]: : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:35.848 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:35.848 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:36.496 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:37.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:36 smithi080 conmon[36722]: audit 2023-12-25T20:21:35.844597+0000 mgr.smithi080.aipsvo (mgr.14180) 355 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:37.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:36 smithi080 conmon[36722]: cluster 2023-12-25T20:21:36.092061+0000 mgr.smithi080.aipsvo (mgr.14180) 356 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:37.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:36 smithi129 conmon[41175]: audit 2023-12-25T20:21:35.844597+0000 mgr.smithi080.aipsvo (mgr.14180) 355 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:37.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:36 smithi129 conmon[41175]: cluster 2023-12-25T20:21:36.092061+0000 mgr.smithi080.aipsvo (mgr.14180) 356 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:37.497 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:39.372 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:39.372 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:39 smithi129 conmon[41175]: cluster 2023-12-25T20:21:38.092600+0000 mgr.smithi080.aipsvo (mgr.14180) 357 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:39.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:39 smithi080 conmon[36722]: cluster 2023-12-25T20:21:38.092600+0000 mgr.smithi080.aipsvo (mgr.14180) 357 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:40.006 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:40.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:40 smithi080 conmon[36722]: audit 2023-12-25T20:21:39.368590+0000 mgr.smithi080.aipsvo (mgr.14180) 358 : audit 2023-12-25T20:21:40.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:40 smithi080 conmon[36722]: [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:40.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:40 smithi129 conmon[41175]: audit 2023-12-25T20:21:39.368590+0000 mgr.smithi080.aipsvo (mgr.14180) 358 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:41.007 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:41.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:41 smithi080 conmon[36722]: cluster 2023-12-25T20:21:40.093014+0000 mgr.smithi080.aipsvo (mgr.14180) 359 : cluster 2023-12-25T20:21:41.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:41 smithi080 conmon[36722]: [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:41 smithi129 conmon[41175]: cluster 2023-12-25T20:21:40.093014+0000 mgr.smithi080.aipsvo (mgr.14180) 359 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:42.886 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:42.886 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:43 smithi080 conmon[36722]: cluster 2023-12-25T20:21:42.093723+0000 mgr.smithi080.aipsvo (mgr.14180) 360 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:43 smithi129 conmon[41175]: cluster 2023-12-25T20:21:42.093723+0000 mgr.smithi080.aipsvo (mgr.14180) 360 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:43.585 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:44.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:44 smithi129 conmon[41175]: audit 2023-12-25T20:21:42.883035+0000 mgr.smithi080.aipsvo (mgr.14180) 361 : audit 2023-12-25T20:21:44.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:44 smithi129 conmon[41175]: [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:44.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:44 smithi080 conmon[36722]: audit 2023-12-25T20:21:42.883035+0000 mgr.smithi080.aipsvo (mgr.14180) 361 : audit [DBG] 2023-12-25T20:21:44.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:44 smithi080 conmon[36722]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:44.587 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:45.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:45 smithi080 conmon[36722]: cluster 2023-12-25T20:21:44.094446+0000 mgr.smithi080.aipsvo 2023-12-25T20:21:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:45 smithi080 conmon[36722]: (mgr.14180) 362 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:45 smithi129 conmon[41175]: cluster 2023-12-25T20:21:44.094446+0000 mgr.smithi080.aipsvo (mgr.14180) 362 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:45 smithi129 conmon[41175]: 2023-12-25T20:21:46.393 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:46.393 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:46.959 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:47.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:46 smithi080 conmon[36722]: cluster 2023-12-25T20:21:46.094895+0000 mgr.smithi080.aipsvo (mgr.14180) 363 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:47.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:46 smithi080 conmon[36722]: audit 2023-12-25T20:21:46.389560+0000 mgr.smithi080.aipsvo (mgr.14180) 364 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:47.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:46 smithi129 conmon[41175]: cluster 2023-12-25T20:21:46.094895+0000 mgr.smithi080.aipsvo (mgr.14180) 363 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:47.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:46 smithi129 conmon[41175]: audit 2023-12-25T20:21:46.389560+0000 mgr.smithi080.aipsvo (mgr.14180) 364 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:47.960 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:49.478 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:49 smithi080 conmon[36722]: cluster 2023-12-25T20:21:48.095490+0000 mgr.smithi080.aipsvo (mgr.14180) 365 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:49.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:49 smithi129 conmon[41175]: cluster 2023-12-25T20:21:48.095490+0000 mgr.smithi080.aipsvo (mgr.14180) 365 : cluster [DBG] 2023-12-25T20:21:49.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:49 smithi129 conmon[41175]: pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:49.832 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:49.833 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:50.508 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:51 smithi129 conmon[41175]: audit 2023-12-25T20:21:49.829779+0000 mgr.smithi080.aipsvo (mgr.14180) 366 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:51 smithi129 conmon[41175]: cluster 2023-12-25T20:21:50.095831+0000 mgr.smithi080.aipsvo (mgr.14180) 367 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:51.510 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:51.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:51 smithi080 conmon[36722]: audit 2023-12-25T20:21:49.829779+0000 mgr.smithi080.aipsvo (mgr.14180) 366 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:51 smithi080 conmon[36722]: cluster 2023-12-25T20:21:50.095831+0000 mgr.smithi080.aipsvo (mgr.14180) 367 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:53.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:53 smithi080 conmon[36722]: cluster 2023-12-25T20:21:52.096385+0000 mgr.smithi080.aipsvo (mgr.14180) 368 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:53.344 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:53.344 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:53 smithi129 conmon[41175]: cluster 2023-12-25T20:21:52.096385+0000 mgr.smithi080.aipsvo (mgr.14180) 368 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:53.990 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:54.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:54 smithi080 conmon[36722]: audit 2023-12-25T20:21:53.341389+0000 mgr.smithi080.aipsvo (mgr.14180) 369 : audit [DBG] 2023-12-25T20:21:54.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:54 smithi080 conmon[36722]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:54.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:54 smithi129 conmon[41175]: audit 2023-12-25T20:21:53.341389+0000 mgr.smithi080.aipsvo (mgr.14180) 369 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:54.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:54 smithi129 conmon[41175]: 2023-12-25T20:21:54.991 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:55.466 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:55 smithi080 conmon[36722]: cluster 2023-12-25T20:21:54.096818+0000 mgr.smithi080.aipsvo (mgr.14180) 370 : cluster 2023-12-25T20:21:55.466 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:55 smithi080 conmon[36722]: [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:55 smithi129 conmon[41175]: cluster 2023-12-25T20:21:54.096818+0000 mgr.smithi080.aipsvo (mgr.14180) 370 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:56.894 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:21:56.894 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:21:56.916 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:56 smithi080 conmon[36722]: cluster 2023-12-25T20:21:56.097406+0000 mgr.smithi080.aipsvo (mgr.14180) 371 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:56 smithi129 conmon[41175]: cluster 2023-12-25T20:21:56.097406+0000 mgr.smithi080.aipsvo (mgr.14180) 371 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:57.499 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:21:58.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:57 smithi080 conmon[36722]: audit 2023-12-25T20:21:56.890453+0000 mgr.smithi080.aipsvo (mgr.14180) 372 : audit [DBG] 2023-12-25T20:21:58.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:57 smithi080 conmon[36722]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:58.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:57 smithi129 conmon[41175]: audit 2023-12-25T20:21:56.890453+0000 mgr.smithi080.aipsvo (mgr.14180) 372 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:21:58.500 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:21:58.931 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:58 smithi080 conmon[36722]: cluster 2023-12-25T20:21:58.097927+0000 mgr.smithi080.aipsvo (mgr.14180) 373 2023-12-25T20:21:58.931 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:21:58 smithi080 conmon[36722]: : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:21:59.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:58 smithi129 conmon[41175]: cluster 2023-12-25T20:21:58.097927+0000 mgr.smithi080.aipsvo (mgr.14180) 373 : cluster [DBG] 2023-12-25T20:21:59.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:21:58 smithi129 conmon[41175]: pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:00.315 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:00.315 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:00.947 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:01.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:01 smithi080 conmon[36722]: cluster 2023-12-25T20:22:00.098327+0000 mgr.smithi080.aipsvo (mgr.14180) 374 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:01.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:01 smithi080 conmon[36722]: audit 2023-12-25T20:22:00.311517+0000 mgr.smithi080.aipsvo (mgr.14180) 375 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:01 smithi129 conmon[41175]: cluster 2023-12-25T20:22:00.098327+0000 mgr.smithi080.aipsvo (mgr.14180) 374 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:01 smithi129 conmon[41175]: audit 2023-12-25T20:22:00.311517+0000 mgr.smithi080.aipsvo (mgr.14180) 375 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:01.948 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:03.442 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:03 smithi080 conmon[36722]: cluster 2023-12-25T20:22:02.098894+0000 mgr.smithi080.aipsvo (mgr.14180) 376 : cluster [DBG] 2023-12-25T20:22:03.442 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:03 smithi080 conmon[36722]: pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:03 smithi129 conmon[41175]: cluster 2023-12-25T20:22:02.098894+0000 mgr.smithi080.aipsvo (mgr.14180) 376 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:03.836 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:03.837 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:04.498 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:05 smithi129 conmon[41175]: audit 2023-12-25T20:22:03.833730+0000 mgr.smithi080.aipsvo (mgr.14180) 377 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:05 smithi129 conmon[41175]: cluster 2023-12-25T20:22:04.099542+0000 mgr.smithi080.aipsvo (mgr.14180) 378 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:05.499 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:05 smithi080 conmon[36722]: audit 2023-12-25T20:22:03.833730+0000 mgr.smithi080.aipsvo (mgr.14180) 377 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:05 smithi080 conmon[36722]: cluster 2023-12-25T20:22:04.099542+0000 mgr.smithi080.aipsvo (mgr.14180) 378 : 2023-12-25T20:22:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:05 smithi080 conmon[36722]: cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:07.007 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:06 smithi080 conmon[36722]: cluster 2023-12-25T20:22:06.100193+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:22:07.007 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:06 smithi080 conmon[36722]: 14180) 379 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:07.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:06 smithi129 conmon[41175]: cluster 2023-12-25T20:22:06.100193+0000 mgr.smithi080.aipsvo (mgr.14180) 379 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:07.388 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:07.389 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:08.020 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:07 smithi080 conmon[36722]: audit 2023-12-25T20:22:07.384994+0000 mgr.smithi080.aipsvo (mgr.14180) 380 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:08.040 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:08.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:07 smithi129 conmon[41175]: audit 2023-12-25T20:22:07.384994+0000 mgr.smithi080.aipsvo (mgr.14180) 380 : audit 2023-12-25T20:22:08.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:07 smithi129 conmon[41175]: [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:09.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:08 smithi080 conmon[36722]: cluster 2023-12-25T20:22:08.100830+0000 mgr.smithi080.aipsvo (mgr.14180) 381 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:09.040 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:09.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:08 smithi129 conmon[41175]: cluster 2023-12-25T20:22:08.100830+0000 mgr.smithi080.aipsvo (mgr.14180) 381 : cluster [DBG] 2023-12-25T20:22:09.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:08 smithi129 conmon[41175]: pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:10.923 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:10.923 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:11.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:11 smithi080 conmon[36722]: cluster 2023-12-25T20:22:10.101164+0000 mgr.smithi080.aipsvo (mgr.14180) 382 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:11 smithi129 conmon[41175]: cluster 2023-12-25T20:22:10.101164+0000 mgr.smithi080.aipsvo (mgr.14180) 382 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:11 smithi129 conmon[41175]: 2023-12-25T20:22:11.512 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:12.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:12 smithi129 conmon[41175]: audit 2023-12-25T20:22:10.920059+0000 mgr.smithi080.aipsvo (mgr.14180) 383 : audit 2023-12-25T20:22:12.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:12 smithi129 conmon[41175]: [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:12.513 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:12.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:12 smithi080 conmon[36722]: audit 2023-12-25T20:22:10.920059+0000 mgr.smithi080.aipsvo (mgr.14180) 383 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:13.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:13 smithi080 conmon[36722]: cluster 2023-12-25T20:22:12.101791+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:22:13.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:13 smithi080 conmon[36722]: 384 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:13 smithi129 conmon[41175]: cluster 2023-12-25T20:22:12.101791+0000 mgr.smithi080.aipsvo (mgr.14180) 384 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:14.343 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:14.343 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:14.962 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:15.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:15 smithi080 conmon[36722]: cluster 2023-12-25T20:22:14.102257+0000 mgr.smithi080.aipsvo (mgr.14180) 385 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:15.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:15 smithi080 conmon[36722]: audit 2023-12-25T20:22:14.339664+0000 mgr.smithi080.aipsvo (mgr.14180) 386 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:15 smithi129 conmon[41175]: cluster 2023-12-25T20:22:14.102257+0000 mgr.smithi080.aipsvo (mgr.14180) 385 : cluster 2023-12-25T20:22:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:15 smithi129 conmon[41175]: [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:15 smithi129 conmon[41175]: audit 2023-12-25T20:22:14.339664+0000 mgr.smithi080.aipsvo (mgr.14180) 386 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:15.963 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:17.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:16 smithi080 conmon[36722]: cluster 2023-12-25T20:22:16.102736+0000 mgr.smithi080.aipsvo (mgr.14180) 387 2023-12-25T20:22:17.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:16 smithi080 conmon[36722]: : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:17.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:16 smithi129 conmon[41175]: cluster 2023-12-25T20:22:16.102736+0000 mgr.smithi080.aipsvo (mgr.14180) 387 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:17.820 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:17.820 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:18.394 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:19.395 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:19.428 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:19 smithi080 conmon[36722]: audit 2023-12-25T20:22:17.817013+0000 mgr.smithi080.aipsvo (mgr.14180) 388 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:19.428 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:19 smithi080 conmon[36722]: cluster 2023-12-25T20:22:18.103614+0000 mgr.smithi080.aipsvo (mgr.14180) 389 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:19 smithi129 conmon[41175]: audit 2023-12-25T20:22:17.817013+0000 mgr.smithi080.aipsvo (mgr.14180) 388 : audit [DBG] 2023-12-25T20:22:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:19 smithi129 conmon[41175]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:19 smithi129 conmon[41175]: cluster 2023-12-25T20:22:18.103614+0000 mgr.smithi080.aipsvo (mgr.14180) 389 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:21.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:21 smithi080 conmon[36722]: cluster 2023-12-25T20:22:20.104160+0000 mgr.smithi080.aipsvo (mgr.14180) 390 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:21.317 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:21.317 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:21 smithi129 conmon[41175]: cluster 2023-12-25T20:22:20.104160+0000 mgr.smithi080.aipsvo (mgr.14180) 390 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:21 smithi129 conmon[41175]: 2023-12-25T20:22:21.936 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:22.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:22 smithi080 conmon[36722]: audit 2023-12-25T20:22:21.314184+0000 mgr.smithi080.aipsvo (mgr.14180) 391 : 2023-12-25T20:22:22.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:22 smithi080 conmon[36722]: audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:22.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:22 smithi129 conmon[41175]: audit 2023-12-25T20:22:21.314184+0000 mgr.smithi080.aipsvo (mgr.14180) 391 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:22.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:22 smithi129 conmon[41175]: 2023-12-25T20:22:22.937 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:23.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:23 smithi080 conmon[36722]: cluster 2023-12-25T20:22:22.104733+0000 mgr.smithi080.aipsvo 2023-12-25T20:22:23.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:23 smithi080 conmon[36722]: (mgr.14180) 392 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:23 smithi129 conmon[41175]: cluster 2023-12-25T20:22:22.104733+0000 mgr.smithi080.aipsvo (mgr.14180) 392 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:24.839 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:24.839 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:25.449 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:25 smithi080 conmon[36722]: cluster 2023-12-25T20:22:24.105307+0000 mgr.smithi080.aipsvo (mgr.14180) 393 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:25.468 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:25 smithi129 conmon[41175]: cluster 2023-12-25T20:22:24.105307+0000 mgr.smithi080.aipsvo (mgr.14180) 393 : cluster [DBG] 2023-12-25T20:22:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:25 smithi129 conmon[41175]: pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:26.469 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:26.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:26 smithi129 conmon[41175]: audit 2023-12-25T20:22:24.836039+0000 mgr.smithi080.aipsvo (mgr.14180) 394 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:26.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:26 smithi129 conmon[41175]: 2023-12-25T20:22:26.503 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:26 smithi080 conmon[36722]: audit 2023-12-25T20:22:24.836039+0000 mgr.smithi080.aipsvo (mgr.14180) 394 : audit 2023-12-25T20:22:26.503 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:26 smithi080 conmon[36722]: [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:27 smithi080 conmon[36722]: cluster 2023-12-25T20:22:26.105764+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:22:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:27 smithi080 conmon[36722]: 395 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:27.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:27 smithi129 conmon[41175]: cluster 2023-12-25T20:22:26.105764+0000 mgr.smithi080.aipsvo (mgr.14180) 395 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:28.354 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:28.354 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:29.125 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:29 smithi129 conmon[41175]: cluster 2023-12-25T20:22:28.106294+0000 mgr.smithi080.aipsvo (mgr.14180) 396 : cluster 2023-12-25T20:22:29.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:29 smithi129 conmon[41175]: [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:29.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:29 smithi129 conmon[41175]: audit 2023-12-25T20:22:28.350498+0000 mgr.smithi080.aipsvo (mgr.14180) 397 : audit [DBG] 2023-12-25T20:22:29.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:29 smithi129 conmon[41175]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:29.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:29 smithi080 conmon[36722]: cluster 2023-12-25T20:22:28.106294+0000 mgr.smithi080.aipsvo (mgr.14180) 396 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:29.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:29 smithi080 conmon[36722]: audit 2023-12-25T20:22:28.350498+0000 mgr.smithi080.aipsvo (mgr.14180) 397 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:30.126 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:31 smithi129 conmon[41175]: cluster 2023-12-25T20:22:30.106815+0000 mgr.smithi080.aipsvo (mgr.14180) 398 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:31.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:31 smithi080 conmon[36722]: cluster 2023-12-25T20:22:30.106815+0000 mgr.smithi080.aipsvo (mgr.14180) 398 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:31.930 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:31.930 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:32.507 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:33 smithi129 conmon[41175]: audit 2023-12-25T20:22:31.926718+0000 mgr.smithi080.aipsvo (mgr.14180) 399 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:33 smithi129 conmon[41175]: 2023-12-25T20:22:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:33 smithi129 conmon[41175]: cluster 2023-12-25T20:22:32.107370+0000 mgr.smithi080.aipsvo (mgr.14180) 400 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:33.508 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:33.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:33 smithi080 conmon[36722]: audit 2023-12-25T20:22:31.926718+0000 mgr.smithi080.aipsvo (mgr.14180) 399 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:33.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:33 smithi080 conmon[36722]: cluster 2023-12-25T20:22:32.107370+0000 mgr.smithi080.aipsvo (mgr.14180) 400 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:35.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:35 smithi080 conmon[36722]: cluster 2023-12-25T20:22:34.107873+0000 mgr.smithi080.aipsvo (mgr.14180) 401 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:35.334 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:35.334 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:35 smithi129 conmon[41175]: cluster 2023-12-25T20:22:34.107873+0000 mgr.smithi080.aipsvo (mgr.14180) 401 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:35 smithi129 conmon[41175]: 2023-12-25T20:22:35.948 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:36.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:36 smithi129 conmon[41175]: audit 2023-12-25T20:22:35.330942+0000 mgr.smithi080.aipsvo (mgr.14180) 402 : audit [DBG] 2023-12-25T20:22:36.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:36 smithi129 conmon[41175]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:36.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:36 smithi080 conmon[36722]: audit 2023-12-25T20:22:35.330942+0000 mgr.smithi080.aipsvo (mgr.14180) 402 : 2023-12-25T20:22:36.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:36 smithi080 conmon[36722]: audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:36.949 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:37.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:37 smithi080 conmon[36722]: cluster 2023-12-25T20:22 2023-12-25T20:22:37.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:37 smithi080 conmon[36722]: :36.108434+0000 mgr.smithi080.aipsvo (mgr.14180) 403 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:37.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:37 smithi129 conmon[41175]: cluster 2023-12-25T20:22:36.108434+0000 mgr.smithi080.aipsvo (mgr.14180) 403 : cluster [DBG] 2023-12-25T20:22:37.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:37 smithi129 conmon[41175]: pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:38.842 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:38.842 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:39.471 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:39 smithi080 conmon[36722]: cluster 2023-12-25T20:22:38.108972+0000 mgr.smithi080.aipsvo (mgr.14180) 404 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:39.489 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:39.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:39 smithi129 conmon[41175]: cluster 2023-12-25T20:22:38.108972+0000 mgr.smithi080.aipsvo (mgr.14180) 404 : cluster 2023-12-25T20:22:39.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:39 smithi129 conmon[41175]: [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:40.490 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:40.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:40 smithi129 conmon[41175]: audit 2023-12-25T20:22:38.838604+0000 mgr.smithi080.aipsvo (mgr.14180) 405 : 2023-12-25T20:22:40.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:40 smithi129 conmon[41175]: audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:40.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:40 smithi080 conmon[36722]: audit 2023-12-25T20:22:38.838604+0000 mgr.smithi080.aipsvo (mgr.14180) 405 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:41.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:41 smithi080 conmon[36722]: cluster 2023-12-25T20:22:40.109465+0000 mgr.smithi080.aipsvo (mgr.14180) 406 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:41 smithi129 conmon[41175]: cluster 2023-12-25T20:22:40.109465+0000 mgr.smithi080.aipsvo (mgr.14180) 406 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:41 smithi129 conmon[41175]: 2023-12-25T20:22:42.412 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:42.412 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:42.990 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:43 smithi080 conmon[36722]: cluster 2023-12-25T20:22:42.110021+0000 mgr.smithi080.aipsvo (mgr.14180) 407 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:43 smithi080 conmon[36722]: audit 2023-12-25T20:22:42.408637+0000 mgr.smithi080.aipsvo (mgr.14180) 408 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:43 smithi129 conmon[41175]: cluster 2023-12-25T20:22:42.110021+0000 mgr.smithi080.aipsvo (mgr.14180) 407 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:43 smithi129 conmon[41175]: audit 2023-12-25T20:22:42.408637+0000 mgr.smithi080.aipsvo (mgr.14180) 408 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:43.991 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:45 smithi129 conmon[41175]: cluster 2023-12-25T20:22:44.110482+0000 mgr.smithi080.aipsvo (mgr.14180) 409 : cluster [DBG] 2023-12-25T20:22:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:45 smithi129 conmon[41175]: pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:45.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:45 smithi080 conmon[36722]: cluster 2023-12-25T20:22:44.110482+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:22:45.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:45 smithi080 conmon[36722]: 409 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:45.894 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:45.895 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:46.547 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:47.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:46 smithi080 conmon[36722]: audit 2023-12-25T20:22:45.891409+0000 mgr.smithi080.aipsvo (mgr.14180) 410 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:47.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:46 smithi080 conmon[36722]: cluster 2023-12-25T20:22:46.110916+0000 mgr.smithi080.aipsvo (mgr.14180) 411 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:47.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:46 smithi129 conmon[41175]: audit 2023-12-25T20:22:45.891409+0000 mgr.smithi080.aipsvo (mgr.14180) 410 : audit [DBG] 2023-12-25T20:22:47.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:46 smithi129 conmon[41175]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:47.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:46 smithi129 conmon[41175]: cluster 2023-12-25T20:22:46.110916+0000 mgr.smithi080.aipsvo (mgr.14180) 411 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:47.548 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:49.410 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:49.411 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:49.436 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:49 smithi080 conmon[36722]: cluster 2023-12-25T20:22:48.111641+0000 mgr.smithi080.aipsvo (mgr.14180) 412 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:49.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:49 smithi129 conmon[41175]: cluster 2023-12-25T20:22:48.111641+0000 mgr.smithi080.aipsvo (mgr.14180) 412 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:49.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:49 smithi129 conmon[41175]: 2023-12-25T20:22:50.023 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:50.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:50 smithi080 conmon[36722]: audit 2023-12-25T20:22:49.407032+0000 mgr.smithi080.aipsvo (mgr.14180) 413 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:50.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:50 smithi129 conmon[41175]: audit 2023-12-25T20:22:49.407032+0000 mgr.smithi080.aipsvo (mgr.14180) 413 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:50.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:50 smithi129 conmon[41175]: 2023-12-25T20:22:51.024 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:51.454 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:51 smithi080 conmon[36722]: cluster 2023-12-25T20:22:50.112292+0000 mgr.smithi080.aipsvo (mgr.14180) 414 : cluster 2023-12-25T20:22:51.454 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:51 smithi080 conmon[36722]: [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:51 smithi129 conmon[41175]: cluster 2023-12-25T20:22:50.112292+0000 mgr.smithi080.aipsvo (mgr.14180) 414 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:52.930 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:52.930 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:53.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:53 smithi080 conmon[36722]: cluster 2023-12-25T20:22:52.112793+0000 mgr.smithi080.aipsvo (mgr.14180) 415 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:53 smithi129 conmon[41175]: cluster 2023-12-25T20:22:52.112793+0000 mgr.smithi080.aipsvo (mgr.14180) 415 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:53.620 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:54.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:54 smithi129 conmon[41175]: audit 2023-12-25T20:22:52.927326+0000 mgr.smithi080.aipsvo (mgr.14180) 416 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:54.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:54 smithi080 conmon[36722]: audit 2023-12-25T20:22:52 2023-12-25T20:22:54.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:54 smithi080 conmon[36722]: .927326+0000 mgr.smithi080.aipsvo (mgr.14180) 416 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:54.620 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:55 smithi129 conmon[41175]: cluster 2023-12-25T20:22:54.113294+0000 mgr.smithi080.aipsvo (mgr.14180) 417 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:55.520 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:55 smithi080 conmon[36722]: cluster 2023-12-25T20:22:54.113294+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:22:55.521 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:55 smithi080 conmon[36722]: 417 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:56.545 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:22:56.545 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:22:57.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:56 smithi080 conmon[36722]: cluster 2023-12-25T20:22:56.113737+0000 mgr.smithi080.aipsvo (mgr.14180) 418 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:57.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:56 smithi080 conmon[36722]: audit 2023-12-25T20:22:56.541516+0000 mgr.smithi080.aipsvo (mgr.14180) 419 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:57.153 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:22:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:56 smithi129 conmon[41175]: cluster 2023-12-25T20:22:56.113737+0000 mgr.smithi080.aipsvo (mgr.14180) 418 2023-12-25T20:22:57.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:56 smithi129 conmon[41175]: : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:57.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:56 smithi129 conmon[41175]: audit 2023-12-25T20:22:56.541516+0000 mgr.smithi080.aipsvo (mgr.14180) 419 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:22:58.153 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:22:59.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:22:59 smithi080 conmon[36722]: cluster 2023-12-25T20:22:58.114529+0000 mgr.smithi080.aipsvo (mgr.14180) 420 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:22:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:59 smithi129 conmon[41175]: cluster 2023-12-25T20:22:58.114529+0000 mgr.smithi080.aipsvo (mgr.14180) 420 : cluster [DBG] 2023-12-25T20:22:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:22:59 smithi129 conmon[41175]: pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:00.001 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:00.001 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:23:00.618 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:23:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:01 smithi129 conmon[41175]: audit 2023-12-25T20:22:59.997675+0000 mgr.smithi080.aipsvo (mgr.14180) 421 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:01 smithi129 conmon[41175]: cluster 2023-12-25T20:23:00.114887+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:23:01.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:01 smithi129 conmon[41175]: ) 422 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:01 smithi080 conmon[36722]: audit 2023-12-25T20:22:59.997675+0000 mgr.smithi080.aipsvo (mgr.14180) 421 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:01 smithi080 conmon[36722]: cluster 2023-12-25T20:23:00.114887+0000 mgr.smithi080.aipsvo (mgr.14180) 422 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:01.618 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:03.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:03 smithi080 conmon[36722]: cluster 2023-12-25T20:23:02.115464+0000 mgr.smithi080.aipsvo (mgr.14180) 423 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:03 smithi129 conmon[41175]: cluster 2023-12-25T20:23:02.115464+0000 mgr.smithi080.aipsvo (mgr.14180) 423 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:03.505 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:03.505 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:23:04.151 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:23:04.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:04 smithi129 conmon[41175]: audit 2023-12-25T20:23:03.502335+0000 mgr.smithi080.aipsvo (mgr.14180) 424 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:04.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:04 smithi129 conmon[41175]: 2023-12-25T20:23:04.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:04 smithi080 conmon[36722]: audit 2023-12-25T20:23: 2023-12-25T20:23:04.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:04 smithi080 conmon[36722]: 03.502335+0000 mgr.smithi080.aipsvo (mgr.14180) 424 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:05.152 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:05 smithi129 conmon[41175]: cluster 2023-12-25T20:23:04.115983+0000 mgr.smithi080.aipsvo (mgr.14180) 425 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:05.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:05 smithi080 conmon[36722]: cluster 2023-12-25T20:23:04.115983+0000 mgr.smithi080.aipsvo (mgr.14180) 425 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:05 smithi080 conmon[36722]: 2023-12-25T20:23:07.027 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:07.027 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:42.555525Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:42.555661Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:42.555729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:42.555791Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:42.555850Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-25T20:23:07.048 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:06 smithi080 conmon[36722]: cluster 2023-12-25T20:23:06.116438+0000 mgr.smithi080.aipsvo (mgr.14180) 426 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:07.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:06 smithi129 conmon[41175]: cluster 2023-12-25T20:23:06.116438+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:23:07.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:06 smithi129 conmon[41175]: 426 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:07.675 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-25T20:23:08.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:07 smithi080 conmon[36722]: audit 2023-12-25T20:23:07.022990+0000 mgr.smithi080.aipsvo (mgr.14180) 427 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:08.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:07 smithi129 conmon[41175]: audit 2023-12-25T20:23:07.022990+0000 mgr.smithi080.aipsvo (mgr.14180) 427 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:08.676 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:09.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: cluster 2023-12-25T20:23:08.117006+0000 mgr.smithi080.aipsvo (mgr.14180) 428 : cluster 2023-12-25T20:23:09.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:09.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: cephadm 2023-12-25T20:23:08.388130+0000 mgr.smithi080.aipsvo (mgr.14180) 429 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz 2023-12-25T20:23:09.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz 2023-12-25T20:23:09.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz 2023-12-25T20:23:09.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz 2023-12-25T20:23:09.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi080.twoftz ... 2023-12-25T20:23:09.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:23:09.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:23:09.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:21:11Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:23:09.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:21: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" 2023-12-25T20:23:09.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:22:27Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:23:09.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:23:09.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:23:09.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:23:09.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: Traceback (most recent call last): 2023-12-25T20:23:09.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:23:09.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: yield (conn, connr) 2023-12-25T20:23:09.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:23:09.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: code, '\n'.join(err))) 2023-12-25T20:23:09.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz 2023-12-25T20:23:09.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz 2023-12-25T20:23:09.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz 2023-12-25T20:23:09.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz 2023-12-25T20:23:09.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi080.twoftz ... 2023-12-25T20:23:09.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:23:09.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:23:09.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:21:11Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:23:09.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:21: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" 2023-12-25T20:23:09.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:22:27Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: 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 dock 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: er.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: cephadm 2023-12-25T20:23:08.388346+0000 mgr.smithi080.aipsvo (mgr.14180) 430 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi080.twoftz 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: audit 2023-12-25T20:23:08.388720+0000 mon.smithi080 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi080.twoftz"}]: dispatch 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: cephadm 2023-12-25T20:23:08.389392+0000 mgr.smithi080.aipsvo (mgr.14180) 431 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi080.twoftz ... 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:21:11Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:23:09.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:21: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" 2023-12-25T20:23:09.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:22:27Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:23:09.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:23:09.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:23:09.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:23:09.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: audit 2023-12-25T20:23:08.394016+0000 mon.smithi080 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:09.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: cephadm 2023-12-25T20:23:08.394306+0000 mgr.smithi080.aipsvo (mgr.14180) 432 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:23:09.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: cephadm 2023-12-25T20:23:08.395402+0000 mgr.smithi080.aipsvo (mgr.14180) 433 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:23:09.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: cluster 2023-12-25T20:23:08.396247+0000 mgr.smithi080.aipsvo (mgr.14180) 434 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:09.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: audit 2023-12-25T20:23:08.396357+0000 mon.smithi080 (mon.0) 674 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:23:09.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:08 smithi080 conmon[36722]: audit 2023-12-25T20:23:08.661004+0000 mon.smithi080 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: cluster 2023-12-25T20:23:08.117006+0000 mgr.smithi080.aipsvo (mgr.14180) 428 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: cephadm 2023-12-25T20:23:08.388130+0000 mgr.smithi080.aipsvo (mgr.14180) 429 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz 2023-12-25T20:23:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz 2023-12-25T20:23:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz 2023-12-25T20:23:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz 2023-12-25T20:23:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi080.twoftz ... 2023-12-25T20:23:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:23:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:23:09.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:21:11Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:23:09.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:21: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" 2023-12-25T20:23:09.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:22:27Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:23:09.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:23:09.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:23:09.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:23:09.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: Traceback (most recent call last): 2023-12-25T20:23:09.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:23:09.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: yield (conn, connr) 2023-12-25T20:23:09.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:23:09.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: code, '\n'.join(err))) 2023-12-25T20:23:09.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz 2023-12-25T20:23:09.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz 2023-12-25T20:23:09.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz 2023-12-25T20:23:09.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz 2023-12-25T20:23:09.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi080.twoftz ... 2023-12-25T20:23:09.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:23:09.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:23:09.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:21:11Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:23:09.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:21: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" 2023-12-25T20:23:09.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:22:27Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:23:09.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:23:09.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-12-25T20:23:09.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:23:09.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:23:09.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: cephadm 2023-12-25T20:23:08.388346+0000 mgr.smithi080.aipsvo (mgr.14180) 430 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi080.twoftz 2023-12-25T20:23:09.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: audit 2023-12-25T20:23:08.388720+0000 mon.smithi080 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi080.twoftz"}]: dispatch 2023-12-25T20:23:09.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: cephadm 2023-12-25T20:23:08.389392+0000 mgr.smithi080.aipsvo (mgr.14180) 431 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz 2023-12-25T20:23:09.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz 2023-12-25T20:23:09.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz 2023-12-25T20:23:09.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz 2023-12-25T20:23:09.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi080.twoftz ... 2023-12-25T20:23:09.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:23:09.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:23:09.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:21:11Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:23:09.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:21: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" 2023-12-25T20:23:09.251 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:22:27Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:23:09.251 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:23:09.251 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:23:09.251 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:23:09.251 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: audit 2023-12-25T20:23:08.394016+0000 mon.smithi080 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:09.251 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: cephadm 2023-12-25T20:23:08.394306+0000 mgr.smithi080.aipsvo (mgr.14180) 432 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:23:09.251 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: cephadm 2023-12-25T20:23:08.395402+0000 mgr.smithi080.aipsvo (mgr.14180) 433 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:23:09.251 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: cluster 2023-12-25T20:23:08.396247+0000 mgr.smithi080.aipsvo (mgr.14180) 434 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:09.251 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: audit 2023-12-25T20:23:08.396357+0000 mon.smithi080 (mon.0) 674 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:23:09.251 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:08 smithi129 conmon[41175]: audit 2023-12-25T20:23:08.661004+0000 mon.smithi080 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:10.146 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:09 smithi080 conmon[36722]: cluster 2023-12-25T20:23:08.780081+0000 mon.smithi080 (mon.0) 676 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T20:23:10.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:09 smithi129 conmon[41175]: cluster 2023-12-25T20:23:08.780081+0000 mon.smithi080 (mon.0) 2023-12-25T20:23:10.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:09 smithi129 conmon[41175]: 676 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T20:23:10.922 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:10.922 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:17:45.913044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:17:45.913108Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:17:45.913195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:17:45.912975Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:17:45.912838Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:17:45.913258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:17:45.913381Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:17:45.913320Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 2, "size": 4}}] 2023-12-25T20:23:11.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:11 smithi080 conmon[36722]: audit 2023-12-25T20:23:10.150417+0000 mon.smithi080 (mon.0) 677 : audit 2023-12-25T20:23:11.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:11 smithi080 conmon[36722]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:11.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:11 smithi080 conmon[36722]: audit 2023-12-25T20:23:10.172327+0000 mon.smithi080 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:11.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:11 smithi080 conmon[36722]: audit 2023-12-25T20:23:10.287222+0000 mon.smithi080 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:11.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:11 smithi080 conmon[36722]: cluster 2023-12-25T20:23:10.396691+0000 mgr.smithi080.aipsvo (mgr.14180) 435 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:11 smithi129 conmon[41175]: audit 2023-12-25T20:23:10.150417+0000 mon.smithi080 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:11 smithi129 conmon[41175]: audit 2023-12-25T20:23:10 2023-12-25T20:23:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:11 smithi129 conmon[41175]: .172327+0000 mon.smithi080 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:11.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:11 smithi129 conmon[41175]: audit 2023-12-25T20:23:10.287222+0000 mon.smithi080 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:11.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:11 smithi129 conmon[41175]: cluster 2023-12-25T20:23:10.396691+0000 mgr.smithi080.aipsvo (mgr.14180) 435 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:11.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:11 smithi129 conmon[41175]: 2023-12-25T20:23:11.641 INFO:tasks.cephadm:rgw.foo has 2/4 2023-12-25T20:23:12.642 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:12.671 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:12 smithi080 conmon[36722]: audit 2023-12-25T20:23:10.918777+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:23:12.671 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:12 smithi080 conmon[36722]: 14180) 436 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:12.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:12 smithi129 conmon[41175]: audit 2023-12-25T20:23:10.918777+0000 mgr.smithi080.aipsvo (mgr.14180) 436 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:13.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:13 smithi080 conmon[36722]: cluster 2023-12-25T20:23:12.397460+0000 mgr.smithi080.aipsvo (mgr.14180) 437 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:13.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:13 smithi129 conmon[41175]: cluster 2023-12-25T20:23:12.397460+0000 mgr.smithi080.aipsvo (mgr.14180) 437 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:14.522 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:14.522 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:23:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: audit 2023-12-25T20:23:13.409040+0000 mon.smithi080 (mon. 2023-12-25T20:23:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: 0) 680 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: audit 2023-12-25T20:23:13.796005+0000 mon.smithi080 (mon.0) 681 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:23:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: audit 2023-12-25T20:23:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: 2023-12-25T20:23:13.796645+0000 mon.smithi080 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:23:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: audit 2023-12-25T20 2023-12-25T20:23:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: :23:14.065562+0000 mon.smithi080 (mon.0) 2023-12-25T20:23:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: 683 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: audit 2023-12-25T20 2023-12-25T20:23:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: :23:14.070208+0000 mon.smithi080 (mon.0) 684 2023-12-25T20:23:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: audit 2023-12-25T 2023-12-25T20:23:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: 20:23:14.075325+0000 mon.smithi080 (mon.0 2023-12-25T20:23:14.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: ) 685 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:14.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: audit 2023-12- 2023-12-25T20:23:14.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: 25T20:23:14.081072+0000 mon.smithi080 (mon 2023-12-25T20:23:14.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:14 smithi080 conmon[36722]: .0) 686 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:23:14.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: audit 2023-12-25T20:23:13.409040+0000 mon.smithi080 ( 2023-12-25T20:23:14.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:14.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: audit 2023-12-25T20:23:13.796005+0000 mon.smithi080 (mon.0) 681 : audit [DBG] 2023-12-25T20:23:14.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:23:14.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: audit 2023-12-25T20:23:14.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: 2023-12-25T20:23:13.796645+0000 mon.smithi080 (mon.0) 682 2023-12-25T20:23:14.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:23:14.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: audit 2023-12-25T20 2023-12-25T20:23:14.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: :23:14.065562+0000 mon.smithi080 (mon.0) 2023-12-25T20:23:14.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: 683 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:14.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: audit 2023-12-25T 2023-12-25T20:23:14.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: 20:23:14.070208+0000 mon.smithi080 (mon.0 2023-12-25T20:23:14.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: ) 684 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:14.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: audit 2023-12-25 2023-12-25T20:23:14.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: T20:23:14.075325+0000 mon.smithi080 (mon. 2023-12-25T20:23:14.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: 0) 685 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:14.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: audit 2023-12-25 2023-12-25T20:23:14.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: T20:23:14.081072+0000 mon.smithi080 (mon 2023-12-25T20:23:14.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:14 smithi129 conmon[41175]: .0) 686 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:23:15.134 INFO:tasks.cephadm:rgw.foo has 4/4 2023-12-25T20:23:15.135 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-25T20:23:15.145 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2023-12-25T20:23:15.146 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:15.677 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:15 smithi080 conmon[36722]: cephadm 2023-12-25T20:23:13.799716+0000 mgr.smithi080.aipsvo 2023-12-25T20:23:15.677 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:15 smithi080 conmon[36722]: (mgr.14180) 438 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-25T20:23:15.677 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:15 smithi080 conmon[36722]: cluster 2023-12-25T20:23:14.076178+0000 mgr.smithi080.aipsvo (mgr.14180) 439 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:15.678 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:15 smithi080 conmon[36722]: cephadm 2023-12-25T20:23:14.088696+0000 mgr.smithi080.aipsvo (mgr.14180) 440 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi129.jtddtn on smithi129 2023-12-25T20:23:15.678 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:15 smithi080 conmon[36722]: audit 2023-12-25T20:23:14.518416+0000 mgr.smithi080.aipsvo (mgr.14180) 441 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:15.678 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:15 smithi080 conmon[36722]: cluster 2023-12-25T20:23:15.073362+0000 mon.smithi080 (mon.0) 687 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T20:23:15.678 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:15 smithi080 conmon[36722]: cluster 2023-12-25T20:23:15.073387+0000 mon.smithi080 (mon.0) 688 : cluster [INF] Cluster is now healthy 2023-12-25T20:23:15.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: cephadm 2023-12-25T20:23:13.799716+0000 mgr.smithi080.aipsvo (mgr.14180) 438 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-25T20:23:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: cluster 2023-12-25T20:23:14.076178+0000 mgr.smithi080.aipsvo (mgr.14180) 439 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: cephadm 2023-12-25T20:23:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: 2023-12-25T20:23:14.088696+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:23:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: 440 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi129.jtddtn on smithi129 2023-12-25T20:23:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: audit 2023-12-25T20:23:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: 2023-12-25T20:23:14 2023-12-25T20:23:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: .518416+0000 mgr.smithi080.aipsvo (mgr.14180) 441 : audit 2023-12-25T20:23:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: cluster 2023-12- 2023-12-25T20:23:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: 25T20:23:15.073362+0000 2023-12-25T20:23:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: mon.smithi080 (mon.0) 687 : cluster [INF] 2023-12-25T20:23:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T20:23:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: cluster 2023-12- 2023-12-25T20:23:15.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: 25T20:23:15.073387+0000 2023-12-25T20:23:15.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: mon.smithi080 (mon.0) 688 : cluster [INF] 2023-12-25T20:23:15.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:15 smithi129 conmon[41175]: Cluster is now healthy 2023-12-25T20:23:17.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:16 smithi080 conmon[36722]: cluster 2023-12-25T20:23:16.076629 2023-12-25T20:23:17.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:16 smithi080 conmon[36722]: +0000 mgr.smithi080.aipsvo (mgr.14180) 442 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 102 B/s wr, 1 op/s 2023-12-25T20:23:17.108 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:17.109 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:23:17.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:16 smithi129 conmon[41175]: cluster 2023-12-25T20:23:16.076629+0000 mgr.smithi080.aipsvo (mgr.14180) 442 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 102 B/s wr, 1 op/s 2023-12-25T20:23:17.706 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:23:18.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:17 smithi080 conmon[36722]: audit 2023-12-25T20:23:17.105523+0000 mgr.smithi080.aipsvo (mgr.14180) 443 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:18.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:17 smithi129 conmon[41175]: audit 2023-12-25T20:23:17.105523+0000 mgr.smithi080.aipsvo (mgr.14180) 443 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:18.707 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:19.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:18 smithi080 conmon[36722]: cluster 2023-12-25T20:23:18.077393+0000 mgr.smithi080.aipsvo (mgr.14180) 444 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 205 B/s wr, 2 op/s 2023-12-25T20:23:19.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:18 smithi129 conmon[41175]: cluster 2023-12-25T20:23:18.077393+0000 mgr.smithi080.aipsvo (mgr.14180) 444 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 205 B/s wr, 2 op/s 2023-12-25T20:23:20.576 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:20.576 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:23:21.182 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:23:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:21 smithi129 conmon[41175]: cluster 2023-12-25T20:23:20.077770+0000 mgr.smithi080.aipsvo (mgr.14180) 445 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2023-12-25T20:23:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:21 smithi129 conmon[41175]: audit 2023-12-25T20:23:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:21 smithi129 conmon[41175]: 2023-12-25T20:23:20.572762+0000 mgr.smithi080.aipsvo (mgr.14180) 446 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:21 smithi080 conmon[36722]: cluster 2023-12-25T20:23:20.077770+0000 mgr.smithi080.aipsvo (mgr.14180) 445 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2023-12-25T20:23:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:21 smithi080 conmon[36722]: audit 2023-12-25T20:23:20.572762+0000 mgr.smithi080.aipsvo (mgr.14180) 446 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:22.183 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:23.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:23 smithi080 conmon[36722]: cluster 2023-12-25T20:23:22.078365+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:23:23.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:23 smithi080 conmon[36722]: 447 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2023-12-25T20:23:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:23 smithi129 conmon[41175]: cluster 2023-12-25T20:23:22.078365+0000 mgr.smithi080.aipsvo (mgr.14180) 447 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2023-12-25T20:23:24.085 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:24.085 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:23:24.679 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:23:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:25 smithi129 conmon[41175]: cluster 2023-12-25T20:23:24.078823+0000 mgr.smithi080.aipsvo (mgr.14180) 448 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2023-12-25T20:23:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:25 smithi129 conmon[41175]: audit 2023-12-25T20:23:24.081743+0000 mgr.smithi080.aipsvo (mgr.14180) 449 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:25 smithi080 conmon[36722]: cluster 2023-12-25T20:23:24.078823+0000 mgr.smithi080.aipsvo (mgr.14180) 448 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 175 B/s wr, 2 op/s 2023-12-25T20:23:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:25 smithi080 conmon[36722]: audit 2023-12-25T20:23:24.081743+0000 mgr.smithi080.aipsvo (mgr.14180) 449 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:25.681 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:26.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:26 smithi129 conmon[41175]: audit 2023-12-25T20:23:25.150938+0000 mon.smithi080 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:26.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:26 smithi080 conmon[36722]: audit 2023-12-25T20:23:25.150938+0000 mon.smithi080 (mon.0) 689 : audit [INF] 2023-12-25T20:23:26.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:26 smithi080 conmon[36722]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:23:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:27 smithi080 conmon[36722]: cluster 2023-12-25T20:23:26.079435+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:23:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:27 smithi080 conmon[36722]: mgr.14180) 450 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-12-25T20:23:27.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:27 smithi129 conmon[41175]: cluster 2023-12-25T20:23:26.079435+0000 mgr.smithi080.aipsvo (mgr.14180) 450 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2023-12-25T20:23:27.609 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:27.610 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:23:28.229 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:23:28.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:28 smithi129 conmon[41175]: audit 2023-12-25T20:23:27.606097+0000 mgr.smithi080.aipsvo (mgr.14180) 451 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:28.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:28 smithi080 conmon[36722]: audit 2023-12-25T20:23:27.606097+0000 mgr.smithi080.aipsvo (mgr.14180) 451 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:29.230 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:29 smithi129 conmon[41175]: cluster 2023-12-25T20:23:28.080095+0000 mgr.smithi080.aipsvo (mgr.14180) 452 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-25T20:23:29.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:29 smithi080 conmon[36722]: cluster 2023-12-25T20:23:28.080095+0000 mgr.smithi080.aipsvo (mgr.14180) 452 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-25T20:23:31.073 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:31.073 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:23:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:31 smithi129 conmon[41175]: cluster 2023-12-25T20:23:30.080473+0000 mgr.smithi080.aipsvo (mgr.14180) 453 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:31.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:31 smithi080 conmon[36722]: cluster 2023-12-25T20:23:30.080473+0000 mgr.smithi080.aipsvo (mgr.14180) 453 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:31.703 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:23:32.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:32 smithi129 conmon[41175]: audit 2023-12-25T20:23:31.069859+0000 mgr.smithi080.aipsvo (mgr.14180) 454 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:32.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:32 smithi129 conmon[41175]: 2023-12-25T20:23:32.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:32 smithi080 conmon[36722]: audit 2023-12-25T20:23:31.069859+0000 mgr.smithi080.aipsvo 2023-12-25T20:23:32.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:32 smithi080 conmon[36722]: (mgr.14180) 454 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:32.704 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:33 smithi129 conmon[41175]: cluster 2023-12-25T20:23:32.081193+0000 mgr.smithi080.aipsvo (mgr.14180) 455 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:33.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:33 smithi080 conmon[36722]: cluster 2023-12-25T20:23:32.081193+0000 mgr.smithi080.aipsvo (mgr.14180) 455 : cluster [DBG] 2023-12-25T20:23:33.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:33 smithi080 conmon[36722]: pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:34.559 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:34.559 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:23:35.144 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:23:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:35 smithi129 conmon[41175]: cluster 2023-12-25T20:23:34.081672+0000 mgr.smithi080.aipsvo (mgr.14180) 456 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:35.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:35 smithi129 conmon[41175]: audit 2023-12-25T20:23:34.555317+0000 mgr.smithi080.aipsvo (mgr.14180) 457 : audit [DBG] 2023-12-25T20:23:35.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:35 smithi129 conmon[41175]: from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:35 smithi080 conmon[36722]: cluster 2023-12-25T20:23:34.081672+0000 mgr.smithi080.aipsvo (mgr.14180) 456 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:35 smithi080 conmon[36722]: audit 2023-12-25T20:23:34.555317+0000 mgr.smithi080.aipsvo (mgr.14180) 457 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:36.146 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:36.962 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:36 smithi080 conmon[36722]: cluster 2023-12-25T20:23:36.082244+0000 mgr.smithi080.aipsvo (mgr.14180) 458 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:37.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:36 smithi129 conmon[41175]: cluster 2023-12-25T20:23:36.082244+0000 mgr.smithi080.aipsvo (mgr.14180) 458 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:37.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:36 smithi129 conmon[41175]: 2023-12-25T20:23:37.949 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:37.949 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:23:38.520 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:23:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:39 smithi129 conmon[41175]: audit 2023-12-25T20:23:37.946014+0000 mgr.smithi080.aipsvo (mgr.14180) 459 : 2023-12-25T20:23:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:39 smithi129 conmon[41175]: audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:39 smithi129 conmon[41175]: cluster 2023-12-25T20:23:38.082762+0000 mgr.smithi080.aipsvo (mgr.14180) 460 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:39.521 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:39.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:39 smithi080 conmon[36722]: audit 2023-12-25T20:23:37.946014+0000 mgr.smithi080.aipsvo (mgr.14180) 459 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:39.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:39 smithi080 conmon[36722]: cluster 2023-12-25T20:23:38.082762+0000 mgr.smithi080.aipsvo (mgr.14180) 460 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:41.421 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:41.422 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:23:41.446 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:41 smithi080 conmon[36722]: cluster 2023-12-25T20:23:40.083087+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:23:41.446 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:41 smithi080 conmon[36722]: ) 461 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:41 smithi129 conmon[41175]: cluster 2023-12-25T20:23:40.083087+0000 mgr.smithi080.aipsvo (mgr.14180) 461 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:42.037 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:23:42.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:42 smithi080 conmon[36722]: audit 2023-12-25T20:23:41.418443+0000 mgr.smithi080.aipsvo (mgr.14180) 462 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:42.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:42 smithi129 conmon[41175]: audit 2023-12-25T20:23:41.418443+0000 mgr.smithi080.aipsvo (mgr.14180) 462 : audit [DBG] 2023-12-25T20:23:42.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:42 smithi129 conmon[41175]: from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:43.038 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:43.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:43 smithi080 conmon[36722]: cluster 2023-12-25T20:23:42.083714+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:23:43.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:43 smithi080 conmon[36722]: .14180) 463 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:43 smithi129 conmon[41175]: cluster 2023-12-25T20:23:42.083714+0000 mgr.smithi080.aipsvo (mgr.14180) 463 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:44.835 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:44.835 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:23:45.419 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:45 smithi080 conmon[36722]: cluster 2023-12-25T20:23:44.084519+0000 mgr.smithi080.aipsvo (mgr.14180) 464 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:45.434 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:23:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:45 smithi129 conmon[41175]: cluster 2023-12-25T20:23:44.084519+0000 mgr.smithi080.aipsvo (mgr.14180) 464 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:46.435 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:46.469 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:46 smithi080 conmon[36722]: audit 2023-12-25T20:23:44.831380+0000 mgr.smithi080.aipsvo (mgr.14180) 465 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:46.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:46 smithi129 conmon[41175]: audit 2023-12-25T20:23:44.831380+0000 mgr.smithi080.aipsvo (mgr.14180) 465 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:46.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:46 smithi129 conmon[41175]: 2023-12-25T20:23:47.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:47 smithi080 conmon[36722]: cluster 2023-12-25T20:23:46.085260+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:23:47.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:47 smithi080 conmon[36722]: .14180) 466 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:47.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:47 smithi129 conmon[41175]: cluster 2023-12-25T20:23:46.085260+0000 mgr.smithi080.aipsvo (mgr.14180) 466 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:48.341 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:48.341 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:23:48.925 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:23:49.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:49 smithi080 conmon[36722]: cluster 2023-12-25T20:23:48.085776+0000 mgr.smithi080.aipsvo (mgr.14180) 467 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:49.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:49 smithi080 conmon[36722]: audit 2023-12-25T20:23:48.337293+0000 mgr.smithi080.aipsvo (mgr.14180) 468 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:49.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:49 smithi129 conmon[41175]: cluster 2023-12-25T20:23:48.085776+0000 mgr.smithi080.aipsvo (mgr.14180) 467 : cluster [DBG] 2023-12-25T20:23:49.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:49 smithi129 conmon[41175]: pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:49.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:49 smithi129 conmon[41175]: audit 2023-12-25T20:23:48.337293+0000 mgr.smithi080.aipsvo (mgr.14180) 468 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:49.926 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:51.452 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:51 smithi080 conmon[36722]: cluster 2023-12-25T20:23:50.086064+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:23:51.452 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:51 smithi080 conmon[36722]: 14180) 469 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:51 smithi129 conmon[41175]: cluster 2023-12-25T20:23:50.086064+0000 mgr.smithi080.aipsvo (mgr.14180) 469 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:51.854 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:51.854 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:23:52.482 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:23:53.483 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:53 smithi129 conmon[41175]: audit 2023-12-25T20:23:51.847435+0000 mgr.smithi080.aipsvo (mgr.14180) 470 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:53 smithi129 conmon[41175]: cluster 2023-12-25T20:23:52.086583+0000 mgr.smithi080.aipsvo (mgr.14180) 471 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:53.518 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:53 smithi080 conmon[36722]: audit 2023-12-25T20:23:51.847435+0000 mgr.smithi080.aipsvo (mgr.14180) 470 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:53.518 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:53 smithi080 conmon[36722]: cluster 2023-12-25T20:23:52.086583+0000 mgr.smithi080.aipsvo (mgr.14180) 471 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:55.474 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:55.475 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:23:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:55 smithi129 conmon[41175]: cluster 2023-12-25T20:23:54.087026+0000 mgr.smithi080.aipsvo (mgr.14180) 472 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:55.499 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:55 smithi080 conmon[36722]: cluster 2023-12-25T20:23:54.087026+0000 mgr.smithi080.aipsvo (mgr.14180) 472 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:56.050 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:23:56.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:56 smithi129 conmon[41175]: audit 2023-12-25T20:23:55.470842+0000 mgr.smithi080.aipsvo (mgr.14180) 473 : audit [DBG] 2023-12-25T20:23:56.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:56 smithi129 conmon[41175]: from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:56.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:56 smithi080 conmon[36722]: audit 2023-12-25T20:23:55.470842+0000 mgr.smithi080.aipsvo 2023-12-25T20:23:56.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:56 smithi080 conmon[36722]: (mgr.14180) 473 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:23:57.051 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:23:57.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:57 smithi129 conmon[41175]: cluster 2023-12-25T20:23:56.087565+0000 mgr.smithi080.aipsvo (mgr.14180) 474 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:57.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:57 smithi129 conmon[41175]: 2023-12-25T20:23:57.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:57 smithi080 conmon[36722]: cluster 2023-12-25T20:23:56.087565+0000 mgr.smithi080.aipsvo (mgr.14180) 474 : cluster 2023-12-25T20:23:57.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:57 smithi080 conmon[36722]: [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:58.885 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:23:58.885 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:23:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:59 smithi129 conmon[41175]: cluster 2023-12-25T20:23:58.088322+0000 mgr.smithi080.aipsvo (mgr.14180) 475 : cluster 2023-12-25T20:23:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:23:59 smithi129 conmon[41175]: [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:59.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:23:59 smithi080 conmon[36722]: cluster 2023-12-25T20:23:58.088322+0000 mgr.smithi080.aipsvo (mgr.14180) 475 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:23:59.564 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:00.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:00 smithi129 conmon[41175]: audit 2023-12-25T20:23:58.881210+0000 mgr.smithi080.aipsvo (mgr.14180) 476 2023-12-25T20:24:00.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:00 smithi129 conmon[41175]: : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:00.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:00 smithi080 conmon[36722]: audit 2023-12-25T20:23:58.881210+0000 mgr.smithi080.aipsvo (mgr.14180) 476 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:00.565 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:01.439 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:01 smithi080 conmon[36722]: cluster 2023-12-25T20:24:00.088621+0000 mgr.smithi080.aipsvo 2023-12-25T20:24:01.439 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:01 smithi080 conmon[36722]: (mgr.14180) 477 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:01 smithi129 conmon[41175]: cluster 2023-12-25T20:24:00.088621+0000 mgr.smithi080.aipsvo (mgr.14180) 477 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:02.467 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:02.467 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:03.012 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:03.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:03 smithi080 conmon[36722]: cluster 2023-12-25T20:24:02.089190+0000 mgr.smithi080.aipsvo (mgr.14180) 478 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:03.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:03 smithi080 conmon[36722]: audit 2023-12-25T20:24:02.462795+0000 mgr.smithi080.aipsvo (mgr.14180) 479 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:03.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:03 smithi129 conmon[41175]: cluster 2023-12-25T20:24:02.089190+0000 mgr.smithi080.aipsvo (mgr.14180) 478 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:03.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:03 smithi129 conmon[41175]: audit 2023-12-25T20:24:02.462795+0000 mgr.smithi080.aipsvo (mgr.14180) 479 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:04.013 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:05 smithi129 conmon[41175]: cluster 2023-12-25T20:24:04.089875+0000 mgr.smithi080.aipsvo (mgr.14180) 480 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:05 smithi080 conmon[36722]: cluster 2023-12-25T20:24:04.089875+0000 mgr.smithi080.aipsvo (mgr.14180) 480 2023-12-25T20:24:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:05 smithi080 conmon[36722]: : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:05.919 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:05.919 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:06.553 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:07.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:06 smithi129 conmon[41175]: audit 2023-12-25T20:24:05.915374+0000 mgr.smithi080.aipsvo (mgr.14180) 481 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:07.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:06 smithi129 conmon[41175]: cluster 2023-12-25T20:24:06. 2023-12-25T20:24:07.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:06 smithi129 conmon[41175]: 090548+0000 mgr.smithi080.aipsvo (mgr.14180) 482 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:07.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:06 smithi080 conmon[36722]: audit 2023-12-25T20:24:05.915374+0000 mgr.smithi080.aipsvo (mgr.14180) 481 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:07.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:06 smithi080 conmon[36722]: cluster 2023-12-25T20:24:06.090548+0000 mgr.smithi080.aipsvo (mgr.14180) 482 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:07.554 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:09.443 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:09.443 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:09.465 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:09 smithi080 conmon[36722]: cluster 2023-12-25T20:24:08.091328+0000 mgr.smithi080.aipsvo (mgr.14180) 483 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:09 smithi129 conmon[41175]: cluster 2023-12-25T20:24:08.091328+0000 mgr.smithi080.aipsvo (mgr.14180) 483 : cluster [DBG] 2023-12-25T20:24:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:09 smithi129 conmon[41175]: pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:10.061 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:10.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:10 smithi129 conmon[41175]: audit 2023-12-25T20:24:09.439692+0000 mgr.smithi080.aipsvo (mgr.14180) 484 : audit 2023-12-25T20:24:10.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:10 smithi129 conmon[41175]: [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:10.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:10 smithi080 conmon[36722]: audit 2023-12-25T20:24:09.439692+0000 mgr.smithi080.aipsvo (mgr.14180) 484 2023-12-25T20:24:10.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:10 smithi080 conmon[36722]: : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:11.062 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:11 smithi129 conmon[41175]: cluster 2023-12-25T20:24:10.091760+0000 mgr.smithi080.aipsvo (mgr.14180) 485 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:11.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:11 smithi080 conmon[36722]: cluster 2023-12-25T20:24:10.091760+0000 mgr.smithi080.aipsvo (mgr.14180) 485 : cluster [DBG] 2023-12-25T20:24:11.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:11 smithi080 conmon[36722]: pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:12.937 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:12.938 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:13.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:13 smithi080 conmon[36722]: cluster 2023-12-25T20:24:12.092314+0000 mgr.smithi080.aipsvo (mgr.14180) 486 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:13 smithi129 conmon[41175]: cluster 2023-12-25T20:24:12.092314+0000 mgr.smithi080.aipsvo (mgr.14180) 486 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:13.579 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:14.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:14 smithi129 conmon[41175]: audit 2023-12-25T20:24:12.933364+0000 mgr.smithi080.aipsvo (mgr.14180) 487 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:14.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:14 smithi129 conmon[41175]: 2023-12-25T20:24:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:14 smithi080 conmon[36722]: audit 2023-12-25T20:24:12.933364+0000 mgr.smithi080.aipsvo (mgr.14180) 487 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:14.580 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:15.444 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:15 smithi080 conmon[36722]: cluster 2023-12-25T20:24:14.092856+0000 mgr.smithi080.aipsvo (mgr.14180) 488 : cluster 2023-12-25T20:24:15.445 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:15 smithi080 conmon[36722]: [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:15 smithi129 conmon[41175]: cluster 2023-12-25T20:24:14.092856+0000 mgr.smithi080.aipsvo (mgr.14180) 488 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:16.483 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:16.483 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:17.094 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:16 smithi080 conmon[36722]: cluster 2023-12-25T20:24:16.093371+0000 mgr.smithi080.aipsvo (mgr.14180) 489 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:17.095 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:16 smithi080 conmon[36722]: audit 2023-12-25T20:24:16.479332+0000 mgr.smithi080.aipsvo (mgr.14180) 490 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:17.110 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:17.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:16 smithi129 conmon[41175]: cluster 2023-12-25T20:24:16.093371+0000 mgr.smithi080.aipsvo (mgr.14180) 489 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:17.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:16 smithi129 conmon[41175]: 2023-12-25T20:24:17.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:16 smithi129 conmon[41175]: audit 2023-12-25T20:24:16.479332+0000 mgr.smithi080.aipsvo (mgr.14180) 490 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:18.111 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:19.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:19 smithi080 conmon[36722]: cluster 2023-12-25T20:24:18.094063+0000 mgr.smithi080.aipsvo (mgr.14180) 491 : 2023-12-25T20:24:19.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:19 smithi080 conmon[36722]: cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:19 smithi129 conmon[41175]: cluster 2023-12-25T20:24:18.094063+0000 mgr.smithi080.aipsvo (mgr.14180) 491 : cluster 2023-12-25T20:24:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:19 smithi129 conmon[41175]: [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:20.000 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:20.000 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:20.601 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:21 smithi129 conmon[41175]: audit 2023-12-25T20:24:19.997425+0000 mgr.smithi080.aipsvo (mgr.14180) 492 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:21 smithi129 conmon[41175]: cluster 2023-12-25T20:24:20.094390+0000 mgr.smithi080.aipsvo (mgr.14180) 493 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:21 smithi080 conmon[36722]: audit 2023-12-25T20:24:19.997425+0000 mgr.smithi080.aipsvo (mgr.14180) 492 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:21 smithi080 conmon[36722]: cluster 2023-12-25T20:24:20.094390+0000 mgr.smithi080.aipsvo (mgr.14180) 493 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:21.601 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:23.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:23 smithi080 conmon[36722]: cluster 2023-12-25T20:24:22.094937+0000 mgr.smithi080.aipsvo (mgr.14180) 494 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:23 smithi129 conmon[41175]: cluster 2023-12-25T20:24:22.094937+0000 mgr.smithi080.aipsvo (mgr.14180) 494 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:23.501 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:23.502 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:24.091 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:24.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:24 smithi129 conmon[41175]: audit 2023-12-25T20:24:23.498526+0000 mgr.smithi080.aipsvo (mgr.14180) 495 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:24.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:24 smithi129 conmon[41175]: 2023-12-25T20:24:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:24 smithi080 conmon[36722]: audit 2023-12-25T20:24:23.498526+0000 mgr.smithi080.aipsvo (mgr.14180) 495 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:25.092 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:25 smithi129 conmon[41175]: cluster 2023-12-25T20:24:24.095682+0000 mgr.smithi080.aipsvo (mgr.14180) 496 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:25 smithi129 conmon[41175]: 2023-12-25T20:24:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:25 smithi080 conmon[36722]: cluster 2023-12-25T20:24:24.095682+0000 2023-12-25T20:24:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:25 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14180) 496 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:26.968 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:26.968 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:26.992 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:26 smithi080 conmon[36722]: cluster 2023-12-25T20:24:26.096127+0000 mgr.smithi080.aipsvo (mgr.14180) 497 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:27.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:26 smithi129 conmon[41175]: cluster 2023-12-25T20:24:26.096127+0000 mgr.smithi080.aipsvo (mgr.14180) 497 : cluster 2023-12-25T20:24:27.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:26 smithi129 conmon[41175]: [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:27.567 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:28.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:27 smithi129 conmon[41175]: audit 2023-12-25T20:24:26.964636+0000 mgr.smithi080.aipsvo (mgr.14180) 498 : audit [DBG] 2023-12-25T20:24:28.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:27 smithi129 conmon[41175]: from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:28.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:27 smithi080 conmon[36722]: audit 2023-12-25T20:24:26.964636+0000 mgr.smithi080.aipsvo (mgr.14180) 498 : audit [DBG] 2023-12-25T20:24:28.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:27 smithi080 conmon[36722]: from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:28.569 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:29.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:28 smithi080 conmon[36722]: cluster 2023-12-25T20:24:28.096943+0000 mgr.smithi080.aipsvo (mgr.14180) 499 : cluster 2023-12-25T20:24:29.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:28 smithi080 conmon[36722]: [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:29.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:28 smithi129 conmon[41175]: cluster 2023-12-25T20:24:28.096943+0000 mgr.smithi080.aipsvo (mgr.14180) 499 : 2023-12-25T20:24:29.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:28 smithi129 conmon[41175]: cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:30.457 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:30.457 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:31.051 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:31 smithi129 conmon[41175]: cluster 2023-12-25T20:24:30.097291+0000 mgr.smithi080.aipsvo (mgr.14180) 500 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:31 smithi129 conmon[41175]: audit 2023-12-25T20:24:30.453973+0000 mgr.smithi080.aipsvo (mgr.14180) 501 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:31 smithi080 conmon[36722]: cluster 2023-12-25T20:24:30.097291+0000 mgr.smithi080.aipsvo (mgr.14180) 500 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:31 smithi080 conmon[36722]: audit 2023-12-25T20:24:30.453973+0000 mgr.smithi080.aipsvo (mgr.14180) 501 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:32.052 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:33 smithi129 conmon[41175]: cluster 2023-12-25T20:24:32.097929+0000 mgr.smithi080.aipsvo (mgr.14180) 502 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:33 smithi129 conmon[41175]: 2023-12-25T20:24:33.517 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:33 smithi080 conmon[36722]: cluster 2023-12-25T20:24:32.097929 2023-12-25T20:24:33.517 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:33 smithi080 conmon[36722]: +0000 mgr.smithi080.aipsvo (mgr.14180) 502 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:33.883 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:33.883 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:34.414 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:35.415 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:35.448 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:35 smithi080 conmon[36722]: audit 2023-12-25T20:24:33.879647+0000 mgr.smithi080.aipsvo (mgr.14180) 503 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:35.449 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:35 smithi080 conmon[36722]: cluster 2023-12-25T20:24:34.098466+0000 mgr.smithi080.aipsvo (mgr.14180) 504 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:35 smithi129 conmon[41175]: audit 2023-12-25T20:24:33.879647+0000 mgr.smithi080.aipsvo (mgr.14180) 503 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:35 smithi129 conmon[41175]: cluster 2023-12-25T20:24:34.098466+0000 mgr.smithi080.aipsvo (mgr.14180) 504 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:36.960 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:36 smithi080 conmon[36722]: cluster 2023-12-25T20:24:36.098983 2023-12-25T20:24:36.960 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:36 smithi080 conmon[36722]: +0000 mgr.smithi080.aipsvo (mgr.14180) 505 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:37.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:36 smithi129 conmon[41175]: cluster 2023-12-25T20:24:36.098983+0000 mgr.smithi080.aipsvo (mgr.14180) 505 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:37.292 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:37.293 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:37.881 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:38.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:37 smithi129 conmon[41175]: audit 2023-12-25T20:24:37.289330+0000 mgr.smithi080.aipsvo (mgr.14180) 506 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:38.327 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:37 smithi080 conmon[36722]: audit 2023-12-25T20:24:37.289330+0000 mgr.smithi080.aipsvo (mgr.14180) 506 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:38.882 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:39.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:38 smithi129 conmon[41175]: cluster 2023-12-25T20:24:38.099739+0000 mgr.smithi080.aipsvo 2023-12-25T20:24:39.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:38 smithi129 conmon[41175]: (mgr.14180) 507 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:39.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:38 smithi080 conmon[36722]: cluster 2023-12-25T20:24:38.099739+0000 mgr.smithi080.aipsvo (mgr.14180) 507 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:40.787 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:40.787 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:41.380 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:41 smithi129 conmon[41175]: cluster 2023-12-25T20:24:40.100168+0000 mgr.smithi080.aipsvo (mgr.14180) 508 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:41.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:41 smithi080 conmon[36722]: cluster 2023-12-25T20:24:40.100168+0000 mgr.smithi080.aipsvo (mgr.14180) 508 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:42.381 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:42.415 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:42 smithi080 conmon[36722]: audit 2023-12-25T20:24:40.784048+0000 mgr.smithi080.aipsvo (mgr.14180) 509 : audit [DBG] 2023-12-25T20:24:42.415 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:42 smithi080 conmon[36722]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:42.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:42 smithi129 conmon[41175]: audit 2023-12-25T20:24:40.784048+0000 mgr.smithi080.aipsvo (mgr.14180) 509 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:43 smithi129 conmon[41175]: cluster 2023-12-25T20:24:42.100728+0000 mgr.smithi080.aipsvo (mgr.14180) 510 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:43.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:43 smithi080 conmon[36722]: cluster 2023-12-25T20:24:42.100728+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:24:43.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:43 smithi080 conmon[36722]: 510 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:44.239 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:44.239 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:44.779 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:45 smithi129 conmon[41175]: cluster 2023-12-25T20:24:44.101206+0000 mgr.smithi080.aipsvo (mgr.14180) 511 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:45 smithi129 conmon[41175]: audit 2023-12-25T20:24:44.235119+0000 mgr.smithi080.aipsvo (mgr.14180) 512 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:45.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:45 smithi080 conmon[36722]: cluster 2023-12-25T20:24:44.101206+0000 mgr.smithi080.aipsvo (mgr.14180) 511 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:45.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:45 smithi080 conmon[36722]: audit 2023-12-25T20:24:44.235119+0000 mgr.smithi080.aipsvo (mgr.14180) 512 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:45.780 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:47.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:46 smithi080 conmon[36722]: cluster 2023-12-25T20:24:46.101691+0000 mgr.smithi080.aipsvo (mgr.14180) 513 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:47.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:46 smithi129 conmon[41175]: cluster 2023-12-25T20:24:46.101691+0000 mgr.smithi080.aipsvo (mgr.14180) 513 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:47.621 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:47.621 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:48.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:47 smithi080 conmon[36722]: audit 2023-12-25T20:24:47.618201+0000 mgr.smithi080.aipsvo (mgr.14180) 514 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:48.220 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:48.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:47 smithi129 conmon[41175]: audit 2023-12-25T20:24:47.618201+0000 mgr.smithi080.aipsvo (mgr.14180) 514 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:48.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:47 smithi129 conmon[41175]: 2023-12-25T20:24:49.221 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:49.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:48 smithi129 conmon[41175]: cluster 2023-12-25T20:24:48.102523+0000 mgr.smithi080.aipsvo (mgr.14180) 515 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:49.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:48 smithi129 conmon[41175]: 2023-12-25T20:24:49.254 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:48 smithi080 conmon[36722]: cluster 2023-12-25T20:24:48.102523+0000 mgr.smithi080.aipsvo (mgr.14180) 515 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:51.096 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:51.096 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:51 smithi129 conmon[41175]: cluster 2023-12-25T20:24:50.102887+0000 mgr.smithi080.aipsvo (mgr.14180) 516 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:51 smithi080 conmon[36722]: cluster 2023-12-25T20:24:50.102887+0000 mgr.smithi080.aipsvo (mgr.14180) 516 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:51.751 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:52.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:52 smithi129 conmon[41175]: audit 2023-12-25T20:24:51.092567+0000 mgr.smithi080.aipsvo (mgr.14180) 517 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:52.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:52 smithi080 conmon[36722]: audit 2023-12-25T20:24:51.092567+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:24:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:52 smithi080 conmon[36722]: ) 517 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:52.751 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:53 smithi129 conmon[41175]: cluster 2023-12-25T20:24:52.103744+0000 mgr.smithi080.aipsvo (mgr.14180) 518 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:53.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:53 smithi080 conmon[36722]: cluster 2023-12-25T20:24:52.103744+0000 mgr.smithi080.aipsvo (mgr.14180) 518 : cluster [DBG] 2023-12-25T20:24:53.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:53 smithi080 conmon[36722]: pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:54.649 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:54.649 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:55.251 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:55 smithi129 conmon[41175]: cluster 2023-12-25T20:24:54.104374+0000 mgr.smithi080.aipsvo (mgr.14180) 519 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:55 smithi129 conmon[41175]: audit 2023-12-25T20:24:54.645633+0000 mgr.smithi080.aipsvo (mgr.14180) 520 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:55 smithi080 conmon[36722]: cluster 2023-12-25T20:24:54.104374+0000 mgr.smithi080.aipsvo (mgr.14180) 519 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:55 smithi080 conmon[36722]: audit 2023-12-25T20:24:54.645633+0000 mgr.smithi080.aipsvo (mgr.14180) 520 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:56.253 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:24:57.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:56 smithi080 conmon[36722]: cluster 2023-12-25T20:24:56.105088+0000 mgr.smithi080.aipsvo (mgr.14180) 521 : cluster [DBG] 2023-12-25T20:24:57.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:56 smithi080 conmon[36722]: pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:56 smithi129 conmon[41175]: cluster 2023-12-25T20:24:56.105088+0000 mgr.smithi080.aipsvo (mgr.14180) 521 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:56 smithi129 conmon[41175]: 2023-12-25T20:24:58.123 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:24:58.123 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:24:58.858 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:24:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:59 smithi129 conmon[41175]: cluster 2023-12-25T20:24:58.105581+0000 mgr.smithi080.aipsvo (mgr.14180) 522 : cluster 2023-12-25T20:24:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:59 smithi129 conmon[41175]: [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:24:59 smithi129 conmon[41175]: audit 2023-12-25T20:24:58.119080+0000 mgr.smithi080.aipsvo (mgr.14180) 523 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:59.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:59 smithi080 conmon[36722]: cluster 2023-12-25T20:24:58.105581+0000 mgr.smithi080.aipsvo (mgr.14180) 522 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:24:59.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:24:59 smithi080 conmon[36722]: audit 2023-12-25T20:24:58.119080+0000 mgr.smithi080.aipsvo (mgr.14180) 523 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:24:59.859 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:01 smithi129 conmon[41175]: cluster 2023-12-25T20:25:00.106074+0000 mgr.smithi080.aipsvo (mgr.14180) 524 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:01 smithi080 conmon[36722]: cluster 2023-12-25T20:25:00.106074+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:25:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:01 smithi080 conmon[36722]: 524 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:01.669 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:01.669 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:02.282 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:02.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:02 smithi129 conmon[41175]: audit 2023-12-25T20:25:01.666164+0000 mgr.smithi080.aipsvo (mgr.14180) 525 : audit [DBG] 2023-12-25T20:25:02.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:02 smithi129 conmon[41175]: from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:02.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:02 smithi080 conmon[36722]: audit 2023-12-25T20:25:01.666164+0000 mgr.smithi080.aipsvo (mgr.14180) 525 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:03.283 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:03 smithi129 conmon[41175]: cluster 2023-12-25T20:25:02.106704+0000 mgr.smithi080.aipsvo (mgr.14180) 526 : cluster 2023-12-25T20:25:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:03 smithi129 conmon[41175]: [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:03.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:03 smithi080 conmon[36722]: cluster 2023-12-25T20:25:02.106704+0000 mgr.smithi080.aipsvo (mgr.14180) 526 2023-12-25T20:25:03.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:03 smithi080 conmon[36722]: : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:05.167 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:05.168 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:05 smithi129 conmon[41175]: cluster 2023-12-25T20:25:04.107360+0000 mgr.smithi080.aipsvo (mgr.14180) 527 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:05 smithi129 conmon[41175]: 2023-12-25T20:25:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:05 smithi080 conmon[36722]: cluster 2023-12-25T20:25:04.107360+0000 mgr.smithi080.aipsvo (mgr.14180) 527 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:05.817 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:06.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:06 smithi129 conmon[41175]: audit 2023-12-25T20:25:05.163915+0000 mgr.smithi080.aipsvo (mgr.14180) 528 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:06.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:06 smithi129 conmon[41175]: 2023-12-25T20:25:06.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:06 smithi080 conmon[36722]: audit 2023-12-25T20:25:05.163915+0000 mgr.smithi080.aipsvo (mgr.14180) 528 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:06.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:06 smithi080 conmon[36722]: 2023-12-25T20:25:06.818 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:07.481 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:07 smithi080 conmon[36722]: cluster 2023-12-25T20:25:06.108055+0000 mgr.smithi080.aipsvo (mgr.14180) 529 : cluster 2023-12-25T20:25:07.481 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:07 smithi080 conmon[36722]: [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:07.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:07 smithi129 conmon[41175]: cluster 2023-12-25T20:25:06.108055+0000 mgr.smithi080.aipsvo (mgr.14180) 529 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:07.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:07 smithi129 conmon[41175]: 2023-12-25T20:25:08.687 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:08.688 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:09.332 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:09 smithi129 conmon[41175]: cluster 2023-12-25T20:25:08.108569+0000 mgr.smithi080.aipsvo (mgr.14180) 530 : cluster 2023-12-25T20:25:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:09 smithi129 conmon[41175]: [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:09 smithi129 conmon[41175]: audit 2023-12-25T20:25:08.683919+0000 mgr.smithi080.aipsvo (mgr.14180) 531 : audit 2023-12-25T20:25:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:09 smithi129 conmon[41175]: [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:09.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:09 smithi080 conmon[36722]: cluster 2023-12-25T20:25:08.108569+0000 mgr.smithi080.aipsvo (mgr.14180) 530 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:09.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:09 smithi080 conmon[36722]: audit 2023-12-25T20:25:08.683919+0000 mgr.smithi080.aipsvo (mgr.14180) 531 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:10.333 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:11 smithi129 conmon[41175]: cluster 2023-12-25T20:25:10.109000+0000 mgr.smithi080.aipsvo (mgr.14180) 532 : cluster 2023-12-25T20:25:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:11 smithi129 conmon[41175]: [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:11.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:11 smithi080 conmon[36722]: cluster 2023-12-25T20:25:10.109000+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:25:11.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:11 smithi080 conmon[36722]: .14180) 532 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:12.267 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:12.267 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:12.872 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:13 smithi129 conmon[41175]: cluster 2023-12-25T20:25:12.109573+0000 mgr.smithi080.aipsvo (mgr.14180) 533 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:13 smithi129 conmon[41175]: 2023-12-25T20:25:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:13 smithi129 conmon[41175]: audit 2023-12-25T20:25:12.262932+0000 mgr.smithi080.aipsvo (mgr.14180) 534 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:13.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:13 smithi080 conmon[36722]: cluster 2023-12-25T20:25:12.109573+0000 mgr.smithi080.aipsvo (mgr.14180) 533 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:13.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:13 smithi080 conmon[36722]: audit 2023-12-25T20:25:12.262932+0000 mgr.smithi080.aipsvo (mgr.14180) 534 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:13.873 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:15.458 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:15 smithi080 conmon[36722]: cluster 2023-12-25T20:25:14.110003+0000 mgr.smithi080.aipsvo (mgr.14180) 535 : cluster [DBG] 2023-12-25T20:25:15.459 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:15 smithi080 conmon[36722]: pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:15 smithi129 conmon[41175]: cluster 2023-12-25T20:25:14.110003+0000 mgr.smithi080.aipsvo (mgr.14180) 535 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:15 smithi129 conmon[41175]: 2023-12-25T20:25:15.806 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:15.806 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:16.397 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:17.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:16 smithi129 conmon[41175]: audit 2023-12-25T20:25:15.802364+0000 mgr.smithi080.aipsvo (mgr.14180) 536 : 2023-12-25T20:25:17.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:16 smithi129 conmon[41175]: audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:17.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:16 smithi129 conmon[41175]: cluster 2023-12-25T20:25:16.110509+0000 mgr.smithi080.aipsvo (mgr.14180) 537 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:17.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:16 smithi080 conmon[36722]: audit 2023-12-25T20:25:15.802364+0000 mgr.smithi080.aipsvo (mgr.14180) 536 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:17.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:16 smithi080 conmon[36722]: cluster 2023-12-25T20:25:16.110509+0000 mgr.smithi080.aipsvo (mgr.14180) 537 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:17.397 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:19.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:19 smithi080 conmon[36722]: cluster 2023-12-25T20:25:18.111360+0000 mgr.smithi080.aipsvo (mgr.14180) 538 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:19.280 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:19.280 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:19 smithi129 conmon[41175]: cluster 2023-12-25T20:25:18.111360+0000 mgr.smithi080.aipsvo (mgr.14180) 538 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:19 smithi129 conmon[41175]: 2023-12-25T20:25:19.873 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:20.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:20 smithi129 conmon[41175]: audit 2023-12-25T20:25:19.277262+0000 mgr.smithi080.aipsvo (mgr.14180) 539 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:20.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:20 smithi129 conmon[41175]: 2023-12-25T20:25:20.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:20 smithi080 conmon[36722]: audit 2023-12-25T20:25:19.277262+0000 mgr.smithi080.aipsvo (mgr.14180) 539 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:20.875 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:21 smithi129 conmon[41175]: cluster 2023-12-25T20:25:20.111655+0000 mgr.smithi080.aipsvo (mgr.14180) 540 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:21 smithi080 conmon[36722]: cluster 2023-12-25T20:25:20.111655+0000 mgr.smithi080.aipsvo (mgr.14180) 540 : cluster [DBG] 2023-12-25T20:25:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:21 smithi080 conmon[36722]: pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:22.781 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:22.782 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:23.377 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:23 smithi129 conmon[41175]: cluster 2023-12-25T20:25:22.112436+0000 mgr.smithi080.aipsvo (mgr.14180) 541 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:23 smithi129 conmon[41175]: 2023-12-25T20:25:23.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:23 smithi080 conmon[36722]: cluster 2023-12-25T20:25:22.112436+0000 mgr.smithi080.aipsvo (mgr.14180) 541 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:24.378 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:24.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:24 smithi129 conmon[41175]: audit 2023-12-25T20:25:22.777441+0000 mgr.smithi080.aipsvo (mgr.14180) 542 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:24.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:24 smithi080 conmon[36722]: audit 2023-12-25T20:25:22.777441+0000 mgr.smithi080.aipsvo (mgr.14180) 542 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:25 smithi129 conmon[41175]: cluster 2023-12-25T20:25:24.112954+0000 mgr.smithi080.aipsvo (mgr.14180) 543 : cluster [DBG] 2023-12-25T20:25:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:25 smithi129 conmon[41175]: pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:25 smithi080 conmon[36722]: cluster 2023-12-25T20:25:24.112954+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:25:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:25 smithi080 conmon[36722]: .14180) 543 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:26.205 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:26.205 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:26.794 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:27.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:26 smithi129 conmon[41175]: cluster 2023-12-25T20:25:26.113421+0000 mgr.smithi080.aipsvo (mgr.14180) 544 : cluster [DBG] 2023-12-25T20:25:27.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:26 smithi129 conmon[41175]: pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:27.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:26 smithi129 conmon[41175]: audit 2023-12-25T20:25:26.201472+0000 mgr.smithi080.aipsvo (mgr.14180) 545 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:26 smithi080 conmon[36722]: cluster 2023-12-25T20:25:26.113421+0000 mgr.smithi080.aipsvo (mgr.14180) 544 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:26 smithi080 conmon[36722]: audit 2023-12-25T20:25:26.201472+0000 mgr.smithi080.aipsvo (mgr.14180) 545 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:27.794 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:29.250 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:29 smithi080 conmon[36722]: cluster 2023-12-25T20:25 2023-12-25T20:25:29.251 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:29 smithi080 conmon[36722]: :28.114299+0000 mgr.smithi080.aipsvo (mgr.14180) 546 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:29 smithi129 conmon[41175]: cluster 2023-12-25T20:25:28.114299+0000 mgr.smithi080.aipsvo (mgr.14180) 546 : cluster 2023-12-25T20:25:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:29 smithi129 conmon[41175]: [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:29.569 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:29.569 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:30.177 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:30.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:30 smithi129 conmon[41175]: audit 2023-12-25T20:25:29.565744+0000 mgr.smithi080.aipsvo (mgr.14180) 547 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:30.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:30 smithi129 conmon[41175]: 2023-12-25T20:25:30.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:30 smithi080 conmon[36722]: audit 2023-12-25T20:25:29.565744+0000 mgr.smithi080.aipsvo (mgr.14180) 547 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:31.177 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:31 smithi129 conmon[41175]: cluster 2023-12-25T20:25:30.114612+0000 mgr.smithi080.aipsvo (mgr.14180) 548 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:31 smithi129 conmon[41175]: 2023-12-25T20:25:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:31 smithi080 conmon[36722]: cluster 2023-12-25T20:25:30.114612+0000 mgr.smithi080.aipsvo (mgr.14180) 548 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:31 smithi080 conmon[36722]: 2023-12-25T20:25:33.051 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:33.052 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:33.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:33 smithi080 conmon[36722]: cluster 2023-12-25T20:25:32.115386+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:25:33.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:33 smithi080 conmon[36722]: .14180) 549 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:33 smithi129 conmon[41175]: cluster 2023-12-25T20:25:32.115386+0000 mgr.smithi080.aipsvo (mgr.14180) 549 : cluster 2023-12-25T20:25:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:33 smithi129 conmon[41175]: [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:33.644 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:34.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:34 smithi129 conmon[41175]: audit 2023-12-25T20:25:33.047296+0000 mgr.smithi080.aipsvo (mgr.14180) 550 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:34.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:34 smithi080 conmon[36722]: audit 2023-12-25T20:25:33.047296+0000 mgr.smithi080.aipsvo (mgr.14180) 550 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:34.644 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:35 smithi129 conmon[41175]: cluster 2023-12-25T20:25:34.116052+0000 mgr.smithi080.aipsvo (mgr.14180) 551 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:35 smithi129 conmon[41175]: 2023-12-25T20:25:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:35 smithi080 conmon[36722]: cluster 2023-12-25T20:25:34.116052+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:25:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:35 smithi080 conmon[36722]: 551 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:36.568 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:36.568 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:37.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:36 smithi080 conmon[36722]: cluster 2023-12-25T20:25:36.116644+0000 mgr.smithi080.aipsvo (mgr.14180) 552 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:37.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:36 smithi080 conmon[36722]: audit 2023-12-25T20:25:36.564273+0000 mgr.smithi080.aipsvo (mgr.14180) 553 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:37.152 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:37.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:36 smithi129 conmon[41175]: cluster 2023-12-25T20:25:36.116644+0000 mgr.smithi080.aipsvo (mgr.14180) 552 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:37.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:36 smithi129 conmon[41175]: 2023-12-25T20:25:37.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:36 smithi129 conmon[41175]: audit 2023-12-25T20:25:36.564273+0000 mgr.smithi080.aipsvo (mgr.14180) 553 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:38.153 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:39.451 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:39 smithi080 conmon[36722]: cluster 2023-12-25T20:25:38.117491+0000 mgr.smithi080.aipsvo (mgr.14180) 554 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:39.451 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:39 smithi080 conmon[36722]: 2023-12-25T20:25:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:39 smithi129 conmon[41175]: cluster 2023-12-25T20:25:38.117491+0000 mgr.smithi080.aipsvo (mgr.14180) 554 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:40.076 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:40.077 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:40.650 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:41 smithi129 conmon[41175]: audit 2023-12-25T20:25:40.072816+0000 mgr.smithi080.aipsvo (mgr.14180) 555 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:41 smithi129 conmon[41175]: cluster 2023-12-25T20:25:40.117801+0000 mgr.smithi080.aipsvo (mgr.14180) 556 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:41 smithi080 conmon[36722]: audit 2023-12-25T20:25:40.072816+0000 mgr.smithi080.aipsvo (mgr.14180) 555 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:41 smithi080 conmon[36722]: cluster 2023-12-25T20:25:40.117801+0000 mgr.smithi080.aipsvo (mgr.14180) 556 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:41.651 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:43 smithi129 conmon[41175]: cluster 2023-12-25T20:25:42.118325+0000 mgr.smithi080.aipsvo (mgr.14180) 557 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:43.517 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:43.517 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:43.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:43 smithi080 conmon[36722]: cluster 2023-12-25T20:25:42.118325+0000 mgr.smithi080.aipsvo (mgr.14180) 557 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:44.158 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:44.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:44 smithi129 conmon[41175]: audit 2023-12-25T20:25:43.513190+0000 mgr.smithi080.aipsvo (mgr.14180) 558 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:44.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:44 smithi080 conmon[36722]: audit 2023-12-25T20:25:43.513190+0000 mgr.smithi080.aipsvo (mgr.14180) 558 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:45.159 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:45 smithi129 conmon[41175]: cluster 2023-12-25T20:25:44.118848+0000 mgr.smithi080.aipsvo (mgr.14180) 559 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:45.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:45 smithi080 conmon[36722]: cluster 2023-12-25T20:25:44.118848+0000 mgr.smithi080.aipsvo (mgr.14180) 559 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:47.015 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:47.016 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.011614Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:47.022 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:46 smithi080 conmon[36722]: cluster 2023-12-25T20:25:46.119321+0000 mgr.smithi080.aipsvo (mgr.14180) 560 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:47.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:46 smithi129 conmon[41175]: cluster 2023-12-25T20:25:46.119321+0000 mgr.smithi080.aipsvo (mgr.14180) 560 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:47.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:46 smithi129 conmon[41175]: 2023-12-25T20:25:47.665 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: audit 2023-12-25T20:25:47.012003+0000 mgr.smithi080.aipsvo (mgr.14180) 561 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: cephadm 2023-12-25T20:25:47.551184+0000 mgr.smithi080.aipsvo (mgr.14180) 562 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn 2023-12-25T20:25:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn 2023-12-25T20:25:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn 2023-12-25T20:25:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn 2023-12-25T20:25:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi129.jtddtn ... 2023-12-25T20:25:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:25:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:25:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:23:50Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:24:28Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:25:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: Traceback (most recent call last): 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: yield (conn, connr) 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: code, '\n'.join(err))) 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi129.jtddtn ... 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:25:48.248 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:25:48.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:23:50Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:24:28Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:25:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:25:48.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-12-25T20:25:48.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:25:48.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:25:48.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: cephadm 2023-12-25T20:25:47.551410+0000 mgr.smithi080.aipsvo (mgr.14180) 563 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi129.jtddtn 2023-12-25T20:25:48.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: audit 2023-12-25T20:25:47.551741+0000 mon.smithi080 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi129.jtddtn"}]: dispatch 2023-12-25T20:25:48.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: cephadm 2023-12-25T20:25:47.552418+0000 mgr.smithi080.aipsvo (mgr.14180) 564 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn 2023-12-25T20:25:48.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn 2023-12-25T20:25:48.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn 2023-12-25T20:25:48.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn 2023-12-25T20:25:48.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi129.jtddtn ... 2023-12-25T20:25:48.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:25:48.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:25:48.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:23:50Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:24:28Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:25:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:25:48.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:25:48.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:25:48.250 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:47 smithi129 conmon[41175]: cephadm 2023-12-25T20:25:47.554494+0000 mgr.smithi080.aipsvo (mgr.14180) 565 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi080.sjlgaq on smithi080 2023-12-25T20:25:48.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: audit 2023-12-25T20:25:47.012003+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:25:48.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: 561 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:48.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: cephadm 2023-12-25T20:25:47.551184+0000 mgr.smithi080.aipsvo (mgr.14180) 562 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn 2023-12-25T20:25:48.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn 2023-12-25T20:25:48.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn 2023-12-25T20:25:48.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn 2023-12-25T20:25:48.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi129.jtddtn ... 2023-12-25T20:25:48.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:25:48.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:25:48.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:23:50Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:24:28Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:25:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:25:48.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:25:48.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:25:48.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: Traceback (most recent call last): 2023-12-25T20:25:48.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:25:48.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: yield (conn, connr) 2023-12-25T20:25:48.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:25:48.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: code, '\n'.join(err))) 2023-12-25T20:25:48.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn 2023-12-25T20:25:48.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn 2023-12-25T20:25:48.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn 2023-12-25T20:25:48.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn 2023-12-25T20:25:48.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi129.jtddtn ... 2023-12-25T20:25:48.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:25:48.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:25:48.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:23:50Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:24:28Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:25:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:25:48.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library 2023-12-25T20:25:48.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: /haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:25:48.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:25:48.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: cephadm 2023-12-25T20:25:47.551410+0000 mgr.smithi080.aipsvo (mgr.14180) 563 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi129.jtddtn 2023-12-25T20:25:48.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: audit 2023-12-25T20:25:47.551741+0000 mon.smithi080 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi129.jtddtn"}]: dispatch 2023-12-25T20:25:48.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: cephadm 2023-12-25T20:25:47.552418+0000 mgr.smithi080.aipsvo (mgr.14180) 564 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn 2023-12-25T20:25:48.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn 2023-12-25T20:25:48.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn 2023-12-25T20:25:48.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn 2023-12-25T20:25:48.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi129.jtddtn ... 2023-12-25T20:25:48.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:25:48.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:25:48.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:23:50Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:24:28Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:25:07Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:25:48.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:25:48.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:25:48.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:25:48.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:47 smithi080 conmon[36722]: cephadm 2023-12-25T20:25:47.554494+0000 mgr.smithi080.aipsvo (mgr.14180) 565 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi080.sjlgaq on smithi080 2023-12-25T20:25:48.666 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:49.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:48 smithi080 conmon[36722]: cluster 2023-12-25T20:25:48.120220+0000 mgr.smithi080.aipsvo (mgr.14180) 566 : cluster [DBG] 2023-12-25T20:25:49.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:48 smithi080 conmon[36722]: pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:49.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:48 smithi129 conmon[41175]: cluster 2023-12-25T20:25:48.120220+0000 mgr.smithi080.aipsvo (mgr.14180) 566 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:50.551 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:50.552 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:51.199 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:51 smithi129 conmon[41175]: cluster 2023-12-25T20:25:50.120810+0000 mgr.smithi080.aipsvo (mgr.14180) 567 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:51.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:51 smithi129 conmon[41175]: audit 2023-12-25T20:25:50.547773+0000 mgr.smithi080.aipsvo (mgr.14180) 568 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:51.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:51 smithi080 conmon[36722]: cluster 2023-12-25T20:25:50.120810+0000 mgr.smithi080.aipsvo (mgr.14180) 567 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:51 smithi080 conmon[36722]: audit 2023-12-25T20:25:50.547773+0000 mgr.smithi080.aipsvo (mgr.14180) 568 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:52.200 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:53.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:53 smithi080 conmon[36722]: cluster 2023-12-25T20:25:52.121423+0000 mgr.smithi080.aipsvo (mgr.14180) 569 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:53 smithi129 conmon[41175]: cluster 2023-12-25T20:25:52.121423+0000 mgr.smithi080.aipsvo (mgr.14180) 569 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:54.096 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:54.097 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:54.731 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:55 smithi129 conmon[41175]: audit 2023-12-25T20:25:54.093189+0000 mgr.smithi080.aipsvo (mgr.14180) 570 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:55 smithi129 conmon[41175]: cluster 2023-12-25T20:25:54.121969+0000 mgr.smithi080.aipsvo (mgr.14180) 571 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:55 smithi080 conmon[36722]: audit 2023-12-25T20:25:54.093189+0000 mgr.smithi080.aipsvo (mgr.14180) 570 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:55 smithi080 conmon[36722]: cluster 2023-12-25T20:25:54.121969+0000 mgr.smithi080.aipsvo (mgr.14180) 571 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:55.732 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:57.232 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:56 smithi080 conmon[36722]: cluster 2023-12-25T20:25:56.122446+0000 mgr.smithi080.aipsvo (mgr.14180) 572 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:57.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:56 smithi129 conmon[41175]: cluster 2023-12-25T20:25:56.122446+0000 mgr.smithi080.aipsvo (mgr.14180) 572 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:57.598 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:25:57.598 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:25:58.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:57 smithi080 conmon[36722]: audit 2023-12-25T20:25:57.594456+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:25:58.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:57 smithi080 conmon[36722]: ) 573 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:58.178 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:25:58.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:57 smithi129 conmon[41175]: audit 2023-12-25T20:25:57.594456+0000 mgr.smithi080.aipsvo (mgr.14180) 573 : audit [DBG] 2023-12-25T20:25:58.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:57 smithi129 conmon[41175]: from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:25:59.179 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:25:59.212 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:58 smithi080 conmon[36722]: cluster 2023-12-25T20:25:58.123199+0000 mgr.smithi080.aipsvo (mgr.14180) 574 : cluster [DBG] 2023-12-25T20:25:59.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:25:58 smithi080 conmon[36722]: pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:25:59.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:58 smithi129 conmon[41175]: cluster 2023-12-25T20:25:58.123199+0000 mgr.smithi080.aipsvo (mgr.14180) 574 : cluster [DBG] 2023-12-25T20:25:59.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:25:58 smithi129 conmon[41175]: pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:01.049 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:01.050 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:01 smithi129 conmon[41175]: cluster 2023-12-25T20:26:00.123552+0000 mgr.smithi080.aipsvo (mgr.14180) 575 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:01.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:01 smithi129 conmon[41175]: 2023-12-25T20:26:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:01 smithi080 conmon[36722]: cluster 2023-12-25T20:26:00.123552+0000 mgr.smithi080.aipsvo (mgr.14180) 575 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:01.636 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:02.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:02 smithi129 conmon[41175]: audit 2023-12-25T20:26:01.045734+0000 mgr.smithi080.aipsvo (mgr.14180) 576 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:02.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:02 smithi129 conmon[41175]: 2023-12-25T20:26:02.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:02 smithi080 conmon[36722]: audit 2023-12-25T20:26:01.045734+0000 mgr.smithi080.aipsvo (mgr.14180) 576 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:02.637 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:03.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:03 smithi080 conmon[36722]: cluster 2023-12-25T20:26:02.124282+0000 mgr.smithi080.aipsvo (mgr.14180) 577 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:03 smithi129 conmon[41175]: cluster 2023-12-25T20:26:02.124282+0000 mgr.smithi080.aipsvo (mgr.14180) 577 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:03.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:03 smithi129 conmon[41175]: 2023-12-25T20:26:04.528 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:04.528 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:05.170 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:05 smithi129 conmon[41175]: cluster 2023-12-25T20:26:04.124752+0000 mgr.smithi080.aipsvo (mgr.14180) 578 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:05 smithi129 conmon[41175]: audit 2023-12-25T20:26:04.524257+0000 mgr.smithi080.aipsvo (mgr.14180) 579 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:05 smithi080 conmon[36722]: cluster 2023-12-25T20:26:04.124752+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:26:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:05 smithi080 conmon[36722]: ) 578 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:05 smithi080 conmon[36722]: audit 2023-12-25T20:26:04.524257+0000 mgr.smithi080.aipsvo (mgr.14180) 579 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:06.171 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:07.020 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:06 smithi080 conmon[36722]: cluster 2023-12-25T20:26:06.125394+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:26:07.020 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:06 smithi080 conmon[36722]: 14180) 580 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:07.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:06 smithi129 conmon[41175]: cluster 2023-12-25T20:26:06.125394+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:26:07.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:06 smithi129 conmon[41175]: ) 580 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:08.021 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:08.021 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:08.644 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:09 smithi129 conmon[41175]: audit 2023-12-25T20:26:08.016970+0000 mgr.smithi080.aipsvo (mgr.14180) 581 : audit 2023-12-25T20:26:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:09 smithi129 conmon[41175]: [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:09 smithi129 conmon[41175]: cluster 2023-12-25T20:26:08.125928+0000 mgr.smithi080.aipsvo (mgr.14180) 582 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:09.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:09 smithi080 conmon[36722]: audit 2023-12-25T20:26:08.016970+0000 mgr.smithi080.aipsvo (mgr.14180) 581 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:09.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:09 smithi080 conmon[36722]: cluster 2023-12-25T20:26: 2023-12-25T20:26:09.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:09 smithi080 conmon[36722]: 08.125928+0000 mgr.smithi080.aipsvo (mgr.14180) 582 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:09.646 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:11.472 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:11.472 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:11 smithi129 conmon[41175]: cluster 2023-12-25T20:26:10.126261+0000 mgr.smithi080.aipsvo (mgr.14180) 583 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:11 smithi129 conmon[41175]: 2023-12-25T20:26:11.501 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:11 smithi080 conmon[36722]: cluster 2023-12-25T20:26:10.126261+0000 mgr.smithi080.aipsvo (mgr.14180) 583 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:12.086 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:12.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:12 smithi129 conmon[41175]: audit 2023-12-25T20:26:11.468115+0000 mgr.smithi080.aipsvo (mgr.14180) 584 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:12.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:12 smithi129 conmon[41175]: 2023-12-25T20:26:12.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:12 smithi080 conmon[36722]: audit 2023-12-25T20:26:11.468115+0000 mgr.smithi080.aipsvo (mgr.14180) 584 : audit 2023-12-25T20:26:12.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:12 smithi080 conmon[36722]: [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:13.088 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:13 smithi080 conmon[36722]: cluster 2023-12-25T20:26:12.126936+0000 mgr.smithi080.aipsvo (mgr.14180) 585 : cluster [DBG] 2023-12-25T20:26:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:13 smithi080 conmon[36722]: pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:13 smithi129 conmon[41175]: cluster 2023-12-25T20:26:12.126936+0000 mgr.smithi080.aipsvo (mgr.14180) 585 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:13 smithi129 conmon[41175]: 2023-12-25T20:26:14.952 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:14.952 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:15.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:15 smithi080 conmon[36722]: cluster 2023-12-25T20:26:14.127488+0000 mgr.smithi080.aipsvo (mgr.14180) 586 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:15 smithi129 conmon[41175]: cluster 2023-12-25T20:26:14.127488+0000 mgr.smithi080.aipsvo (mgr.14180) 586 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:15.558 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:16.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:16 smithi129 conmon[41175]: audit 2023-12-25T20:26:14.948639+0000 mgr.smithi080.aipsvo (mgr.14180) 587 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:16.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:16 smithi080 conmon[36722]: audit 2023-12-25T20:26:14.948639+0000 mgr.smithi080.aipsvo (mgr.14180) 587 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:16.559 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:17.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:17 smithi080 conmon[36722]: cluster 2023-12-25T20:26:16.128204+0000 mgr.smithi080.aipsvo (mgr.14180) 588 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:17.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:17 smithi129 conmon[41175]: cluster 2023-12-25T20:26:16.128204+0000 mgr.smithi080.aipsvo (mgr.14180) 588 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:18.373 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:18.374 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:18.991 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:19.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:19 smithi080 conmon[36722]: cluster 2023-12-25T20:26:18.128740+0000 mgr.smithi080.aipsvo (mgr.14180) 589 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:19.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:19 smithi080 conmon[36722]: audit 2023-12-25T20:26:18.369859+0000 mgr.smithi080.aipsvo (mgr.14180) 590 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:19 smithi129 conmon[41175]: cluster 2023-12-25T20:26:18.128740+0000 mgr.smithi080.aipsvo (mgr.14180) 589 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:19.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:19 smithi129 conmon[41175]: audit 2023-12-25T20:26:18.369859+0000 mgr.smithi080.aipsvo (mgr.14180) 590 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:19.992 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:21 smithi129 conmon[41175]: cluster 2023-12-25T20:26:20.129081+0000 mgr.smithi080.aipsvo (mgr.14180) 591 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:21.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:21 smithi080 conmon[36722]: cluster 2023-12-25T20:26:20.129081+0000 mgr.smithi080.aipsvo (mgr.14180) 591 : cluster 2023-12-25T20:26:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:21 smithi080 conmon[36722]: [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:21.884 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:21.885 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:22.490 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:23.491 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:23 smithi129 conmon[41175]: audit 2023-12-25T20:26:21.880898+0000 mgr.smithi080.aipsvo (mgr.14180) 592 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:23 smithi129 conmon[41175]: cluster 2023-12-25T20:26:22.129600+0000 mgr.smithi080.aipsvo (mgr.14180) 593 2023-12-25T20:26:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:23 smithi129 conmon[41175]: : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:23.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:23 smithi080 conmon[36722]: audit 2023-12-25T20:26:21.880898+0000 mgr.smithi080.aipsvo (mgr.14180) 592 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:23.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:23 smithi080 conmon[36722]: cluster 2023-12-25T20:26:22.129600+0000 mgr.smithi080.aipsvo (mgr.14180) 593 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:25.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:25 smithi080 conmon[36722]: cluster 2023-12-25T20:26:24.130035+0000 mgr.smithi080.aipsvo (mgr.14180) 594 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:25.366 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:25.366 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:25 smithi129 conmon[41175]: cluster 2023-12-25T20:26:24.130035+0000 mgr.smithi080.aipsvo (mgr.14180) 594 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:25.972 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:26.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:26 smithi129 conmon[41175]: audit 2023-12-25T20:26:25.362364+0000 mgr.smithi080.aipsvo (mgr.14180) 595 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:26.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:26 smithi080 conmon[36722]: audit 2023-12-25T20:26:25.362364+0000 mgr.smithi080.aipsvo (mgr.14180) 595 : audit 2023-12-25T20:26:26.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:26 smithi080 conmon[36722]: [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:26.973 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:27 smithi080 conmon[36722]: cluster 2023-12-25T20:26:26.130654+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:26:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:27 smithi080 conmon[36722]: ) 596 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:27.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:27 smithi129 conmon[41175]: cluster 2023-12-25T20:26:26.130654+0000 mgr.smithi080.aipsvo (mgr.14180) 596 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:28.878 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:28.878 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:29.471 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:29 smithi080 conmon[36722]: cluster 2023-12-25T20:26:28.131220+0000 mgr.smithi080.aipsvo (mgr.14180) 597 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:29.490 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:29 smithi129 conmon[41175]: cluster 2023-12-25T20:26:28.131220+0000 mgr.smithi080.aipsvo (mgr.14180) 597 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:30.491 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:30.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:30 smithi129 conmon[41175]: audit 2023-12-25T20:26:28.874250+0000 mgr.smithi080.aipsvo (mgr.14180) 598 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:30.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:30 smithi080 conmon[36722]: audit 2023-12-25T20:26:28.874250+0000 mgr.smithi080.aipsvo (mgr.14180) 598 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:31 smithi129 conmon[41175]: cluster 2023-12-25T20:26:30.131559+0000 mgr.smithi080.aipsvo (mgr.14180) 599 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:31 smithi080 conmon[36722]: cluster 2023-12-25T20:26:30.131559+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:26:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:31 smithi080 conmon[36722]: .14180) 599 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:32.381 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:32.382 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:32.987 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:33 smithi129 conmon[41175]: cluster 2023-12-25T20:26:32.132085+0000 mgr.smithi080.aipsvo (mgr.14180) 600 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:33 smithi129 conmon[41175]: audit 2023-12-25T20:26:32.377321+0000 mgr.smithi080.aipsvo (mgr.14180) 601 : 2023-12-25T20:26:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:33 smithi129 conmon[41175]: audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:33.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:33 smithi080 conmon[36722]: cluster 2023-12-25T20:26:32.132085+0000 mgr.smithi080.aipsvo (mgr.14180) 600 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:33.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:33 smithi080 conmon[36722]: audit 2023-12-25T20:26:32.377321+0000 mgr.smithi080.aipsvo (mgr.14180) 601 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:33.988 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:35 smithi129 conmon[41175]: cluster 2023-12-25T20:26:34.132707+0000 mgr.smithi080.aipsvo (mgr.14180) 602 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:35.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:35 smithi080 conmon[36722]: cluster 2023-12-25T20:26:34.132707+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:26:35.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:35 smithi080 conmon[36722]: 602 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:35.867 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:35.867 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:36.455 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:37.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:36 smithi129 conmon[41175]: audit 2023-12-25T20:26:35.863862+0000 mgr.smithi080.aipsvo (mgr.14180) 603 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:37.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:36 smithi129 conmon[41175]: 2023-12-25T20:26:37.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:36 smithi129 conmon[41175]: cluster 2023-12-25T20:26:36.133272+0000 mgr.smithi080.aipsvo (mgr.14180) 604 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:37.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:36 smithi080 conmon[36722]: audit 2023-12-25T20:26:35.863862+0000 mgr.smithi080.aipsvo (mgr.14180) 603 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:37.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:36 smithi080 conmon[36722]: cluster 2023-12-25T20:26:36.133272+0000 mgr.smithi080.aipsvo (mgr.14180) 604 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:37.456 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:39.364 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:39.365 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:39 smithi129 conmon[41175]: cluster 2023-12-25T20:26:38.133875+0000 mgr.smithi080.aipsvo (mgr.14180) 605 : cluster [DBG] 2023-12-25T20:26:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:39 smithi129 conmon[41175]: pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:39.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:39 smithi080 conmon[36722]: cluster 2023-12-25T20:26:38.133875+0000 mgr.smithi080.aipsvo (mgr.14180) 605 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:39.970 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:40.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:40 smithi080 conmon[36722]: audit 2023-12-25T20:26:39.360721+0000 mgr.smithi080.aipsvo (mgr.14180) 606 2023-12-25T20:26:40.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:40 smithi080 conmon[36722]: : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:40.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:40 smithi129 conmon[41175]: audit 2023-12-25T20:26:39.360721+0000 mgr.smithi080.aipsvo (mgr.14180) 606 : audit 2023-12-25T20:26:40.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:40 smithi129 conmon[41175]: [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:40.971 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:41.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:41 smithi080 conmon[36722]: cluster 2023-12-25T20:26:40.134216+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:26:41.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:41 smithi080 conmon[36722]: 14180) 607 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:41 smithi129 conmon[41175]: cluster 2023-12-25T20:26:40.134216+0000 mgr.smithi080.aipsvo (mgr.14180) 607 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:42.845 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:42.846 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:43.467 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:43 smithi080 conmon[36722]: cluster 2023-12-25T20:26:42.134856+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:26:43.467 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:43 smithi080 conmon[36722]: 14180) 608 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:43.486 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:43 smithi129 conmon[41175]: cluster 2023-12-25T20:26:42.134856+0000 mgr.smithi080.aipsvo (mgr.14180) 608 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:44.487 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:44.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:44 smithi129 conmon[41175]: audit 2023-12-25T20:26:42.841549+0000 mgr.smithi080.aipsvo (mgr.14180) 609 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:44.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:44 smithi129 conmon[41175]: 2023-12-25T20:26:44.521 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:44 smithi080 conmon[36722]: audit 2023-12-25T20:26:42.841549+0000 mgr.smithi080.aipsvo (mgr.14180) 609 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:45 smithi080 conmon[36722]: cluster 2023-12-25T20:26:44.135556+0000 mgr.smithi080.aipsvo (mgr.14180) 610 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:45 smithi129 conmon[41175]: cluster 2023-12-25T20:26:44.135556+0000 mgr.smithi080.aipsvo (mgr.14180) 610 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:45 smithi129 conmon[41175]: 2023-12-25T20:26:46.387 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:46.387 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:47.010 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:47.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:46 smithi129 conmon[41175]: cluster 2023-12-25T20:26:46.136011+0000 mgr.smithi080.aipsvo (mgr.14180) 611 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:47.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:46 smithi129 conmon[41175]: audit 2023-12-25T20:26:46.383198+0000 mgr.smithi080.aipsvo (mgr.14180) 612 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:47.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:46 smithi080 conmon[36722]: cluster 2023-12-25T20:26:46.136011+0000 mgr.smithi080.aipsvo (mgr.14180) 611 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:47.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:46 smithi080 conmon[36722]: audit 2023-12-25T20:26:46.383198+0000 mgr.smithi080.aipsvo (mgr.14180) 612 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:48.011 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:49.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:49 smithi129 conmon[41175]: cluster 2023-12-25T20:26:48.136582+0000 mgr.smithi080.aipsvo (mgr.14180) 613 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:49.503 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:49 smithi080 conmon[36722]: cluster 2023-12-25T20:26:48.136582+0000 mgr.smithi080.aipsvo (mgr.14180) 613 : cluster [DBG] 2023-12-25T20:26:49.503 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:49 smithi080 conmon[36722]: pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:49.878 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:49.878 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:50.534 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:51 smithi129 conmon[41175]: audit 2023-12-25T20:26:49.874552+0000 mgr.smithi080.aipsvo (mgr.14180) 614 : audit [DBG] 2023-12-25T20:26:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:51 smithi129 conmon[41175]: from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:51.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:51 smithi129 conmon[41175]: cluster 2023-12-25T20:26:50.136912+0000 mgr.smithi080.aipsvo (mgr.14180) 615 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:51 smithi080 conmon[36722]: audit 2023-12-25T20:26:49.874552+0000 mgr.smithi080.aipsvo (mgr.14180) 614 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:51 smithi080 conmon[36722]: cluster 2023-12-25T20:26:50.136912+0000 mgr.smithi080.aipsvo (mgr.14180) 615 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:51.536 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:53.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:53 smithi080 conmon[36722]: cluster 2023-12-25T20:26:52.137577+0000 mgr.smithi080.aipsvo (mgr.14180) 616 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:53.480 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:53.480 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:53 smithi129 conmon[41175]: cluster 2023-12-25T20:26:52.137577+0000 mgr.smithi080.aipsvo (mgr.14180) 616 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:54.066 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:54.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:54 smithi129 conmon[41175]: audit 2023-12-25T20:26:53.476982+0000 mgr.smithi080.aipsvo (mgr.14180) 617 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:54.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:54 smithi129 conmon[41175]: 2023-12-25T20:26:54.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:54 smithi080 conmon[36722]: audit 2023-12-25T20:26:53.476982+0000 mgr.smithi080.aipsvo (mgr.14180) 617 2023-12-25T20:26:54.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:54 smithi080 conmon[36722]: : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:55.067 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:55 smithi129 conmon[41175]: cluster 2023-12-25T20:26:54.138159+0000 mgr.smithi080.aipsvo (mgr.14180) 618 2023-12-25T20:26:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:55 smithi129 conmon[41175]: : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:55 smithi080 conmon[36722]: cluster 2023-12-25T20:26:54.138159+0000 mgr.smithi080.aipsvo (mgr.14180) 618 2023-12-25T20:26:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:55 smithi080 conmon[36722]: : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:56.961 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:26:56.962 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:26:57.217 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:56 smithi080 conmon[36722]: cluster 2023-12-25T20:26:56.138651+0000 mgr.smithi080.aipsvo (mgr.14180) 619 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:56 smithi129 conmon[41175]: cluster 2023-12-25T20:26:56.138651+0000 mgr.smithi080.aipsvo (mgr.14180) 619 : cluster [DBG] 2023-12-25T20:26:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:56 smithi129 conmon[41175]: pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:57.608 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:26:58.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:57 smithi129 conmon[41175]: audit 2023-12-25T20:26:56.957740+0000 mgr.smithi080.aipsvo (mgr.14180) 620 : audit 2023-12-25T20:26:58.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:57 smithi129 conmon[41175]: [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:58.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:57 smithi080 conmon[36722]: audit 2023-12-25T20:26:56.957740+0000 mgr.smithi080.aipsvo (mgr.14180) 620 : 2023-12-25T20:26:58.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:57 smithi080 conmon[36722]: audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:26:58.609 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:26:59.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:58 smithi080 conmon[36722]: cluster 2023-12-25T20:26:58.139355+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:26:59.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:26:58 smithi080 conmon[36722]: ) 621 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:26:59.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:26:58 smithi129 conmon[41175]: cluster 2023-12-25T20:26:58.139355+0000 mgr.smithi080.aipsvo (mgr.14180) 621 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:00.619 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:00.619 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:01.224 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:01 smithi129 conmon[41175]: cluster 2023-12-25T20:27:00.139649+0000 mgr.smithi080.aipsvo (mgr.14180) 622 : cluster [DBG] 2023-12-25T20:27:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:01 smithi129 conmon[41175]: pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:01.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:01 smithi129 conmon[41175]: audit 2023-12-25T20:27:00.615487+0000 mgr.smithi080.aipsvo (mgr.14180) 623 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:01.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:01 smithi080 conmon[36722]: cluster 2023-12-25T20:27:00.139649+0000 mgr.smithi080.aipsvo (mgr.14180) 622 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:01 smithi080 conmon[36722]: audit 2023-12-25T20:27:00.615487+0000 mgr.smithi080.aipsvo (mgr.14180) 623 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:02.225 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:03.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:03 smithi080 conmon[36722]: cluster 2023-12-25T20:27:02.140349+0000 2023-12-25T20:27:03.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:03 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14180) 624 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:03 smithi129 conmon[41175]: cluster 2023-12-25T20:27:02.140349+0000 mgr.smithi080.aipsvo (mgr.14180) 624 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:03 smithi129 conmon[41175]: 2023-12-25T20:27:04.111 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:04.111 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:04.765 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:05 smithi129 conmon[41175]: audit 2023-12-25T20:27:04.107178+0000 mgr.smithi080.aipsvo (mgr.14180) 625 : audit 2023-12-25T20:27:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:05 smithi129 conmon[41175]: [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:05 smithi129 conmon[41175]: cluster 2023-12-25T20:27:04.140809+0000 mgr.smithi080.aipsvo (mgr.14180) 626 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:05 smithi080 conmon[36722]: audit 2023-12-25T20:27:04.107178+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:27:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:05 smithi080 conmon[36722]: ) 625 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:05 smithi080 conmon[36722]: cluster 2023-12-25T20:27:04.140809+0000 mgr.smithi080.aipsvo (mgr.14180) 626 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:05.766 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:06 smithi080 conmon[36722]: cluster 2023-12-25T20:27:06.141420+0000 mgr.smithi080.aipsvo (mgr.14180) 627 : 2023-12-25T20:27:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:06 smithi080 conmon[36722]: cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:07.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:06 smithi129 conmon[41175]: cluster 2023-12-25T20:27:06.141420+0000 mgr.smithi080.aipsvo (mgr.14180) 627 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:07.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:06 smithi129 conmon[41175]: 2023-12-25T20:27:07.649 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:07.650 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:08.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:07 smithi080 conmon[36722]: audit 2023-12-25T20:27:07.645502+0000 mgr.smithi080.aipsvo (mgr.14180) 628 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:08.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:07 smithi129 conmon[41175]: audit 2023-12-25T20:27:07.645502+0000 mgr.smithi080.aipsvo (mgr.14180) 628 2023-12-25T20:27:08.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:07 smithi129 conmon[41175]: : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:08.414 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:09.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:08 smithi129 conmon[41175]: cluster 2023-12-25T20:27:08.141924+0000 mgr.smithi080.aipsvo (mgr.14180) 629 : cluster 2023-12-25T20:27:09.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:08 smithi129 conmon[41175]: [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:09.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:08 smithi080 conmon[36722]: cluster 2023-12-25T20:27:08.141924+0000 mgr.smithi080.aipsvo (mgr.14180) 629 : cluster [DBG] 2023-12-25T20:27:09.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:08 smithi080 conmon[36722]: pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:09.415 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:11.324 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:11.324 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:11 smithi129 conmon[41175]: cluster 2023-12-25T20:27:10.142314+0000 mgr.smithi080.aipsvo (mgr.14180) 630 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:11 smithi129 conmon[41175]: 2023-12-25T20:27:11.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:11 smithi080 conmon[36722]: cluster 2023-12-25T20:27:10.142314+0000 mgr.smithi080.aipsvo (mgr.14180) 630 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:11.938 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:12.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:12 smithi129 conmon[41175]: audit 2023-12-25T20:27:11.319563+0000 mgr.smithi080.aipsvo (mgr.14180) 631 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:12.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:12 smithi080 conmon[36722]: audit 2023-12-25T20:27:11.319563+0000 2023-12-25T20:27:12.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:12 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14180) 631 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:12.939 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:13.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:13 smithi080 conmon[36722]: cluster 2023-12-25T20:27:12.143000+0000 mgr.smithi080.aipsvo (mgr.14180) 632 : cluster 2023-12-25T20:27:13.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:13 smithi080 conmon[36722]: [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:13 smithi129 conmon[41175]: cluster 2023-12-25T20:27:12.143000+0000 mgr.smithi080.aipsvo (mgr.14180) 632 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:13 smithi129 conmon[41175]: 2023-12-25T20:27:14.853 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:14.853 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:15.476 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:15 smithi080 conmon[36722]: cluster 2023-12-25T20:27:14.143552+0000 mgr.smithi080.aipsvo (mgr.14180) 633 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:15.494 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:15 smithi129 conmon[41175]: cluster 2023-12-25T20:27:14.143552+0000 mgr.smithi080.aipsvo (mgr.14180) 633 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:16.495 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:16.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:16 smithi129 conmon[41175]: audit 2023-12-25T20:27:14.849017+0000 mgr.smithi080.aipsvo (mgr.14180) 634 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:16.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:16 smithi080 conmon[36722]: audit 2023-12-25T20:27 2023-12-25T20:27:16.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:16 smithi080 conmon[36722]: :14.849017+0000 mgr.smithi080.aipsvo (mgr.14180) 634 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:17.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:17 smithi080 conmon[36722]: cluster 2023-12-25T20:27:16.144101+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:27:17.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:17 smithi080 conmon[36722]: 14180) 635 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:17.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:17 smithi129 conmon[41175]: cluster 2023-12-25T20:27:16.144101+0000 mgr.smithi080.aipsvo (mgr.14180) 635 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:18.412 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:18.412 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:19.038 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:19.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:19 smithi080 conmon[36722]: cluster 2023-12-25T20:27:18.144644+0000 mgr.smithi080.aipsvo (mgr.14180) 636 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:19.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:19 smithi080 conmon[36722]: audit 2023-12-25T20:27:18.408641+0000 mgr.smithi080.aipsvo (mgr.14180) 637 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:19 smithi129 conmon[41175]: cluster 2023-12-25T20:27:18.144644+0000 mgr.smithi080.aipsvo (mgr.14180) 636 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:19 smithi129 conmon[41175]: audit 2023-12-25T20:27:18.408641+0000 mgr.smithi080.aipsvo (mgr.14180) 637 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:20.039 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:21 smithi129 conmon[41175]: cluster 2023-12-25T20:27:20.145021+0000 mgr.smithi080.aipsvo (mgr.14180) 638 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:21 smithi080 conmon[36722]: cluster 2023-12-25T20:27:20.145021+0000 mgr.smithi080.aipsvo (mgr.14180) 638 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:21.998 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:21.998 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:22.560 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:23 smithi129 conmon[41175]: audit 2023-12-25T20:27:21.994421+0000 mgr.smithi080.aipsvo (mgr.14180) 639 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:23 smithi129 conmon[41175]: cluster 2023-12-25T20:27:22.145626+0000 mgr.smithi080.aipsvo (mgr.14180) 640 2023-12-25T20:27:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:23 smithi129 conmon[41175]: : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:23.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:23 smithi080 conmon[36722]: audit 2023-12-25T20:27:21.994421+0000 mgr.smithi080.aipsvo (mgr.14180) 639 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:23.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:23 smithi080 conmon[36722]: cluster 2023-12-25T20:27:22.145626+0000 mgr.smithi080.aipsvo (mgr.14180) 640 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:23.561 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:25.424 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:25.424 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:25 smithi129 conmon[41175]: cluster 2023-12-25T20:27:24.146305+0000 mgr.smithi080.aipsvo (mgr.14180) 641 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:25 smithi080 conmon[36722]: cluster 2023-12-25T20:27:24.146305+0000 mgr.smithi080.aipsvo (mgr.14180) 641 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:26.025 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:26.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:26 smithi080 conmon[36722]: audit 2023-12-25T20:27:25.420395+0000 mgr.smithi080.aipsvo (mgr.14180) 642 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:26.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:26 smithi129 conmon[41175]: audit 2023-12-25T20:27:25.420395+0000 mgr.smithi080.aipsvo (mgr.14180) 642 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:27.026 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:27.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:27 smithi129 conmon[41175]: cluster 2023-12-25T20:27:26.146764+0000 mgr.smithi080.aipsvo (mgr.14180) 643 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:27.502 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:27 smithi080 conmon[36722]: cluster 2023-12-25T20:27:26.146764+0000 mgr.smithi080.aipsvo (mgr.14180) 643 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:28.886 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:28.886 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:29.493 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:29 smithi080 conmon[36722]: cluster 2023-12-25T20:27:28.147403+0000 mgr.smithi080.aipsvo (mgr.14180) 644 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:29.495 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:29 smithi129 conmon[41175]: cluster 2023-12-25T20:27:28.147403+0000 mgr.smithi080.aipsvo (mgr.14180) 644 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:30.496 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:30.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:30 smithi129 conmon[41175]: audit 2023-12-25T20:27:28.882031+0000 mgr.smithi080.aipsvo (mgr.14180) 645 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:30.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:30 smithi080 conmon[36722]: audit 2023-12-25T20:27:28.882031+0000 mgr.smithi080.aipsvo (mgr.14180) 645 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:31 smithi129 conmon[41175]: cluster 2023-12-25T20:27:30.147926+0000 mgr.smithi080.aipsvo (mgr.14180) 646 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:31 smithi080 conmon[36722]: cluster 2023-12-25T20:27:30.147926+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:27:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:31 smithi080 conmon[36722]: 646 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:32.395 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:32.396 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:32.967 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:33 smithi129 conmon[41175]: cluster 2023-12-25T20:27:32.148494+0000 mgr.smithi080.aipsvo (mgr.14180) 647 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:33 smithi129 conmon[41175]: 2023-12-25T20:27:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:33 smithi129 conmon[41175]: audit 2023-12-25T20:27:32.391803+0000 mgr.smithi080.aipsvo (mgr.14180) 648 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:33.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:33 smithi080 conmon[36722]: cluster 2023-12-25T20:27:32.148494+0000 mgr.smithi080.aipsvo (mgr.14180) 647 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:33.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:33 smithi080 conmon[36722]: audit 2023-12-25T20:27:32.391803+0000 mgr.smithi080.aipsvo (mgr.14180) 648 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:33.969 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:35.406 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:35 smithi080 conmon[36722]: cluster 2023-12-25T20:27:34.148949+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:27:35.406 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:35 smithi080 conmon[36722]: 649 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:35.727 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:35.727 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:35.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:35 smithi129 conmon[41175]: cluster 2023-12-25T20:27:34.148949+0000 mgr.smithi080.aipsvo (mgr.14180) 649 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:36.325 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:36.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:36 smithi080 conmon[36722]: audit 2023-12-25T20:27:35.723399+0000 mgr.smithi080.aipsvo (mgr.14180) 650 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:36.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:36 smithi129 conmon[41175]: audit 2023-12-25T20:27:35.723399+0000 mgr.smithi080.aipsvo (mgr.14180) 650 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:37.327 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:37.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:37 smithi080 conmon[36722]: cluster 2023-12-25T20:27:36.149514+0000 mgr.smithi080.aipsvo (mgr.14180) 651 : cluster [DBG] 2023-12-25T20:27:37.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:37 smithi080 conmon[36722]: pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:37.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:37 smithi129 conmon[41175]: cluster 2023-12-25T20:27:36.149514+0000 mgr.smithi080.aipsvo (mgr.14180) 651 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:39.152 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:39.152 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:39.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:39 smithi080 conmon[36722]: cluster 2023-12-25T20:27:38.150055+0000 mgr.smithi080.aipsvo (mgr.14180) 652 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:39.724 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:39.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:39 smithi129 conmon[41175]: cluster 2023-12-25T20:27:38.150055+0000 mgr.smithi080.aipsvo (mgr.14180) 652 : cluster [DBG] 2023-12-25T20:27:39.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:39 smithi129 conmon[41175]: pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:40.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:40 smithi080 conmon[36722]: audit 2023-12-25T20:27:39.148891+0000 mgr.smithi080.aipsvo (mgr.14180) 653 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:40.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:40 smithi080 conmon[36722]: 2023-12-25T20:27:40.724 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:40.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:40 smithi129 conmon[41175]: audit 2023-12-25T20:27:39.148891+0000 mgr.smithi080.aipsvo (mgr.14180) 653 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:41 smithi080 conmon[36722]: cluster 2023-12-25T20:27:40.150578+0000 mgr.smithi080.aipsvo (mgr.14180) 654 : cluster [DBG] 2023-12-25T20:27:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:41 smithi080 conmon[36722]: pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:41.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:41 smithi129 conmon[41175]: cluster 2023-12-25T20:27:40.150578+0000 mgr.smithi080.aipsvo (mgr.14180) 654 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:42.633 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:42.633 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:43.240 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:43.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:43 smithi080 conmon[36722]: cluster 2023-12-25T20:27:42.151438+0000 mgr.smithi080.aipsvo (mgr.14180) 655 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:43.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:43 smithi080 conmon[36722]: audit 2023-12-25T20:27:42.628927+0000 mgr.smithi080.aipsvo (mgr.14180) 656 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:43.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:43 smithi129 conmon[41175]: cluster 2023-12-25T20:27:42.151438+0000 mgr.smithi080.aipsvo (mgr.14180) 655 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:43.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:43 smithi129 conmon[41175]: audit 2023-12-25T20:27:42.628927+0000 mgr.smithi080.aipsvo (mgr.14180) 656 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:44.241 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:45.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:45 smithi080 conmon[36722]: cluster 2023-12-25T20:27:44.152070+0000 mgr.smithi080.aipsvo (mgr.14180) 657 : cluster [DBG] 2023-12-25T20:27:45.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:45 smithi080 conmon[36722]: pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:45.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:45 smithi129 conmon[41175]: cluster 2023-12-25T20:27:44.152070+0000 mgr.smithi080.aipsvo (mgr.14180) 657 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:46.166 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:46.166 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:46.813 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:47.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:46 smithi129 conmon[41175]: cluster 2023-12-25T20:27:46.152517+0000 mgr.smithi080.aipsvo (mgr.14180) 658 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:47.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:46 smithi129 conmon[41175]: audit 2023-12-25T20:27:46.162238+0000 mgr.smithi080.aipsvo (mgr.14180) 659 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:47.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:46 smithi080 conmon[36722]: cluster 2023-12-25T20:27:46.152517+0000 mgr.smithi080.aipsvo (mgr.14180) 658 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:47.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:46 smithi080 conmon[36722]: audit 2023-12-25T20:27:46.162238+0000 mgr.smithi080.aipsvo (mgr.14180) 659 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:47.814 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:49.348 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:49 smithi080 conmon[36722]: cluster 2023-12-25T20:27:48.153112+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:27:49.348 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:49 smithi080 conmon[36722]: ) 660 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:49.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:49 smithi129 conmon[41175]: cluster 2023-12-25T20:27:48.153112+0000 mgr.smithi080.aipsvo (mgr.14180) 660 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:49.716 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:49.716 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:50.346 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:50.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:50 smithi129 conmon[41175]: audit 2023-12-25T20:27:49.712708+0000 mgr.smithi080.aipsvo (mgr.14180) 661 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:50.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:50 smithi129 conmon[41175]: 2023-12-25T20:27:50.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:50 smithi080 conmon[36722]: audit 2023-12-25T20:27:49.712708+0000 mgr.smithi080.aipsvo (mgr.14180) 661 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:51.348 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:51.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:51 smithi129 conmon[41175]: cluster 2023-12-25T20:27:50.153466+0000 mgr.smithi080.aipsvo (mgr.14180) 662 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:51.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:51 smithi129 conmon[41175]: 2023-12-25T20:27:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:51 smithi080 conmon[36722]: cluster 2023-12-25T20:27:50.153466+0000 2023-12-25T20:27:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:51 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14180) 662 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:53.274 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:53.274 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:53.496 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:53 smithi080 conmon[36722]: cluster 2023-12-25T20:27:52.154076+0000 mgr.smithi080.aipsvo (mgr.14180) 663 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:53.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:53 smithi129 conmon[41175]: cluster 2023-12-25T20:27:52.154076+0000 mgr.smithi080.aipsvo (mgr.14180) 663 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:53.903 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:54.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:54 smithi129 conmon[41175]: audit 2023-12-25T20:27:53.270180+0000 mgr.smithi080.aipsvo (mgr.14180) 664 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:54.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:54 smithi080 conmon[36722]: audit 2023-12-25T20:27:53.270180+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:27:54.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:54 smithi080 conmon[36722]: mgr.14180) 664 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:54.904 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:55 smithi129 conmon[41175]: cluster 2023-12-25T20:27:54.154543+0000 mgr.smithi080.aipsvo (mgr.14180) 665 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:55.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:55 smithi080 conmon[36722]: cluster 2023-12-25T20:27:54.154543+0000 mgr.smithi080.aipsvo 2023-12-25T20:27:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:55 smithi080 conmon[36722]: (mgr.14180) 665 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:56.766 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:27:56.766 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:27:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:56 smithi129 conmon[41175]: cluster 2023-12-25T20:27:56.155229+0000 mgr.smithi080.aipsvo (mgr.14180) 666 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:57.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:56 smithi080 conmon[36722]: cluster 2023-12-25T20:27:56.155229+0000 mgr.smithi080.aipsvo (mgr.14180) 666 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:57.361 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:27:58.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:57 smithi129 conmon[41175]: audit 2023-12-25T20:27:56.761983+0000 mgr.smithi080.aipsvo (mgr.14180) 667 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:58.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:57 smithi080 conmon[36722]: audit 2023-12-25T20:27:56.761983+0000 mgr.smithi080.aipsvo (mgr.14180) 667 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:27:58.362 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:27:59.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:27:58 smithi129 conmon[41175]: cluster 2023-12-25T20:27:58.156075+0000 mgr.smithi080.aipsvo (mgr.14180) 668 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:27:59.253 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:58 smithi080 conmon[36722]: cluster 2023-12-25T20:27:58.156075+0000 mgr.smithi080.aipsvo 2023-12-25T20:27:59.253 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:27:58 smithi080 conmon[36722]: (mgr.14180) 668 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:00.282 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:00.283 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:00.927 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:01 smithi129 conmon[41175]: cluster 2023-12-25T20:28:00.156440+0000 mgr.smithi080.aipsvo (mgr.14180) 669 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:01.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:01 smithi129 conmon[41175]: audit 2023-12-25T20:28:00.278782+0000 mgr.smithi080.aipsvo (mgr.14180) 670 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:01 smithi080 conmon[36722]: cluster 2023-12-25T20:28:00.156440+0000 mgr.smithi080.aipsvo (mgr.14180) 669 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:01 smithi080 conmon[36722]: audit 2023-12-25T20:28:00.278782+0000 mgr.smithi080.aipsvo (mgr.14180) 670 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:01.928 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:03.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:03 smithi129 conmon[41175]: cluster 2023-12-25T20:28:02.157069+0000 mgr.smithi080.aipsvo (mgr.14180) 671 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-25T20:28:03.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:03 smithi129 conmon[41175]: 2023-12-25T20:28:03.499 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:03 smithi080 conmon[36722]: cluster 2023-12-25T20:28:02.157069+0000 mgr.smithi080.aipsvo (mgr.14180) 671 : cluster 2023-12-25T20:28:03.499 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:03 smithi080 conmon[36722]: [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-25T20:28:04.121 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:04.121 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:04.785 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:05 smithi129 conmon[41175]: audit 2023-12-25T20:28:04.116439+0000 mgr.smithi080.aipsvo (mgr.14180) 672 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:05 smithi129 conmon[41175]: cluster 2023-12-25T20:28:04.157554+0000 mgr.smithi080.aipsvo (mgr.14180) 673 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 68 op/s 2023-12-25T20:28:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:05 smithi080 conmon[36722]: audit 2023-12-25T20:28:04.116439+0000 mgr.smithi080.aipsvo (mgr.14180) 672 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:05 smithi080 conmon[36722]: cluster 2023-12-25T20:28:04.157554+0000 mgr.smithi080.aipsvo (mgr.14180) 673 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 68 op/s 2023-12-25T20:28:05.786 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:06 smithi080 conmon[36722]: cluster 2023-12-25T20:28:06.158004+0000 mgr.smithi080.aipsvo (mgr.14180) 674 : cluster 2023-12-25T20:28:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:06 smithi080 conmon[36722]: [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 0 B/s wr, 125 op/s 2023-12-25T20:28:07.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:06 smithi129 conmon[41175]: cluster 2023-12-25T20:28:06.158004+0000 mgr.smithi080.aipsvo (mgr.14180) 674 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 0 B/s wr, 125 op/s 2023-12-25T20:28:07.638 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:07.638 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:08.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:07 smithi080 conmon[36722]: audit 2023-12-25T20:28:07.634459+0000 mgr.smithi080.aipsvo (mgr.14180) 675 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:08.216 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:08.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:07 smithi129 conmon[41175]: audit 2023-12-25T20:28:07.634459+0000 mgr.smithi080.aipsvo (mgr.14180) 675 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:08.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:07 smithi129 conmon[41175]: 2023-12-25T20:28:09.217 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:09.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:08 smithi129 conmon[41175]: cluster 2023-12-25T20:28:08.158544+0000 mgr.smithi080.aipsvo (mgr.14180) 676 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 132 KiB/s rd, 0 B/s wr, 220 op/s 2023-12-25T20:28:09.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:08 smithi129 conmon[41175]: 2023-12-25T20:28:09.250 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:08 smithi080 conmon[36722]: cluster 2023-12-25T20:28:08.158544+0000 mgr.smithi080.aipsvo (mgr.14180) 676 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 132 KiB/s rd, 0 B/s wr, 220 op/s 2023-12-25T20:28:11.047 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:11.048 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:11 smithi129 conmon[41175]: cluster 2023-12-25T20:28:10.161289+0000 mgr.smithi080.aipsvo (mgr.14180) 677 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 132 KiB/s rd, 0 B/s wr, 220 op/s 2023-12-25T20:28:11.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:11 smithi080 conmon[36722]: cluster 2023-12-25T20:28:10.161289+0000 mgr.smithi080.aipsvo (mgr.14180) 677 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 132 KiB/s rd, 0 B/s wr, 220 op/s 2023-12-25T20:28:11.676 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:12.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:12 smithi129 conmon[41175]: audit 2023-12-25T20:28:11.044460+0000 mgr.smithi080.aipsvo (mgr.14180) 678 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:12.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:12 smithi080 conmon[36722]: audit 2023-12-25T20:28:11.044460+0000 mgr.smithi080.aipsvo (mgr.14180) 678 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:12.678 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:13 smithi080 conmon[36722]: cluster 2023-12-25T20:28:12.161921+0000 mgr.smithi080.aipsvo (mgr.14180) 679 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 132 KiB/s rd, 0 B/s wr, 220 op/s 2023-12-25T20:28:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:13 smithi129 conmon[41175]: cluster 2023-12-25T20:28:12.161921+0000 mgr.smithi080.aipsvo (mgr.14180) 679 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 132 KiB/s rd, 0 B/s wr, 220 op/s 2023-12-25T20:28:14.603 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:14.604 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:15.274 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:15 smithi129 conmon[41175]: cluster 2023-12-25T20:28:14.162455+0000 mgr.smithi080.aipsvo (mgr.14180) 680 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 131 KiB/s rd, 0 B/s wr, 218 op/s 2023-12-25T20:28:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:15 smithi129 conmon[41175]: audit 2023-12-25T20:28:14.599878+0000 mgr.smithi080.aipsvo (mgr.14180) 681 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:15.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:15 smithi080 conmon[36722]: cluster 2023-12-25T20:28:14.162455+0000 mgr.smithi080.aipsvo (mgr.14180) 680 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 131 KiB/s rd, 0 B/s wr, 218 op/s 2023-12-25T20:28:15.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:15 smithi080 conmon[36722]: audit 2023-12-25T20:28:14.599878+0000 mgr.smithi080.aipsvo (mgr.14180) 681 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:16.275 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:17.166 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:16 smithi080 conmon[36722]: cluster 2023-12-25T20:28:16.163011+0000 mgr.smithi080.aipsvo (mgr.14180) 682 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 152 op/s 2023-12-25T20:28:17.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:16 smithi129 conmon[41175]: cluster 2023-12-25T20:28:16.163011+0000 mgr.smithi080.aipsvo (mgr.14180) 682 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 152 op/s 2023-12-25T20:28:18.182 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:18.182 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:20:34.643174Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.vmiweo on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-vmiweo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.vmiweo\nDeploy daemon haproxy.rgw.foo.smithi129.vmiweo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:18: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=\"2023-12-25T20:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:19: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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.389295Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.twoftz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-twoftz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.twoftz\nDeploy daemon haproxy.rgw.foo.smithi080.twoftz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:21:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:21: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=\"2023-12-25T20:22:27Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:23:08.394208Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.ieragx on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:18.798 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:19 smithi129 conmon[41175]: cluster 2023-12-25T20:28:18.163719+0000 mgr.smithi080.aipsvo (mgr.14180) 683 : cluster [DBG] 2023-12-25T20:28:19.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:19 smithi129 conmon[41175]: pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 95 op/s 2023-12-25T20:28:19.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:19 smithi129 conmon[41175]: audit 2023-12-25T20:28:18.178060+0000 mgr.smithi080.aipsvo (mgr.14180) 684 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:19.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:19 smithi080 conmon[36722]: cluster 2023-12-25T20:28:18.163719+0000 mgr.smithi080.aipsvo (mgr.14180) 683 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 95 op/s 2023-12-25T20:28:19.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:19 smithi080 conmon[36722]: audit 2023-12-25T20:28:18.178060+0000 mgr.smithi080.aipsvo (mgr.14180) 684 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:19.799 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:21.292 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: cluster 2023-12-25T20:28:20.164088+0000 mgr.smithi080.aipsvo (mgr.14180) 685 2023-12-25T20:28:21.292 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:21.292 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: cephadm 2023-12-25T20:28:20.694508+0000 mgr.smithi080.aipsvo (mgr.14180) 686 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq 2023-12-25T20:28:21.292 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq 2023-12-25T20:28:21.292 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq 2023-12-25T20:28:21.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq 2023-12-25T20:28:21.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi080.sjlgaq ... 2023-12-25T20:28:21.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:28:21.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:28:21.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:26: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" 2023-12-25T20:28:21.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:27:01Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:28:21.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:27: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" 2023-12-25T20:28:21.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:28:21.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:28:21.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:28:21.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: Traceback (most recent call last): 2023-12-25T20:28:21.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:28:21.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: yield (conn, connr) 2023-12-25T20:28:21.293 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:28:21.294 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: code, '\n'.join(err))) 2023-12-25T20:28:21.294 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq 2023-12-25T20:28:21.294 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq 2023-12-25T20:28:21.294 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq 2023-12-25T20:28:21.294 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq 2023-12-25T20:28:21.294 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi080.sjlgaq ... 2023-12-25T20:28:21.294 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:28:21.294 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:28:21.294 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:26: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" 2023-12-25T20:28:21.294 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:27:01Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:28:21.294 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:27: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" 2023-12-25T20:28:21.294 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:28:21.294 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: 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 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: cephadm 2023-12-25T20:28:20.694685+0000 mgr.smithi080.aipsvo (mgr.14180) 687 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi080.sjlgaq 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: audit 2023-12-25T20:28:20.695000+0000 mon.smithi080 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi080.sjlgaq"}]: dispatch 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: cephadm 2023-12-25T20:28:20.695525+0000 mgr.smithi080.aipsvo (mgr.14180) 688 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi080.sjlgaq ... 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:26: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" 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:27:01Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:27: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" 2023-12-25T20:28:21.295 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:28:21.296 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:28:21.296 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:28:21.296 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: cephadm 2023-12-25T20:28:20.696692+0000 mgr.smithi080.aipsvo (mgr.14180) 689 : cephadm [ERR] 2023-12-25T20:28:21.296 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:28:21.296 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: cephadm 2023-12-25T20:28:20.697744+0000 mgr.smithi080.aipsvo (mgr.14180) 690 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:28:21.296 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: cluster 2023-12-25T20:28:20.698708+0000 mgr.smithi080.aipsvo (mgr.14180) 691 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:21.296 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: audit 2023- 2023-12-25T20:28:21.296 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: 12-25T20:28:20.701779+0000 mon.smithi080 (mon.0) 692 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:28:21.296 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: audit 2023-12 2023-12-25T20:28:21.296 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: -25T20:28:20.964244+0000 mon.smithi080 ( 2023-12-25T20:28:21.296 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:21.296 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:21 smithi080 conmon[36722]: 2023-12-25T20:28:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: cluster 2023-12-25T20:28:20.164088+0000 mgr.smithi080.aipsvo 2023-12-25T20:28:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: (mgr.14180) 685 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: cephadm 2023-12-25T20:28:20.694508+0000 mgr.smithi080.aipsvo (mgr.14180) 686 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq 2023-12-25T20:28:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq 2023-12-25T20:28:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq 2023-12-25T20:28:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq 2023-12-25T20:28:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi080.sjlgaq ... 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:26: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" 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:27:01Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:27: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" 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: Traceback (most recent call last): 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: yield (conn, connr) 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: code, '\n'.join(err))) 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq 2023-12-25T20:28:21.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq 2023-12-25T20:28:21.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq 2023-12-25T20:28:21.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq 2023-12-25T20:28:21.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi080.sjlgaq ... 2023-12-25T20:28:21.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:28:21.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:28:21.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:26: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" 2023-12-25T20:28:21.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:27:01Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:28:21.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:27: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" 2023-12-25T20:28:21.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:28:21.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: 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 r 2023-12-25T20:28:21.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: eading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:28:21.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:28:21.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: cephadm 2023-12-25T20:28:20.694685+0000 mgr.smithi080.aipsvo (mgr.14180) 687 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi080.sjlgaq 2023-12-25T20:28:21.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: audit 2023-12-25T20:28:20.695000+0000 mon.smithi080 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi080.sjlgaq"}]: dispatch 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: cephadm 2023-12-25T20:28:20.695525+0000 mgr.smithi080.aipsvo (mgr.14180) 688 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi080.sjlgaq ... 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:26: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" 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:27:01Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:27: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" 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: cephadm 2023-12-25T20:28:20.696692+0000 mgr.smithi080.aipsvo (mgr.14180) 689 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:28:21.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: cephadm 2023-12-25T20:28:20.697744+0000 mgr.smithi080.aipsvo (mgr.14180) 690 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:28:21.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: cluster 2023-12-25T20:28:20.698708+0000 mgr.smithi080.aipsvo (mgr.14180) 691 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:21.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: audit 2023-12-25T20:28:20.701779+0000 mon.smithi080 (mon.0) 692 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:28:21.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:21 smithi129 conmon[41175]: audit 2023-12-25T20:28:20.964244+0000 mon.smithi080 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:21.654 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:21.654 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:23:13.402410Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:23:10.166101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:23:13.402539Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:23:10.166260Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:23:10.166334Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:23:10.166399Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:23:10.166475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:23:13.402662Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:23:10.166714Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:22.375 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:22.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:22 smithi129 conmon[41175]: cluster 2023-12-25T20:28:21.219492+0000 mon.smithi080 (mon.0) 694 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T20:28:22.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:22 smithi129 conmon[41175]: audit 2023-12-25T20: 2023-12-25T20:28:22.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:22 smithi129 conmon[41175]: 28:21.650617+0000 mgr.smithi080.aipsvo (mgr.14180) 692 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:22.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:22 smithi080 conmon[36722]: cluster 2023-12-25T20:28:21.219492+0000 mon.smithi080 (mon. 2023-12-25T20:28:22.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:22 smithi080 conmon[36722]: 0) 694 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T20:28:22.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:22 smithi080 conmon[36722]: audit 2023-12-25T20:28:21.650617+0000 mgr.smithi080.aipsvo (mgr.14180) 692 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:23.376 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:23 smithi129 conmon[41175]: cluster 2023-12-25T20:28:22.699655+0000 mgr.smithi080.aipsvo (mgr.14180) 693 2023-12-25T20:28:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:23 smithi129 conmon[41175]: : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:23 smithi129 conmon[41175]: audit 2023-12-25T20:28:22.970425+0000 mon.smithi080 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:23.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:23 smithi080 conmon[36722]: cluster 2023-12-25T20:28:22.699655+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:28:23.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:23 smithi080 conmon[36722]: 693 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:23.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:23 smithi080 conmon[36722]: audit 2023-12-25T20:28:22.970425+0000 mon.smithi080 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:24 smithi129 conmon[41175]: audit 2023-12-25T20:28:23.267900+0000 mon.smithi080 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:24 smithi129 conmon[41175]: audit 2023-12-25T20:28:23.268488+0000 mon.smithi080 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:24 smithi129 conmon[41175]: audit 2023-12-25T20:28:23.269024+0000 mon.smithi080 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:24 smithi129 conmon[41175]: audit 2023-12-25T20:28:23.269633+0000 mon.smithi080 (mon. 2023-12-25T20:28:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:24 smithi129 conmon[41175]: 0) 699 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:24 smithi129 conmon[41175]: cephadm 2023-12-25T20: 2023-12-25T20:28:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:24 smithi129 conmon[41175]: 28:23.270062+0000 mgr.smithi080.aipsvo (mgr.14180) 694 : cephadm 2023-12-25T20:28:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:24 smithi129 conmon[41175]: [INF] Adjusting osd_memory_target on smithi129 to 3478M 2023-12-25T20:28:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:24 smithi129 conmon[41175]: audit 2023-12-25T20:28:23 2023-12-25T20:28:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:24 smithi129 conmon[41175]: .275603+0000 mon.smithi080 (mon.0) 700 : audit [INF] 2023-12-25T20:28:24.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:24 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:24 smithi080 conmon[36722]: audit 2023-12-25T20:28:23.267900+0000 mon.smithi080 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:24 smithi080 conmon[36722]: audit 2023-12-25T20:28:23.268488+0000 mon.smithi080 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:24 smithi080 conmon[36722]: audit 2023-12-25T20:28:23.269024+0000 mon.smithi080 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:24 smithi080 conmon[36722]: audit 2023-12-25T20:28:23.269633+0000 mon.smithi080 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:24.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:24 smithi080 conmon[36722]: cephadm 2023-12-25T20:28:23.270062+0000 mgr.smithi080.aipsvo (mgr.14180) 694 : cephadm [INF] Adjusting osd_memory_target on smithi129 to 3478M 2023-12-25T20:28:24.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:24 smithi080 conmon[36722]: audit 2023-12-25T20:28:23.275603+0000 mon.smithi080 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:25.266 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:25 smithi080 conmon[36722]: cluster 2023-12-25T20:28:24.700303+0000 mgr.smithi080.aipsvo (mgr.14180) 695 2023-12-25T20:28:25.266 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:25 smithi080 conmon[36722]: : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:25.266 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:25 smithi080 conmon[36722]: audit 2023-12-25T20:28:25.156934+0000 mon.smithi080 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:25.668 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:25.668 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:25.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:25 smithi129 conmon[41175]: cluster 2023-12-25T20:28:24.700303+0000 mgr.smithi080.aipsvo (mgr.14180) 695 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:25.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:25 smithi129 conmon[41175]: audit 2023-12-25T20:28:25.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:25 smithi129 conmon[41175]: 2023-12-25T20:28:25.156934+0000 mon.smithi080 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:26.337 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:26.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: audit 2023-12-25T20:28:25.386409+0000 mon.smithi080 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:26.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: 2023-12-25T20:28:26.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: audit 2023-12-25T20:28:25.521930+0000 mon.smithi080 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:26.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: audit 2023-12-25T20:28:25.664331+0000 mgr.smithi080.aipsvo (mgr.14180) 696 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:26.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: audit 2023-12-25T20:28:25.833409 2023-12-25T20:28:26.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:26.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: audit 2023-12-25 2023-12-25T20:28:26.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: T20:28:25.834043+0000 2023-12-25T20:28:26.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: mon.smithi080 (mon.0) 705 : 2023-12-25T20:28:26.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: audit 2023- 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: 12-25T20:28: 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: 25.834544+0000 mon.smithi080 (mon. 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: 0) 706 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: audit 2023-12-25 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: T20:28:25.835019 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: 707 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: audit 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: 2023-12-25T20: 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: 28:25.841351+0000 mon.smithi080 ( 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: mon.0) 708 : audit [INF] 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: audit 2023-12 2023-12-25T20:28:26.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: -25T20:28:25 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: .842281+0000 mon.smithi080 (mon. 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: 0) 709 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: audit 2023-12-25 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: T20:28:25.842838 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: 710 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: audit 2023- 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: 12-25T20:28:26.005687 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: 711 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: audit 2023 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: -12-25T20:28:26 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: .010100+0000 mon.smithi080 (mon. 2023-12-25T20:28:26.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: 0) 712 : audit [DBG] 2023-12-25T20:28:26.750 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:26 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:28:26.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:26 smithi080 conmon[36722]: audit 2023-12-25T20:28:25.386409+0000 mon.smithi080 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:26.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:26 smithi080 conmon[36722]: audit 2023-12-25T20:28:25.521930+0000 mon.smithi080 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:26.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:26 smithi080 conmon[36722]: audit 2023-12-25T20:28:25.664331+0000 mgr.smithi080.aipsvo (mgr.14180) 696 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:26.774 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:26 smithi080 conmon[36722]: audit 2023-12-25T20:28:25.833409+0000 mon.smithi080 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:26.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:26 smithi080 conmon[36722]: audit 2023-12-25T20:28:25.834043+0000 mon.smithi080 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:26.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:26 smithi080 conmon[36722]: audit 2023-12-25T20:28:25.834544+0000 mon.smithi080 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:26.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:26 smithi080 conmon[36722]: audit 2023-12-25T20:28:25.835019+0000 mon.smithi080 (mon.0) 707 2023-12-25T20:28:26.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:26 smithi080 conmon[36722]: : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T20:28:26.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:26 smithi080 conmon[36722]: audit 2023-12-25T20:28:25.841351+0000 mon.smithi080 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:26.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:26 smithi080 conmon[36722]: audit 2023-12-25T20:28:25.842281+0000 mon.smithi080 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:28:26.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:26 smithi080 conmon[36722]: audit 2023-12-25T20:28:25.842838+0000 mon.smithi080 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:28:26.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:26 smithi080 conmon[36722]: audit 2023-12-25T20:28:26.005687+0000 mon.smithi080 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:26.775 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:26 smithi080 conmon[36722]: audit 2023-12-25T20:28:26.010100+0000 mon.smithi080 (mon.0) 712 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:28:27.338 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:27.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: cephadm 2023-12-25T20:28:25.835414+0000 mgr.smithi080.aipsvo (mgr.14180) 697 : cephadm 2023-12-25T20:28:27.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: [INF] Adjusting osd_memory_target on smithi080 to 2710M 2023-12-25T20:28:27.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: cephadm 2023-12-25T20:28:25.845838+0000 mgr.smithi080.aipsvo (mgr.14180) 698 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-25T20:28:27.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: cluster 2023-12-25T20:28:26 2023-12-25T20:28:27.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: .006385+0000 mgr.smithi080.aipsvo (mgr.14180) 699 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:27.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: cephadm 2023-12 2023-12-25T20:28:27.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: -25T20:28:26.015861+0000 2023-12-25T20:28:27.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: mgr.smithi080.aipsvo (mgr.14180) 700 : cephadm 2023-12-25T20:28:27.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: [INF] Deploying daemon haproxy.rgw.foo.smithi129.xeaatw on smithi129 2023-12-25T20:28:27.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: cluster 2023-12-25T20:28:27.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: 2023-12-25T20:28:27 2023-12-25T20:28:27.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: .003825+0000 mon.smithi080 (mon.0) 2023-12-25T20:28:27.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: 713 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T20:28:27.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: cluster 2023 2023-12-25T20:28:27.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: -12-25T20:28:27. 2023-12-25T20:28:27.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: 003851+0000 mon.smithi080 (mon.0) 714 2023-12-25T20:28:27.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:27 smithi129 conmon[41175]: : cluster [INF] Cluster is now healthy 2023-12-25T20:28:27.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:27 smithi080 conmon[36722]: cephadm 2023-12-25T20:28:25.835414+0000 mgr.smithi080.aipsvo (mgr.14180) 697 : cephadm [INF] 2023-12-25T20:28:27.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:27 smithi080 conmon[36722]: Adjusting osd_memory_target on smithi080 to 2710M 2023-12-25T20:28:27.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:27 smithi080 conmon[36722]: cephadm 2023-12-25T20:28:25.845838+0000 mgr.smithi080.aipsvo (mgr.14180) 698 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-25T20:28:27.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:27 smithi080 conmon[36722]: cluster 2023-12-25T20:28:26.006385+0000 mgr.smithi080.aipsvo (mgr.14180) 699 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:27.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:27 smithi080 conmon[36722]: cephadm 2023-12-25T20:28:26.015861+0000 mgr.smithi080.aipsvo (mgr.14180) 700 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi129.xeaatw on smithi129 2023-12-25T20:28:27.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:27 smithi080 conmon[36722]: cluster 2023-12-25T20:28:27.003825+0000 mon.smithi080 (mon.0) 713 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T20:28:27.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:27 smithi080 conmon[36722]: cluster 2023-12-25T20:28:27.003851+0000 mon.smithi080 (mon.0) 714 : cluster [INF] Cluster is now healthy 2023-12-25T20:28:29.243 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:29.243 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:29.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:29 smithi080 conmon[36722]: cluster 2023-12-25T20:28:28.006932+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:28:29.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:29 smithi080 conmon[36722]: ) 701 : cluster [DBG] pgmap v471: 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 2023-12-25T20:28:29.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:29 smithi129 conmon[41175]: cluster 2023-12-25T20:28:28.006932+0000 mgr.smithi080.aipsvo (mgr.14180) 701 : cluster [DBG] pgmap v471: 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 2023-12-25T20:28:29.838 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:30.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:30 smithi129 conmon[41175]: audit 2023-12-25T20:28:29.239038+0000 mgr.smithi080.aipsvo (mgr.14180) 702 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:30.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:30 smithi080 conmon[36722]: audit 2023-12-25T20:28:29.239038+0000 mgr.smithi080.aipsvo (mgr.14180) 702 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:30.839 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:31.688 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:31 smithi080 conmon[36722]: cluster 2023-12-25T20:28:30.007314+0000 mgr.smithi080.aipsvo (mgr.14180) 703 : cluster [DBG] 2023-12-25T20:28:31.688 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:31 smithi080 conmon[36722]: pgmap v472: 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 2023-12-25T20:28:31.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:31 smithi129 conmon[41175]: cluster 2023-12-25T20:28:30.007314+0000 mgr.smithi080.aipsvo (mgr.14180) 703 : cluster [DBG] pgmap v472: 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 2023-12-25T20:28:32.726 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:32.726 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:33.228 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:33.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:33 smithi080 conmon[36722]: cluster 2023-12-25T20:28:32.007883+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:28:33.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:33 smithi080 conmon[36722]: 704 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-25T20:28:33.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:33 smithi080 conmon[36722]: audit 2023-12-25T20:28:32.722259+0000 mgr.smithi080.aipsvo (mgr.14180) 705 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:33.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:33 smithi129 conmon[41175]: cluster 2023-12-25T20:28:32.007883+0000 mgr.smithi080.aipsvo (mgr.14180) 704 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-25T20:28:33.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:33 smithi129 conmon[41175]: audit 2023-12-25T20:28:32.722259+0000 mgr.smithi080.aipsvo (mgr.14180) 705 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:34.229 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:35.714 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:35 smithi080 conmon[36722]: cluster 2023-12-25T20:28:34.008524+0000 mgr.smithi080.aipsvo (mgr.14180) 706 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-25T20:28:35.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:35 smithi129 conmon[41175]: cluster 2023-12-25T20:28:34.008524+0000 mgr.smithi080.aipsvo (mgr.14180) 706 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-25T20:28:36.065 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:36.065 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:36.679 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:37.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:36 smithi080 conmon[36722]: cluster 2023-12-25T20:28:36.008999+0000 mgr.smithi080.aipsvo (mgr.14180) 707 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-25T20:28:37.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:36 smithi080 conmon[36722]: audit 2023-12-25T20:28:36.061465+0000 mgr.smithi080.aipsvo (mgr.14180) 708 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:37.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:36 smithi129 conmon[41175]: cluster 2023-12-25T20:28:36.008999+0000 mgr.smithi080.aipsvo (mgr.14180) 707 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-25T20:28:37.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:36 smithi129 conmon[41175]: audit 2023-12-25T20:28:36.061465+0000 mgr.smithi080.aipsvo (mgr.14180) 708 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:37.680 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:39.184 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:39 smithi080 conmon[36722]: cluster 2023-12-25T20:28:38.009615+0000 mgr.smithi080.aipsvo (mgr.14180) 709 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-25T20:28:39.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:39 smithi129 conmon[41175]: cluster 2023-12-25T20:28:38.009615+0000 mgr.smithi080.aipsvo (mgr.14180) 709 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-25T20:28:39.527 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:39.527 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:40.078 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:40.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:40 smithi129 conmon[41175]: audit 2023-12-25T20:28:39.523771+0000 mgr.smithi080.aipsvo (mgr.14180) 710 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:40.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:40 smithi080 conmon[36722]: audit 2023-12-25T20:28:39.523771+0000 mgr.smithi080.aipsvo (mgr.14180) 710 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:41.079 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:41 smithi129 conmon[41175]: cluster 2023-12-25T20:28:40.010017+0000 mgr.smithi080.aipsvo (mgr.14180) 711 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-25T20:28:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:41 smithi129 conmon[41175]: audit 2023-12-25T20:28:40.157441+0000 mon.smithi080 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:41 smithi080 conmon[36722]: cluster 2023-12-25T20:28:40.010017+0000 mgr.smithi080.aipsvo (mgr.14180) 711 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-25T20:28:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:41 smithi080 conmon[36722]: audit 2023- 2023-12-25T20:28:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:41 smithi080 conmon[36722]: 12-25T20:28:40.157441+0000 mon.smithi080 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:28:42.912 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:42.912 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:43 smithi080 conmon[36722]: cluster 2023-12-25T20:28:42.010662+0000 mgr.smithi080.aipsvo (mgr.14180) 712 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-25T20:28:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:43 smithi129 conmon[41175]: cluster 2023-12-25T20:28:42.010662+0000 mgr.smithi080.aipsvo (mgr.14180) 712 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-25T20:28:43.527 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:44.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:44 smithi129 conmon[41175]: audit 2023-12-25T20:28:42.908852+0000 mgr.smithi080.aipsvo (mgr.14180) 713 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:44.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:44 smithi080 conmon[36722]: audit 2023-12-25T20:28:42.908852+0000 mgr.smithi080.aipsvo (mgr.14180) 713 : 2023-12-25T20:28:44.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:44 smithi080 conmon[36722]: audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:44.528 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:45.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:45 smithi080 conmon[36722]: cluster 2023-12-25T20:28:44.011195+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:28:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:45 smithi080 conmon[36722]: 14180) 714 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:45 smithi129 conmon[41175]: cluster 2023-12-25T20:28:44.011195+0000 mgr.smithi080.aipsvo (mgr.14180) 714 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:46.445 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:46.445 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:47.034 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:47.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:46 smithi129 conmon[41175]: cluster 2023-12-25T20:28:46.011688+0000 mgr.smithi080.aipsvo (mgr.14180) 715 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:47.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:46 smithi129 conmon[41175]: audit 2023-12-25T20:28:46.441939+0000 mgr.smithi080.aipsvo (mgr.14180) 716 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:47.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:46 smithi080 conmon[36722]: cluster 2023-12-25T20:28:46.011688+0000 mgr.smithi080.aipsvo (mgr.14180) 715 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:47.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:46 smithi080 conmon[36722]: audit 2023-12-25T20:28:46.441939+0000 mgr.smithi080.aipsvo (mgr.14180) 716 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:48.036 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:49.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:49 smithi080 conmon[36722]: cluster 2023-12-25T20:28:48.012463+0000 mgr.smithi080.aipsvo (mgr.14180) 717 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:49.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:49 smithi129 conmon[41175]: cluster 2023-12-25T20:28:48.012463+0000 mgr.smithi080.aipsvo (mgr.14180) 717 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:49.926 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:49.926 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:50.533 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:51 smithi129 conmon[41175]: audit 2023-12-25T20:28:49.922017+0000 mgr.smithi080.aipsvo (mgr.14180) 718 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:51.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:51 smithi129 conmon[41175]: cluster 2023-12-25T20:28:50.013007+0000 mgr.smithi080.aipsvo (mgr.14180) 719 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:51 smithi080 conmon[36722]: audit 2023-12-25T20:28:49.922017+0000 mgr.smithi080.aipsvo (mgr.14180) 718 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:51 smithi080 conmon[36722]: cluster 2023-12-25T20:28:50.013007+0000 mgr.smithi080.aipsvo (mgr.14180) 719 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:51.534 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:53.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:53 smithi080 conmon[36722]: cluster 2023-12-25T20:28:52.013657+0000 mgr.smithi080.aipsvo (mgr.14180) 720 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:53.416 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:53.416 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:53 smithi129 conmon[41175]: cluster 2023-12-25T20:28:52.013657+0000 mgr.smithi080.aipsvo (mgr.14180) 720 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:54.032 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:54.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:54 smithi080 conmon[36722]: audit 2023-12-25T20:28:53.413096+0000 mgr.smithi080.aipsvo (mgr.14180) 721 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:54.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:54 smithi129 conmon[41175]: audit 2023-12-25T20:28:53.413096+0000 mgr.smithi080.aipsvo (mgr.14180) 721 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:55.033 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:55 smithi129 conmon[41175]: cluster 2023-12-25T20:28:54.014183+0000 mgr.smithi080.aipsvo (mgr.14180) 722 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:55 smithi080 conmon[36722]: cluster 2023-12-25T20:28:54.014183+0000 mgr.smithi080.aipsvo (mgr.14180) 722 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:56.969 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:28:56.969 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:28:57.191 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:56 smithi080 conmon[36722]: cluster 2023-12-25T20:28:56.014645+0000 mgr.smithi080.aipsvo (mgr.14180) 723 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:56 smithi129 conmon[41175]: cluster 2023-12-25T20:28:56.014645+0000 mgr.smithi080.aipsvo (mgr.14180) 723 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:57.597 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:28:58.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:57 smithi129 conmon[41175]: audit 2023-12-25T20:28:56.961990+0000 mgr.smithi080.aipsvo (mgr.14180) 724 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:58.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:57 smithi080 conmon[36722]: audit 2023-12-25T20:28:56.961990+0000 mgr.smithi080.aipsvo (mgr.14180) 724 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:28:58.598 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:28:58.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:58 smithi080 conmon[36722]: cluster 2023-12-25T20:28:58.015267+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:28:58.885 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:28:58 smithi080 conmon[36722]: 14180) 725 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:28:59.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:28:58 smithi129 conmon[41175]: cluster 2023-12-25T20:28:58.015267+0000 mgr.smithi080.aipsvo (mgr.14180) 725 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:00.508 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:00.508 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:01.081 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:01 smithi129 conmon[41175]: cluster 2023-12-25T20:29:00.015729+0000 mgr.smithi080.aipsvo (mgr.14180) 726 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:01 smithi129 conmon[41175]: audit 2023-12-25T20:29:00.504205+0000 2023-12-25T20:29:01.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:01 smithi129 conmon[41175]: mgr.smithi080.aipsvo (mgr.14180) 727 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:01 smithi080 conmon[36722]: cluster 2023-12-25T20:29:00.015729+0000 mgr.smithi080.aipsvo (mgr.14180) 726 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:01 smithi080 conmon[36722]: audit 2023-12-25T20:29:00.504205+0000 mgr.smithi080.aipsvo (mgr.14180) 727 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:02.082 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:03.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:03 smithi080 conmon[36722]: cluster 2023-12-25T20:29:02.016362+0000 mgr.smithi080.aipsvo (mgr.14180) 728 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:03 smithi129 conmon[41175]: cluster 2023-12-25T20:29:02.016362+0000 mgr.smithi080.aipsvo (mgr.14180) 728 : cluster [DBG] 2023-12-25T20:29:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:03 smithi129 conmon[41175]: pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:03.939 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:03.939 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:04.538 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:05 smithi129 conmon[41175]: audit 2023-12-25T20:29:03.935039+0000 mgr.smithi080.aipsvo (mgr.14180) 729 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:05 smithi129 conmon[41175]: cluster 2023-12-25T20:29:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:05 smithi129 conmon[41175]: 2023-12-25T20:29:04.016829+0000 mgr.smithi080.aipsvo (mgr.14180) 730 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:05 smithi080 conmon[36722]: audit 2023-12-25T20:29:03.935039+0000 mgr.smithi080.aipsvo (mgr.14180) 729 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:05 smithi080 conmon[36722]: cluster 2023-12-25T20:29:04.016829+0000 mgr.smithi080.aipsvo (mgr.14180) 730 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:05.538 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:06 smithi080 conmon[36722]: cluster 2023-12-25T20:29:06.017375+0000 mgr.smithi080.aipsvo (mgr.14180) 731 : cluster 2023-12-25T20:29:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:06 smithi080 conmon[36722]: [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:07.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:06 smithi129 conmon[41175]: cluster 2023-12-25T20:29:06.017375+0000 mgr.smithi080.aipsvo (mgr.14180) 731 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:07.309 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:07.309 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:07.912 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:08.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:07 smithi129 conmon[41175]: audit 2023-12-25T20:29:07.305419+0000 mgr.smithi080.aipsvo (mgr.14180) 732 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:08.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:07 smithi080 conmon[36722]: audit 2023-12-25T20:29:07.305419+0000 mgr.smithi080.aipsvo (mgr.14180) 732 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:08.913 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:09.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:08 smithi129 conmon[41175]: cluster 2023-12-25T20:29:08.017937+0000 mgr.smithi080.aipsvo (mgr.14180) 733 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:09.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:08 smithi080 conmon[36722]: cluster 2023-12-25T20:29:08.017937+0000 mgr.smithi080.aipsvo (mgr.14180) 733 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:10.772 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:10.773 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:11.336 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:11 smithi080 conmon[36722]: cluster 2023-12-25T20:29:10.018329+0000 mgr.smithi080.aipsvo (mgr.14180) 734 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:11.353 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:11 smithi129 conmon[41175]: cluster 2023-12-25T20:29:10.018329+0000 mgr.smithi080.aipsvo (mgr.14180) 734 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:12.354 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:12.385 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:12 smithi080 conmon[36722]: audit 2023-12-25T20:29:10.768686+0000 mgr.smithi080.aipsvo (mgr.14180) 735 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:12.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:12 smithi129 conmon[41175]: audit 2023-12-25T20:29:10.768686+0000 mgr.smithi080.aipsvo (mgr.14180) 735 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:13 smithi080 conmon[36722]: cluster 2023-12-25T20:29:12.019108+0000 mgr.smithi080.aipsvo (mgr.14180) 736 2023-12-25T20:29:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:13 smithi080 conmon[36722]: : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:13 smithi129 conmon[41175]: cluster 2023-12-25T20:29:12.019108+0000 mgr.smithi080.aipsvo (mgr.14180) 736 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:14.216 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:14.216 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:14.812 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:15 smithi129 conmon[41175]: cluster 2023-12-25T20:29:14.019576+0000 mgr.smithi080.aipsvo (mgr.14180) 737 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:15 smithi129 conmon[41175]: audit 2023 2023-12-25T20:29:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:15 smithi129 conmon[41175]: -12-25T20:29:14.211632+0000 mgr.smithi080.aipsvo (mgr.14180) 738 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:15.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:15 smithi080 conmon[36722]: cluster 2023-12-25T20:29:14.019576+0000 mgr.smithi080.aipsvo (mgr.14180) 737 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:15.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:15 smithi080 conmon[36722]: audit 2023-12-25T20:29:14.211632+0000 mgr.smithi080.aipsvo (mgr.14180) 738 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:15.813 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:17.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:16 smithi080 conmon[36722]: cluster 2023-12-25T20:29:16.020007+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:29:17.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:16 smithi080 conmon[36722]: 739 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:17.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:16 smithi129 conmon[41175]: cluster 2023-12-25T20:29:16.020007+0000 mgr.smithi080.aipsvo (mgr.14180) 739 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:17.746 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:17.747 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:18.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:17 smithi080 conmon[36722]: audit 2023-12-25T20:29:17.742800+0000 mgr.smithi080.aipsvo (mgr.14180) 740 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:18.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:17 smithi129 conmon[41175]: audit 2023-12-25T20:29:17.742800+0000 mgr.smithi080.aipsvo (mgr.14180) 740 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:18.318 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:19.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:18 smithi129 conmon[41175]: cluster 2023-12-25T20:29:18.020697+0000 mgr.smithi080.aipsvo (mgr.14180) 741 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:19.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:18 smithi080 conmon[36722]: cluster 2023-12-25T20:29:18.020697+0000 mgr.smithi080.aipsvo (mgr.14180) 741 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:19.319 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:21.169 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:21.170 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:21.452 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:21 smithi080 conmon[36722]: cluster 2023-12-25T20:29:20.021036+0000 mgr.smithi080.aipsvo (mgr.14180) 742 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:21 smithi129 conmon[41175]: cluster 2023-12-25T20:29:20.021036+0000 mgr.smithi080.aipsvo (mgr.14180) 742 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:21.869 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:22.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:22 smithi080 conmon[36722]: audit 2023-12-25T20:29:21.165658+0000 mgr.smithi080.aipsvo (mgr.14180) 743 : audit 2023-12-25T20:29:22.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:22 smithi080 conmon[36722]: [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:22.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:22 smithi129 conmon[41175]: audit 2023-12-25T20:29:21.165658+0000 mgr.smithi080.aipsvo (mgr.14180) 743 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:22.869 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:23.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:23 smithi080 conmon[36722]: cluster 2023-12-25T20:29:22.021618+0000 mgr.smithi080.aipsvo (mgr.14180) 744 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:23 smithi129 conmon[41175]: cluster 2023-12-25T20:29:22.021618+0000 mgr.smithi080.aipsvo (mgr.14180) 744 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:24.712 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:24.712 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:25.284 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:25 smithi129 conmon[41175]: cluster 2023-12-25T20:29:24.022082+0000 mgr.smithi080.aipsvo (mgr.14180) 745 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:25 smithi129 conmon[41175]: audit 2023-12-25T20:29:24.708339+0000 mgr.smithi080.aipsvo (mgr.14180) 746 : audit 2023-12-25T20:29:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:25 smithi129 conmon[41175]: [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:25 smithi080 conmon[36722]: cluster 2023-12-25T20:29:24.022082+0000 mgr.smithi080.aipsvo (mgr.14180) 745 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:25 smithi080 conmon[36722]: audit 2023-12-25T20:29:24.708339+0000 mgr.smithi080.aipsvo (mgr.14180) 746 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:26.285 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:27.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:26 smithi080 conmon[36722]: cluster 2023-12-25T20:29:26.022584+0000 mgr.smithi080.aipsvo (mgr.14180) 747 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:27.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:26 smithi129 conmon[41175]: cluster 2023-12-25T20:29:26.022584+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:29:27.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:26 smithi129 conmon[41175]: mgr.14180) 747 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:28.161 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:28.162 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:28.774 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:29 smithi129 conmon[41175]: cluster 2023-12-25T20:29:28.023177+0000 mgr.smithi080.aipsvo (mgr.14180) 748 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:29.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:29 smithi129 conmon[41175]: 2023-12-25T20:29:29.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:29 smithi129 conmon[41175]: audit 2023-12-25T20:29:28.157611+0000 mgr.smithi080.aipsvo (mgr.14180) 749 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:29.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:29 smithi080 conmon[36722]: cluster 2023-12-25T20:29:28.023177+0000 mgr.smithi080.aipsvo (mgr.14180) 748 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:29.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:29 smithi080 conmon[36722]: audit 2023-12-25T20:29:28.157611+0000 mgr.smithi080.aipsvo (mgr.14180) 749 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:29.775 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:31.326 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:31 smithi080 conmon[36722]: cluster 2023-12-25T20:29:30.023513+0000 mgr.smithi080.aipsvo (mgr.14180) 750 : cluster [DBG] 2023-12-25T20:29:31.326 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:31 smithi080 conmon[36722]: pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:31 smithi129 conmon[41175]: cluster 2023-12-25T20:29:30.023513+0000 mgr.smithi080.aipsvo (mgr.14180) 750 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:31.686 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:31.686 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:32.253 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:32.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:32 smithi129 conmon[41175]: audit 2023-12-25T20:29:31.682370+0000 mgr.smithi080.aipsvo (mgr.14180) 751 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:32.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:32 smithi080 conmon[36722]: audit 2023-12-25T20:29:31.682370+0000 mgr.smithi080.aipsvo (mgr.14180) 751 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:33.254 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:33.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:33 smithi080 conmon[36722]: cluster 2023-12-25T20:29:32.024236+0000 mgr.smithi080.aipsvo (mgr.14180) 752 : cluster 2023-12-25T20:29:33.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:33 smithi080 conmon[36722]: [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:33 smithi129 conmon[41175]: cluster 2023-12-25T20:29:32.024236+0000 mgr.smithi080.aipsvo (mgr.14180) 752 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:35.139 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:35.139 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:35.424 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:35 smithi080 conmon[36722]: cluster 2023-12-25T20:29:34.024692+0000 mgr.smithi080.aipsvo (mgr.14180) 753 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:35 smithi129 conmon[41175]: cluster 2023-12-25T20:29:34.024692+0000 mgr.smithi080.aipsvo (mgr.14180) 753 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:35.790 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:36.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:36 smithi129 conmon[41175]: audit 2023-12-25T20:29:35.134612+0000 mgr.smithi080.aipsvo (mgr.14180) 754 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:36.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:36 smithi080 conmon[36722]: audit 2023-12-25T20:29:35.134612+0000 mgr.smithi080.aipsvo (mgr.14180) 754 : audit 2023-12-25T20:29:36.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:36 smithi080 conmon[36722]: [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:36.790 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:37.422 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:37 smithi080 conmon[36722]: cluster 2023-12-25T20:29:36.025191+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:29:37.422 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:37 smithi080 conmon[36722]: 14180) 755 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:37.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:37 smithi129 conmon[41175]: cluster 2023-12-25T20:29:36.025191+0000 mgr.smithi080.aipsvo (mgr.14180) 755 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:38.648 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:38.648 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:39.229 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:39.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:39 smithi129 conmon[41175]: cluster 2023-12-25T20:29:38.025851+0000 mgr.smithi080.aipsvo (mgr.14180) 756 : cluster [DBG] 2023-12-25T20:29:39.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:39 smithi129 conmon[41175]: pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:39.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:39 smithi129 conmon[41175]: audit 2023-12-25T20:29:38.644614+0000 mgr.smithi080.aipsvo (mgr.14180) 757 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:39.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:39 smithi080 conmon[36722]: cluster 2023-12-25T20:29:38.025851+0000 mgr.smithi080.aipsvo (mgr.14180) 756 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:39.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:39 smithi080 conmon[36722]: audit 2023-12-25T20:29:38.644614+0000 mgr.smithi080.aipsvo (mgr.14180) 757 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:40.230 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:41.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:41 smithi080 conmon[36722]: cluster 2023-12-25T20:29:40.026176+0000 mgr.smithi080.aipsvo (mgr.14180) 758 : 2023-12-25T20:29:41.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:41 smithi080 conmon[36722]: cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:41 smithi129 conmon[41175]: cluster 2023-12-25T20:29:40.026176+0000 mgr.smithi080.aipsvo (mgr.14180) 758 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:42.100 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:42.101 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:42.720 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:43.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:43 smithi080 conmon[36722]: cluster 2023-12-25T20:29:42.026676+0000 mgr.smithi080.aipsvo (mgr.14180) 759 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:43.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:43 smithi080 conmon[36722]: audit 2023-12-25T20:29:42.096956+0000 mgr.smithi080.aipsvo (mgr.14180) 760 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:43.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:43 smithi129 conmon[41175]: cluster 2023-12-25T20:29:42.026676+0000 mgr.smithi080.aipsvo (mgr.14180) 759 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:43.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:43 smithi129 conmon[41175]: audit 2023-12-25T20:29:42.096956+0000 mgr.smithi080.aipsvo (mgr.14180) 760 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:43.721 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:45.234 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:45 smithi080 conmon[36722]: cluster 2023-12-25T20:29:44.027192+0000 mgr.smithi080.aipsvo (mgr.14180) 761 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:45 smithi129 conmon[41175]: cluster 2023-12-25T20:29:44.027192+0000 mgr.smithi080.aipsvo (mgr.14180) 761 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:45.548 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:45.548 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:46.137 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:46.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:46 smithi129 conmon[41175]: audit 2023-12-25T20:29:45.543969+0000 mgr.smithi080.aipsvo (mgr.14180) 762 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:46.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:46 smithi080 conmon[36722]: audit 2023-12-25T20:29:45.543969+0000 mgr.smithi080.aipsvo (mgr.14180) 762 2023-12-25T20:29:46.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:46 smithi080 conmon[36722]: : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:47.138 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:47.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:47 smithi129 conmon[41175]: cluster 2023-12-25T20:29:46.027893+0000 mgr.smithi080.aipsvo (mgr.14180) 763 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:47.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:47 smithi129 conmon[41175]: 2023-12-25T20:29:47.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:47 smithi080 conmon[36722]: cluster 2023-12-25T20:29:46.027893+0000 mgr.smithi080.aipsvo (mgr.14180) 763 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:47.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:47 smithi080 conmon[36722]: 2023-12-25T20:29:49.067 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:49.068 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:49.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:49 smithi129 conmon[41175]: cluster 2023-12-25T20:29:48.028440+0000 mgr.smithi080.aipsvo (mgr.14180) 764 : cluster [DBG] 2023-12-25T20:29:49.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:49 smithi129 conmon[41175]: pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:49.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:49 smithi080 conmon[36722]: cluster 2023-12-25T20:29:48.028440+0000 mgr.smithi080.aipsvo (mgr.14180) 764 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:49.704 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:50.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:50 smithi129 conmon[41175]: audit 2023-12-25T20:29:49.063517+0000 mgr.smithi080.aipsvo (mgr.14180) 765 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:50.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:50 smithi080 conmon[36722]: audit 2023-12-25T20:29:49.063517+0000 mgr.smithi080.aipsvo (mgr.14180) 765 : audit [DBG] 2023-12-25T20:29:50.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:50 smithi080 conmon[36722]: from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:50.704 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:51 smithi129 conmon[41175]: cluster 2023-12-25T20:29:50.028935+0000 mgr.smithi080.aipsvo (mgr.14180) 766 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:51.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:51 smithi080 conmon[36722]: cluster 2023-12-25T20:29:50.028935+0000 mgr.smithi080.aipsvo (mgr.14180) 766 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:52.588 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:52.589 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:53.203 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:53.401 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:53 smithi080 conmon[36722]: cluster 2023-12-25T20:29:52.029512+0000 mgr.smithi080.aipsvo (mgr.14180) 767 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:53.401 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:53 smithi080 conmon[36722]: audit 2023-12-25T20:29:52.584581+0000 mgr.smithi080.aipsvo (mgr.14180) 768 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:53 smithi129 conmon[41175]: cluster 2023-12-25T20:29:52.029512+0000 mgr.smithi080.aipsvo (mgr.14180) 767 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:53 smithi129 conmon[41175]: audit 2023-12-25T20:29:52.584581+0000 mgr.smithi080.aipsvo (mgr.14180) 768 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:54.204 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:55.452 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:55 smithi080 conmon[36722]: cluster 2023-12-25T20:29:54.030050+0000 mgr.smithi080.aipsvo (mgr.14180) 769 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:55 smithi129 conmon[41175]: cluster 2023-12-25T20:29:54.030050+0000 mgr.smithi080.aipsvo (mgr.14180) 769 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:56.070 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:56.070 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:29:56.668 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:29:57.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:56 smithi080 conmon[36722]: cluster 2023-12-25T20:29:56.030490+0000 mgr.smithi080.aipsvo (mgr.14180) 770 : 2023-12-25T20:29:57.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:56 smithi080 conmon[36722]: cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:57.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:56 smithi080 conmon[36722]: audit 2023-12-25T20:29:56.066651+0000 mgr.smithi080.aipsvo (mgr.14180) 771 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:56 smithi129 conmon[41175]: cluster 2023-12-25T20:29:56.030490+0000 mgr.smithi080.aipsvo (mgr.14180) 770 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:56 smithi129 conmon[41175]: audit 2023-12-25T20:29:56.066651+0000 mgr.smithi080.aipsvo (mgr.14180) 771 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:29:57.669 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:29:59.178 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:29:59 smithi080 conmon[36722]: cluster 2023-12-25T20:29:58.030982+0000 mgr.smithi080.aipsvo (mgr.14180) 772 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:59 smithi129 conmon[41175]: cluster 2023-12-25T20:29:58.030982+0000 mgr.smithi080.aipsvo (mgr.14180) 772 : cluster [DBG] 2023-12-25T20:29:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:29:59 smithi129 conmon[41175]: pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:29:59.534 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:29:59.534 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:00.161 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:00.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:00 smithi129 conmon[41175]: audit 2023-12-25T20:29:59.530361+0000 mgr.smithi080.aipsvo (mgr.14180) 773 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:00.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:00 smithi129 conmon[41175]: cluster 2023-12-25T20:30:00.000105+0000 mon.smithi080 (mon.0) 716 : cluster [INF] overall HEALTH_OK 2023-12-25T20:30:00.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:00 smithi080 conmon[36722]: audit 2023-12-25T20:29:59.530361+0000 mgr.smithi080.aipsvo (mgr.14180) 773 : 2023-12-25T20:30:00.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:00 smithi080 conmon[36722]: audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:00.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:00 smithi080 conmon[36722]: cluster 2023-12-25T20:30:00.000105+0000 mon.smithi080 (mon.0) 716 : cluster [INF] overall HEALTH_OK 2023-12-25T20:30:01.163 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:01 smithi129 conmon[41175]: cluster 2023-12-25T20:30:00.031588+0000 mgr.smithi080.aipsvo (mgr.14180) 774 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:01 smithi080 conmon[36722]: cluster 2023-12-25T20:30:00.031588+0000 mgr.smithi080.aipsvo (mgr.14180) 774 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:03.076 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:03.076 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:03.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:03 smithi080 conmon[36722]: cluster 2023-12-25T20:30:02.032095+0000 mgr.smithi080.aipsvo (mgr.14180) 775 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:03 smithi129 conmon[41175]: cluster 2023-12-25T20:30:02.032095+0000 mgr.smithi080.aipsvo (mgr.14180) 775 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:03.732 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:04.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:04 smithi129 conmon[41175]: audit 2023-12-25T20:30:03.072378+0000 mgr.smithi080.aipsvo (mgr.14180) 776 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:04.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:04 smithi080 conmon[36722]: audit 2023-12-25T20:30:03.072378+0000 mgr.smithi080.aipsvo (mgr.14180) 776 : audit 2023-12-25T20:30:04.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:04 smithi080 conmon[36722]: [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:04.733 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:05.423 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:05 smithi080 conmon[36722]: cluster 2023-12-25T20:30:04.032810+0000 mgr.smithi080.aipsvo (mgr.14180) 777 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:05 smithi129 conmon[41175]: cluster 2023-12-25T20:30:04.032810+0000 mgr.smithi080.aipsvo (mgr.14180) 777 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:05 smithi129 conmon[41175]: 2023-12-25T20:30:06.605 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:06.606 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:07.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:06 smithi129 conmon[41175]: cluster 2023-12-25T20:30:06.033285+0000 mgr.smithi080.aipsvo (mgr.14180) 778 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:07.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:06 smithi129 conmon[41175]: audit 2023-12-25T20:30:06.602242+0000 mgr.smithi080.aipsvo (mgr.14180) 779 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:07.268 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:06 smithi080 conmon[36722]: cluster 2023-12-25T20:30:06.033285+0000 mgr.smithi080.aipsvo (mgr.14180) 778 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:07.268 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:06 smithi080 conmon[36722]: audit 2023-12-25T20:30:06.602242+0000 mgr.smithi080.aipsvo (mgr.14180) 779 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:07.284 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:08.285 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:09 smithi129 conmon[41175]: cluster 2023-12-25T20:30:08.033887+0000 mgr.smithi080.aipsvo (mgr.14180) 780 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:09.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:09 smithi080 conmon[36722]: cluster 2023-12-25T20:30:08.033887+0000 mgr.smithi080.aipsvo (mgr.14180) 780 : cluster 2023-12-25T20:30:09.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:09 smithi080 conmon[36722]: [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:10.152 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:10.152 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:10.749 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:11 smithi129 conmon[41175]: cluster 2023-12-25T20:30:10.034240+0000 mgr.smithi080.aipsvo (mgr.14180) 781 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:11 smithi129 conmon[41175]: audit 2023-12-25T20:30:10.148193+0000 mgr.smithi080.aipsvo 2023-12-25T20:30:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:11 smithi129 conmon[41175]: (mgr.14180) 782 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:11.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:11 smithi080 conmon[36722]: cluster 2023-12-25T20:30:10.034240+0000 mgr.smithi080.aipsvo (mgr.14180) 781 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:11.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:11 smithi080 conmon[36722]: audit 2023-12-25T20:30:10.148193+0000 mgr.smithi080.aipsvo (mgr.14180) 782 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:11.753 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:13.246 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:13 smithi080 conmon[36722]: cluster 2023-12-25T20:30:12.034783+0000 mgr.smithi080.aipsvo (mgr.14180) 783 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:13 smithi129 conmon[41175]: cluster 2023-12-25T20:30:12.034783+0000 mgr.smithi080.aipsvo (mgr.14180) 783 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:13.589 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:13.589 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:14.256 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:14.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:14 smithi129 conmon[41175]: audit 2023-12-25T20:30:13.585754+0000 mgr.smithi080.aipsvo (mgr.14180) 784 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:14.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:14 smithi129 conmon[41175]: 2023-12-25T20:30:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:14 smithi080 conmon[36722]: audit 2023-12-25T20:30:13.585754+0000 mgr.smithi080.aipsvo (mgr.14180) 784 : 2023-12-25T20:30:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:14 smithi080 conmon[36722]: audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:15.257 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:15 smithi129 conmon[41175]: cluster 2023-12-25T20:30:14.035246+0000 mgr.smithi080.aipsvo (mgr.14180) 785 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:15.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:15 smithi080 conmon[36722]: cluster 2023-12-25T20:30:14.035246+0000 mgr.smithi080.aipsvo (mgr.14180) 785 : cluster 2023-12-25T20:30:15.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:15 smithi080 conmon[36722]: [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:17.142 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:17.142 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:17.163 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:16 smithi080 conmon[36722]: cluster 2023-12-25T20:30:16.035764+0000 mgr.smithi080.aipsvo (mgr.14180) 786 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:17.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:16 smithi129 conmon[41175]: cluster 2023-12-25T20:30:16.035764+0000 mgr.smithi080.aipsvo (mgr.14180) 786 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:17.790 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:18.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:17 smithi129 conmon[41175]: audit 2023-12-25T20:30:17.137693+0000 mgr.smithi080.aipsvo (mgr.14180) 787 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:18.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:17 smithi080 conmon[36722]: audit 2023-12-25T20:30:17.137693+0000 mgr.smithi080.aipsvo (mgr.14180) 787 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:18.791 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:19.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:18 smithi129 conmon[41175]: cluster 2023-12-25T20:30:18.036325+0000 mgr.smithi080.aipsvo (mgr.14180) 788 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:19.262 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:18 smithi080 conmon[36722]: cluster 2023-12-25T20:30:18.036325+0000 mgr.smithi080.aipsvo (mgr.14180) 788 : cluster 2023-12-25T20:30:19.263 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:18 smithi080 conmon[36722]: [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:20.685 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:20.685 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:21.288 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:21 smithi129 conmon[41175]: cluster 2023-12-25T20:30:20.036695+0000 mgr.smithi080.aipsvo (mgr.14180) 789 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:21 smithi129 conmon[41175]: audit 2023-12-25T20:30:20.680590+0000 mgr.smithi080.aipsvo (mgr.14180) 790 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:21 smithi080 conmon[36722]: cluster 2023-12-25T20:30:20.036695+0000 mgr.smithi080.aipsvo (mgr.14180) 789 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:21 smithi080 conmon[36722]: audit 2023-12-25T20:30:20.680590+0000 mgr.smithi080.aipsvo (mgr.14180) 790 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:22.288 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:23.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:23 smithi080 conmon[36722]: cluster 2023-12-25T20:30:22.037305+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:30:23.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:23 smithi080 conmon[36722]: 791 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:23 smithi129 conmon[41175]: cluster 2023-12-25T20:30:22.037305+0000 mgr.smithi080.aipsvo (mgr.14180) 791 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:24.104 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:24.104 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:24.705 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:25 smithi129 conmon[41175]: cluster 2023-12-25T20:30:24.037772+0000 mgr.smithi080.aipsvo (mgr.14180) 792 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:25 smithi129 conmon[41175]: audit 2023-12-25T20:30:24.100219+0000 mgr.smithi080.aipsvo (mgr.14180) 793 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:25 smithi080 conmon[36722]: cluster 2023-12-25T20:30:24.037772+0000 mgr.smithi080.aipsvo (mgr.14180) 792 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:25 smithi080 conmon[36722]: audit 2023-12-25T20:30:24.100219+0000 mgr.smithi080.aipsvo (mgr.14180) 793 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:25.706 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:27.179 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:26 smithi080 conmon[36722]: cluster 2023-12-25T20:30:26.038596+0000 mgr.smithi080.aipsvo (mgr.14180) 794 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:27.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:26 smithi129 conmon[41175]: cluster 2023-12-25T20:30:26.038596+0000 mgr.smithi080.aipsvo (mgr.14180) 794 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:27.504 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:27.504 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:28.094 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:28.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:27 smithi129 conmon[41175]: audit 2023-12-25T20:30:27.501261+0000 mgr.smithi080.aipsvo (mgr.14180) 795 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:28.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:27 smithi080 conmon[36722]: audit 2023-12-25T20:30:27.501261+0000 mgr.smithi080.aipsvo (mgr.14180) 795 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:29.094 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:29.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:28 smithi129 conmon[41175]: cluster 2023-12-25T20:30:28.039132+0000 mgr.smithi080.aipsvo (mgr.14180) 796 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:29.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:28 smithi080 conmon[36722]: cluster 2023-12-25T20:30:28.039132+0000 mgr.smithi080.aipsvo (mgr.14180) 796 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:30.970 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:30.970 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:31.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:31 smithi080 conmon[36722]: cluster 2023-12-25T20:30:30.039414+0000 mgr.smithi080.aipsvo (mgr.14180) 797 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:31 smithi129 conmon[41175]: cluster 2023-12-25T20:30:30.039414+0000 mgr.smithi080.aipsvo (mgr.14180) 797 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:31.585 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:32.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:32 smithi129 conmon[41175]: audit 2023-12-25T20:30:30.966396+0000 mgr.smithi080.aipsvo (mgr.14180) 798 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:32.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:32 smithi080 conmon[36722]: audit 2023-12-25T20:30:30.966396+0000 mgr.smithi080.aipsvo (mgr.14180) 798 : 2023-12-25T20:30:32.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:32 smithi080 conmon[36722]: audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:32.586 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:33.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:33 smithi080 conmon[36722]: cluster 2023-12-25T20:30:32.039989+0000 mgr.smithi080.aipsvo (mgr.14180) 799 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:33.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:33 smithi080 conmon[36722]: 2023-12-25T20:30:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:33 smithi129 conmon[41175]: cluster 2023-12-25T20:30:32.039989+0000 mgr.smithi080.aipsvo (mgr.14180) 799 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:34.522 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:34.522 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:35.128 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:35 smithi129 conmon[41175]: cluster 2023-12-25T20:30:34.040442+0000 mgr.smithi080.aipsvo (mgr.14180) 800 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:35.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:35 smithi129 conmon[41175]: audit 2023-12-25T20:30:34.517871+0000 mgr.smithi080.aipsvo (mgr.14180) 801 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:35 smithi080 conmon[36722]: cluster 2023-12-25T20:30:34.040442+0000 mgr.smithi080.aipsvo (mgr.14180) 800 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:35 smithi080 conmon[36722]: audit 2023-12-25T20:30:34.517871+0000 mgr.smithi080.aipsvo (mgr.14180) 801 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:36.129 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:37.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:36 smithi129 conmon[41175]: cluster 2023-12-25T20:30:36.040872+0000 mgr.smithi080.aipsvo (mgr.14180) 802 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:37.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:36 smithi080 conmon[36722]: cluster 2023-12-25T20:30:36.040872+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:30:37.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:36 smithi080 conmon[36722]: 14180) 802 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:38.058 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:38.059 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:38.643 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:39 smithi129 conmon[41175]: cluster 2023-12-25T20:30:38.041407+0000 mgr.smithi080.aipsvo (mgr.14180) 803 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:39.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:39 smithi129 conmon[41175]: audit 2023-12-25T20:30:38.054436+0000 mgr.smithi080.aipsvo (mgr.14180) 804 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:39.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:39 smithi080 conmon[36722]: cluster 2023-12-25T20:30:38.041407+0000 mgr.smithi080.aipsvo (mgr.14180) 803 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:39.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:39 smithi080 conmon[36722]: audit 2023-12-25T20:30:38.054436+0000 mgr.smithi080.aipsvo (mgr.14180) 804 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:39.644 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:41.168 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:41 smithi080 conmon[36722]: cluster 2023-12-25T20:30:40.041794+0000 mgr.smithi080.aipsvo (mgr.14180) 805 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:41 smithi129 conmon[41175]: cluster 2023-12-25T20:30:40.041794+0000 mgr.smithi080.aipsvo (mgr.14180) 805 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:41.548 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:41.548 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:42.111 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:42.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:42 smithi129 conmon[41175]: audit 2023-12-25T20:30:41.544137+0000 mgr.smithi080.aipsvo (mgr.14180) 806 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:42.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:42 smithi080 conmon[36722]: audit 2023-12-25T20:30:41.544137+0000 mgr.smithi080.aipsvo (mgr.14180) 806 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:43.113 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:43.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:43 smithi080 conmon[36722]: cluster 2023-12-25T20:30:42.042360+0000 mgr.smithi080.aipsvo (mgr.14180) 807 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:43 smithi129 conmon[41175]: cluster 2023-12-25T20:30:42.042360+0000 mgr.smithi080.aipsvo (mgr.14180) 807 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:44.869 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:44.869 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:45 smithi080 conmon[36722]: cluster 2023-12-25T20:30:44.042827+0000 mgr.smithi080.aipsvo (mgr.14180) 808 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:45.467 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:45 smithi129 conmon[41175]: cluster 2023-12-25T20:30:44.042827+0000 mgr.smithi080.aipsvo (mgr.14180) 808 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:46.468 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:46.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:46 smithi129 conmon[41175]: audit 2023-12-25T20:30:44.865188+0000 mgr.smithi080.aipsvo (mgr.14180) 809 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:46.501 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:46 smithi080 conmon[36722]: audit 2023-12-25T20:30:44.865188+0000 mgr.smithi080.aipsvo (mgr.14180) 809 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:46.502 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:46 smithi080 conmon[36722]: 2023-12-25T20:30:47.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:47 smithi080 conmon[36722]: cluster 2023-12-25T20:30:46.043421+0000 mgr.smithi080.aipsvo (mgr.14180) 810 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:47.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:47 smithi129 conmon[41175]: cluster 2023-12-25T20:30:46.043421+0000 mgr.smithi080.aipsvo (mgr.14180) 810 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:47.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:47 smithi129 conmon[41175]: 2023-12-25T20:30:48.263 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:48.263 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:48.811 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:49.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:49 smithi129 conmon[41175]: cluster 2023-12-25T20:30:48.043985+0000 mgr.smithi080.aipsvo (mgr.14180) 811 : cluster [DBG] 2023-12-25T20:30:49.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:49 smithi129 conmon[41175]: pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:49.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:49 smithi129 conmon[41175]: audit 2023-12-25T20:30:48.258822+0000 mgr.smithi080.aipsvo (mgr.14180) 812 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:49.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:49 smithi080 conmon[36722]: cluster 2023-12-25T20:30:48.043985+0000 mgr.smithi080.aipsvo (mgr.14180) 811 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:49.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:49 smithi080 conmon[36722]: audit 2023-12-25T20:30:48.258822+0000 mgr.smithi080.aipsvo (mgr.14180) 812 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:49.812 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:51.309 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:51 smithi080 conmon[36722]: cluster 2023-12-25T20:30:50.044359+0000 mgr.smithi080.aipsvo (mgr.14180) 813 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:51 smithi129 conmon[41175]: cluster 2023-12-25T20:30:50.044359+0000 mgr.smithi080.aipsvo (mgr.14180) 813 : cluster [DBG] 2023-12-25T20:30:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:51 smithi129 conmon[41175]: pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:51.696 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:51.696 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:52.323 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:52.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:52 smithi129 conmon[41175]: audit 2023-12-25T20:30:51.692380+0000 mgr.smithi080.aipsvo (mgr.14180) 814 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:52.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:52 smithi129 conmon[41175]: 2023-12-25T20:30:52.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:52 smithi080 conmon[36722]: audit 2023-12-25T20:30:51.692380+0000 mgr.smithi080.aipsvo 2023-12-25T20:30:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:52 smithi080 conmon[36722]: (mgr.14180) 814 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:53.324 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:53.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:53 smithi080 conmon[36722]: cluster 2023-12-25T20:30:52.045175+0000 mgr.smithi080.aipsvo (mgr.14180) 815 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:53.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:53 smithi080 conmon[36722]: 2023-12-25T20:30:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:53 smithi129 conmon[41175]: cluster 2023-12-25T20:30:52.045175+0000 mgr.smithi080.aipsvo (mgr.14180) 815 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:53 smithi129 conmon[41175]: 2023-12-25T20:30:55.193 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:55.193 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:55.389 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:55 smithi080 conmon[36722]: cluster 2023-12-25T20:30:54.045626+0000 mgr.smithi080.aipsvo (mgr.14180) 816 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:55 smithi129 conmon[41175]: cluster 2023-12-25T20:30:54.045626+0000 mgr.smithi080.aipsvo (mgr.14180) 816 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:55 smithi129 conmon[41175]: 2023-12-25T20:30:55.821 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:56.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:56 smithi129 conmon[41175]: audit 2023-12-25T20:30:55.189366+0000 mgr.smithi080.aipsvo (mgr.14180) 817 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:56.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:56 smithi080 conmon[36722]: audit 2023-12-25T20:30:55.189366+0000 mgr.smithi080.aipsvo (mgr.14180) 817 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:56.823 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:30:57.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:57 smithi129 conmon[41175]: cluster 2023-12-25T20:30:56.046232+0000 mgr.smithi080.aipsvo (mgr.14180) 818 : cluster [DBG] 2023-12-25T20:30:57.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:57 smithi129 conmon[41175]: pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:57.516 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:57 smithi080 conmon[36722]: cluster 2023-12-25T20:30:56.046232+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:30:57.516 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:57 smithi080 conmon[36722]: 818 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:58.765 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:30:58.765 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:23:08.395324Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.rbjabe on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:30:59.373 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:30:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:59 smithi129 conmon[41175]: cluster 2023-12-25T20:30:58.046864+0000 mgr.smithi080.aipsvo (mgr.14180) 819 : cluster [DBG] 2023-12-25T20:30:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:59 smithi129 conmon[41175]: pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:59 smithi129 conmon[41175]: audit 2023-12-25T20:30:58.761234+0000 mgr.smithi080.aipsvo (mgr.14180) 820 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:59 smithi129 conmon[41175]: audit 2023-12-25T20:30 2023-12-25T20:30:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:30:59 smithi129 conmon[41175]: :59.130623+0000 mon.smithi080 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi129.xeaatw"}]: dispatch 2023-12-25T20:30:59.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:59 smithi080 conmon[36722]: cluster 2023-12-25T20:30:58.046864+0000 mgr.smithi080.aipsvo (mgr.14180) 819 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:30:59.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:59 smithi080 conmon[36722]: audit 2023-12-25T20:30:58.761234+0000 mgr.smithi080.aipsvo (mgr.14180) 820 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:30:59.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:59 smithi080 conmon[36722]: audit 2023-12-25T20:30:59.130623+0000 mon.smithi080 (mon 2023-12-25T20:30:59.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:30:59 smithi080 conmon[36722]: .0) 717 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi129.xeaatw"}]: dispatch 2023-12-25T20:31:00.374 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:00.407 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: cephadm 2023-12-25T20:30:59.130175+0000 mgr.smithi080.aipsvo (mgr.14180) 821 : cephadm [ERR] 2023-12-25T20:31:00.408 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw 2023-12-25T20:31:00.408 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw 2023-12-25T20:31:00.408 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw 2023-12-25T20:31:00.408 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw 2023-12-25T20:31:00.408 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi129.xeaatw ... 2023-12-25T20:31:00.408 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:31:00.408 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:31:00.408 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:29:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.408 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:29:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.408 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:30:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.409 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:31:00.409 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:31:00.409 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:31:00.409 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: Traceback (most recent call last): 2023-12-25T20:31:00.409 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:31:00.409 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: yield (conn, connr) 2023-12-25T20:31:00.409 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:31:00.409 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: code, '\n'.join(err))) 2023-12-25T20:31:00.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw 2023-12-25T20:31:00.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw 2023-12-25T20:31:00.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw 2023-12-25T20:31:00.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw 2023-12-25T20:31:00.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi129.xeaatw ... 2023-12-25T20:31:00.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:31:00.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:31:00.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:29:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:29:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:30:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:31:00.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:31:00.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: ERROR: 2023-12-25T20:31:00.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:31:00.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: cephadm 2023-12-25T20:30:59.130340+0000 mgr.smithi080.aipsvo (mgr.14180) 822 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi129.xeaatw 2023-12-25T20:31:00.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: cephadm 2023-12-25T20:30:59.131168+0000 mgr.smithi080.aipsvo (mgr.14180) 823 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw 2023-12-25T20:31:00.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw 2023-12-25T20:31:00.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw 2023-12-25T20:31:00.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw 2023-12-25T20:31:00.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi129.xeaatw ... 2023-12-25T20:31:00.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:31:00.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:31:00.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:29:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:29:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:30:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:31:00.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:31:00.412 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:31:00.412 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:00 smithi080 conmon[36722]: cephadm 2023-12-25T20:30:59.133341+0000 mgr.smithi080.aipsvo (mgr.14180) 824 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi080.xbpzdz on smithi080 2023-12-25T20:31:00.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: cephadm 2023-12-25T20:30:59.130175+0000 mgr.smithi080.aipsvo (mgr.14180) 821 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw 2023-12-25T20:31:00.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw 2023-12-25T20:31:00.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw 2023-12-25T20:31:00.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw 2023-12-25T20:31:00.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi129.xeaatw ... 2023-12-25T20:31:00.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:31:00.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:31:00.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:29:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:29:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:30:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:31:00.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:31:00.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:31:00.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: Traceback (most recent call last): 2023-12-25T20:31:00.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:31:00.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: yield (conn, connr) 2023-12-25T20:31:00.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:31:00.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: code, '\n'.join(err))) 2023-12-25T20:31:00.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw 2023-12-25T20:31:00.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw 2023-12-25T20:31:00.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi129.xeaatw ... 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:29:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:29:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:30:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: cephadm 2023-12-25T20:30:59.130340+0000 mgr.smithi080.aipsvo (mgr.14180) 822 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi129.xeaatw 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: cephadm 2023-12-25T20:30:59.131168+0000 mgr.smithi080.aipsvo (mgr.14180) 823 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw 2023-12-25T20:31:00.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw 2023-12-25T20:31:00.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw 2023-12-25T20:31:00.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi129.xeaatw ... 2023-12-25T20:31:00.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:31:00.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:31:00.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:29:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:29:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:30:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:31:00.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:31:00.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:31:00.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:31:00.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:00 smithi129 conmon[41175]: cephadm 2023-12-25T20:30:59.133341+0000 mgr.smithi080.aipsvo (mgr.14180) 824 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi080.xbpzdz on smithi080 2023-12-25T20:31:01.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:01 smithi129 conmon[41175]: cluster 2023-12-25T20:31:00.047387+0000 mgr.smithi080.aipsvo (mgr.14180) 825 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:01.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:01 smithi129 conmon[41175]: 2023-12-25T20:31:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:01 smithi080 conmon[36722]: cluster 2023-12-25T20:31:00.047387+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:31:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:01 smithi080 conmon[36722]: ) 825 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:02.272 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:02.273 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:02.886 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:03.405 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:03 smithi080 conmon[36722]: cluster 2023-12-25T20:31:02.047905+0000 mgr.smithi080.aipsvo (mgr.14180) 826 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:03.405 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:03 smithi080 conmon[36722]: audit 2023-12-25T20:31:02.268125+0000 mgr.smithi080.aipsvo (mgr.14180) 827 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:03 smithi129 conmon[41175]: cluster 2023-12-25T20:31:02.047905+0000 mgr.smithi080.aipsvo (mgr.14180) 826 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:03.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:03 smithi129 conmon[41175]: audit 2023-12-25T20:31:02.268125+0000 mgr.smithi080.aipsvo (mgr.14180) 827 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:03.887 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:05.439 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:05 smithi080 conmon[36722]: cluster 2023-12-25T20:31:04.048494+0000 mgr.smithi080.aipsvo (mgr.14180) 828 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:05 smithi129 conmon[41175]: cluster 2023-12-25T20:31:04.048494+0000 mgr.smithi080.aipsvo (mgr.14180) 828 : cluster [DBG] 2023-12-25T20:31:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:05 smithi129 conmon[41175]: pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:05.819 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:05.819 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:06.462 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:07.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:06 smithi129 conmon[41175]: audit 2023-12-25T20:31:05.815664+0000 mgr.smithi080.aipsvo (mgr.14180) 829 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:07.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:06 smithi129 conmon[41175]: 2023-12-25T20:31:07.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:06 smithi129 conmon[41175]: cluster 2023-12-25T20:31:06.049033+0000 mgr.smithi080.aipsvo (mgr.14180) 830 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:07.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:06 smithi080 conmon[36722]: audit 2023-12-25T20:31:05.815664+0000 mgr.smithi080.aipsvo (mgr.14180) 829 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:07.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:06 smithi080 conmon[36722]: cluster 2023-12-25T20:31:06.049033+0000 mgr.smithi080.aipsvo (mgr.14180) 830 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:07.462 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:09.247 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:09.247 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:09.486 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:09 smithi080 conmon[36722]: cluster 2023-12-25T20:31:08.049537+0000 mgr.smithi080.aipsvo (mgr.14180) 831 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:09 smithi129 conmon[41175]: cluster 2023-12-25T20:31:08.049537+0000 mgr.smithi080.aipsvo (mgr.14180) 831 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:09.877 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:10.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:10 smithi129 conmon[41175]: audit 2023-12-25T20:31:09.242942+0000 mgr.smithi080.aipsvo (mgr.14180) 832 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:10.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:10 smithi080 conmon[36722]: audit 2023-12-25T20:31:09.242942+0000 mgr.smithi080.aipsvo (mgr.14180) 832 : 2023-12-25T20:31:10.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:10 smithi080 conmon[36722]: audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:10.879 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:11.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:11 smithi080 conmon[36722]: cluster 2023-12-25T20:31:10.050081+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:31:11.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:11 smithi080 conmon[36722]: 14180) 833 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:11 smithi129 conmon[41175]: cluster 2023-12-25T20:31:10.050081+0000 mgr.smithi080.aipsvo (mgr.14180) 833 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:11 smithi129 conmon[41175]: 2023-12-25T20:31:12.756 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:12.757 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:13.316 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:13.401 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:13 smithi080 conmon[36722]: cluster 2023-12-25T20:31:12.050690+0000 mgr.smithi080.aipsvo (mgr.14180) 834 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:13 smithi080 conmon[36722]: audit 2023-12-25T20:31:12.749538+0000 mgr.smithi080.aipsvo (mgr.14180) 835 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:13 smithi129 conmon[41175]: cluster 2023-12-25T20:31:12.050690+0000 mgr.smithi080.aipsvo (mgr.14180) 834 : cluster [DBG] 2023-12-25T20:31:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:13 smithi129 conmon[41175]: pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:13 smithi129 conmon[41175]: audit 2023-12-25T20:31:12.749538+0000 mgr.smithi080.aipsvo (mgr.14180) 835 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:14.317 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:15 smithi129 conmon[41175]: cluster 2023-12-25T20:31:14.051318+0000 mgr.smithi080.aipsvo (mgr.14180) 836 : cluster 2023-12-25T20:31:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:15 smithi129 conmon[41175]: [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:15.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:15 smithi080 conmon[36722]: cluster 2023-12-25T20:31:14.051318+0000 mgr.smithi080.aipsvo (mgr.14180) 836 : cluster 2023-12-25T20:31:15.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:15 smithi080 conmon[36722]: [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:16.158 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:16.158 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:16.759 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:17.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:16 smithi080 conmon[36722]: cluster 2023-12-25T20:31:16.051791+0000 mgr.smithi080.aipsvo (mgr.14180) 837 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:17.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:16 smithi080 conmon[36722]: audit 2023-12-25T20:31:16.154126+0000 mgr.smithi080.aipsvo (mgr.14180) 838 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:17.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:16 smithi129 conmon[41175]: cluster 2023-12-25T20:31:16.051791+0000 mgr.smithi080.aipsvo (mgr.14180) 837 : cluster [DBG] 2023-12-25T20:31:17.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:16 smithi129 conmon[41175]: pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:17.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:16 smithi129 conmon[41175]: audit 2023-12-25T20:31:16.154126+0000 mgr.smithi080.aipsvo (mgr.14180) 838 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:17.760 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:19.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:19 smithi080 conmon[36722]: cluster 2023-12-25T20:31:18.052337+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:31:19.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:19 smithi080 conmon[36722]: mgr.14180) 839 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:19 smithi129 conmon[41175]: cluster 2023-12-25T20:31:18.052337+0000 mgr.smithi080.aipsvo (mgr.14180) 839 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:19.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:19 smithi129 conmon[41175]: 2023-12-25T20:31:19.658 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:19.658 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:20.300 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:20.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:20 smithi129 conmon[41175]: audit 2023-12-25T20:31:19.653760+0000 mgr.smithi080.aipsvo (mgr.14180) 840 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:20.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:20 smithi080 conmon[36722]: audit 2023-12-25T20:31:19.653760+0000 mgr.smithi080.aipsvo (mgr.14180) 840 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:21.301 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:21 smithi129 conmon[41175]: cluster 2023-12-25T20:31:20.052686+0000 mgr.smithi080.aipsvo (mgr.14180) 841 : cluster 2023-12-25T20:31:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:21 smithi129 conmon[41175]: [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:21 smithi080 conmon[36722]: cluster 2023-12-25T20:31:20.052686+0000 mgr.smithi080.aipsvo (mgr.14180) 841 2023-12-25T20:31:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:21 smithi080 conmon[36722]: : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:23.156 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:23.156 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:23.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:23 smithi080 conmon[36722]: cluster 2023-12-25T20:31:22.053334+0000 mgr.smithi080.aipsvo (mgr.14180) 842 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:23 smithi129 conmon[41175]: cluster 2023-12-25T20:31:22.053334+0000 mgr.smithi080.aipsvo (mgr.14180) 842 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:23.765 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:24 smithi129 conmon[41175]: audit 2023-12-25T20:31:23.152031+0000 mgr.smithi080.aipsvo (mgr.14180) 843 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:24 smithi129 conmon[41175]: 2023-12-25T20:31:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:24 smithi080 conmon[36722]: audit 2023-12-25T20:31:23.152031+0000 mgr.smithi080.aipsvo (mgr.14180) 843 2023-12-25T20:31:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:24 smithi080 conmon[36722]: : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:24.766 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:25 smithi129 conmon[41175]: cluster 2023-12-25T20:31:24.053865+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:31:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:25 smithi129 conmon[41175]: 844 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:25 smithi080 conmon[36722]: cluster 2023-12-25T20:31:24.053865+0000 mgr.smithi080.aipsvo (mgr.14180) 844 : cluster 2023-12-25T20:31:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:25 smithi080 conmon[36722]: [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:26.635 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:26.636 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:27.182 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:27.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:26 smithi129 conmon[41175]: cluster 2023-12-25T20:31:26.054391+0000 mgr.smithi080.aipsvo (mgr.14180) 845 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:27.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:26 smithi129 conmon[41175]: audit 2023-12-25T20:31:26.631759+0000 mgr.smithi080.aipsvo (mgr.14180) 846 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:26 smithi080 conmon[36722]: cluster 2023-12-25T20:31:26.054391+0000 mgr.smithi080.aipsvo (mgr.14180) 845 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:26 smithi080 conmon[36722]: audit 2023-12-25T20:31:26.631759+0000 mgr.smithi080.aipsvo (mgr.14180) 846 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:28.182 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:29.478 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:29 smithi080 conmon[36722]: cluster 2023-12-25T20:31:28.054971+0000 mgr.smithi080.aipsvo (mgr.14180) 847 : cluster 2023-12-25T20:31:29.478 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:29 smithi080 conmon[36722]: [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:29 smithi129 conmon[41175]: cluster 2023-12-25T20:31:28.054971+0000 mgr.smithi080.aipsvo (mgr.14180) 847 : cluster 2023-12-25T20:31:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:29 smithi129 conmon[41175]: [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:30.122 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:30.122 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:30.714 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:31 smithi129 conmon[41175]: cluster 2023-12-25T20:31:30.055311+0000 mgr.smithi080.aipsvo (mgr.14180) 848 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:31 smithi129 conmon[41175]: audit 2023-12-25T20:31:30.118673 2023-12-25T20:31:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:31 smithi129 conmon[41175]: +0000 mgr.smithi080.aipsvo (mgr.14180) 849 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:31 smithi080 conmon[36722]: cluster 2023-12-25T20:31:30.055311+0000 mgr.smithi080.aipsvo (mgr.14180) 848 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:31 smithi080 conmon[36722]: audit 2023-12-25T20:31:30.118673+0000 mgr.smithi080.aipsvo (mgr.14180) 849 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:31.715 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:33.261 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:33 smithi080 conmon[36722]: cluster 2023-12-25T20:31:32.055972+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:31:33.261 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:33 smithi080 conmon[36722]: 14180) 850 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:33 smithi129 conmon[41175]: cluster 2023-12-25T20:31:32.055972+0000 mgr.smithi080.aipsvo (mgr.14180) 850 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:33.584 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:33.585 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:34.256 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:34.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:34 smithi129 conmon[41175]: audit 2023-12-25T20:31:33.581032+0000 mgr.smithi080.aipsvo (mgr.14180) 851 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:34.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:34 smithi080 conmon[36722]: audit 2023-12-25T20:31:33.581032+0000 mgr.smithi080.aipsvo (mgr.14180) 851 2023-12-25T20:31:34.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:34 smithi080 conmon[36722]: : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:35.256 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:35 smithi129 conmon[41175]: cluster 2023-12-25T20:31:34.056425+0000 mgr.smithi080.aipsvo (mgr.14180) 852 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:35 smithi080 conmon[36722]: cluster 2023-12-25T20:31:34.056425+0000 mgr.smithi080.aipsvo (mgr.14180) 852 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:37.166 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:37.166 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:37.187 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:36 smithi080 conmon[36722]: cluster 2023-12-25T20:31:36.056897+0000 mgr.smithi080.aipsvo (mgr.14180) 853 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:37.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:36 smithi129 conmon[41175]: cluster 2023-12-25T20:31:36.056897+0000 mgr.smithi080.aipsvo (mgr.14180) 853 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:37.855 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:38.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:37 smithi129 conmon[41175]: audit 2023-12-25T20:31:37.162679+0000 mgr.smithi080.aipsvo (mgr.14180) 854 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:38.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:37 smithi080 conmon[36722]: audit 2023-12-25T20:31:37.162679+0000 mgr.smithi080.aipsvo (mgr.14180) 854 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:38.856 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:39.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:38 smithi129 conmon[41175]: cluster 2023-12-25T20:31:38.057516+0000 mgr.smithi080.aipsvo (mgr.14180) 855 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:39.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:38 smithi080 conmon[36722]: cluster 2023-12-25T20:31:38.057516+0000 mgr.smithi080.aipsvo (mgr.14180) 855 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:40.710 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:40.710 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:41.369 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:41 smithi080 conmon[36722]: cluster 2023-12-25T20:31:40.057842+0000 mgr.smithi080.aipsvo (mgr.14180) 856 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:41.369 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:41 smithi080 conmon[36722]: audit 2023-12-25T20:31:40.703756+0000 mgr.smithi080.aipsvo (mgr.14180) 857 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:41.370 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:41 smithi129 conmon[41175]: cluster 2023-12-25T20:31:40.057842+0000 mgr.smithi080.aipsvo (mgr.14180) 856 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:41 smithi129 conmon[41175]: audit 2023-12-25T20:31:40.703756+0000 mgr.smithi080.aipsvo (mgr.14180) 857 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:42.371 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:43.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:43 smithi080 conmon[36722]: cluster 2023-12-25T20:31:42.058397+0000 mgr.smithi080.aipsvo (mgr.14180) 858 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:43.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:43 smithi080 conmon[36722]: 2023-12-25T20:31:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:43 smithi129 conmon[41175]: cluster 2023-12-25T20:31:42.058397+0000 mgr.smithi080.aipsvo (mgr.14180) 858 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:44.237 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:44.237 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:44.912 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:45 smithi080 conmon[36722]: cluster 2023-12-25T20:31:44.058797+0000 mgr.smithi080.aipsvo (mgr.14180) 859 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:45 smithi080 conmon[36722]: audit 2023-12-25T20:31:44.233575+0000 mgr.smithi080.aipsvo (mgr.14180) 860 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:45.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:45 smithi129 conmon[41175]: cluster 2023-12-25T20:31:44.058797+0000 mgr.smithi080.aipsvo (mgr.14180) 859 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:45.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:45 smithi129 conmon[41175]: audit 2023-12-25T20:31:44.233575+0000 mgr.smithi080.aipsvo (mgr.14180) 860 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:45.914 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:47.166 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:46 smithi080 conmon[36722]: cluster 2023-12-25T20:31:46.059256+0000 mgr.smithi080.aipsvo (mgr.14180) 861 : cluster 2023-12-25T20:31:47.166 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:46 smithi080 conmon[36722]: [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:47.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:46 smithi129 conmon[41175]: cluster 2023-12-25T20:31:46.059256+0000 mgr.smithi080.aipsvo (mgr.14180) 861 : cluster [DBG] 2023-12-25T20:31:47.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:46 smithi129 conmon[41175]: pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:47.787 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:47.787 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:48.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:47 smithi129 conmon[41175]: audit 2023-12-25T20:31:47.783994+0000 mgr.smithi080.aipsvo (mgr.14180) 862 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:48.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:47 smithi080 conmon[36722]: audit 2023-12-25T20:31:47.783994+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:31:48.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:47 smithi080 conmon[36722]: .14180) 862 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:48.411 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:49.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:48 smithi129 conmon[41175]: cluster 2023-12-25T20:31:48.059902+0000 mgr.smithi080.aipsvo (mgr.14180) 863 : cluster [DBG] 2023-12-25T20:31:49.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:48 smithi129 conmon[41175]: pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:49.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:48 smithi080 conmon[36722]: cluster 2023-12-25T20:31:48.059902+0000 mgr.smithi080.aipsvo (mgr.14180) 863 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:49.412 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:51.313 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:51.313 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:51.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:51 smithi129 conmon[41175]: cluster 2023-12-25T20:31:50.060256+0000 mgr.smithi080.aipsvo (mgr.14180) 864 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:51 smithi080 conmon[36722]: cluster 2023-12-25T20:31:50.060256+0000 mgr.smithi080.aipsvo (mgr.14180) 864 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:51.952 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:52.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:52 smithi080 conmon[36722]: audit 2023-12-25T20:31:51.308901+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:31:52.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:52 smithi080 conmon[36722]: .14180) 865 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:52.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:52 smithi129 conmon[41175]: audit 2023-12-25T20:31:51.308901+0000 mgr.smithi080.aipsvo (mgr.14180) 865 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:52.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:52 smithi129 conmon[41175]: 2023-12-25T20:31:52.953 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:53.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:53 smithi080 conmon[36722]: cluster 2023-12-25T20:31:52.060800+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:31:53.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:53 smithi080 conmon[36722]: mgr.14180) 866 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:53 smithi129 conmon[41175]: cluster 2023-12-25T20:31:52.060800+0000 mgr.smithi080.aipsvo (mgr.14180) 866 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:54.888 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:54.888 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:55 smithi080 conmon[36722]: cluster 2023-12-25T20:31:54.061451+0000 mgr.smithi080.aipsvo (mgr.14180) 867 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:55 smithi129 conmon[41175]: cluster 2023-12-25T20:31:54.061451+0000 mgr.smithi080.aipsvo (mgr.14180) 867 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:55.516 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:56.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:56 smithi129 conmon[41175]: audit 2023-12-25T20:31:54.884000+0000 mgr.smithi080.aipsvo (mgr.14180) 868 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:56.517 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:31:56.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:56 smithi080 conmon[36722]: audit 2023-12-25T20:31:54.884000+0000 mgr.smithi080.aipsvo (mgr.14180) 868 : audit 2023-12-25T20:31:56.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:56 smithi080 conmon[36722]: [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:57.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:57 smithi080 conmon[36722]: cluster 2023-12-25T20:31:56.061987+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:31:57.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:57 smithi080 conmon[36722]: mgr.14180) 869 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:57.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:57 smithi129 conmon[41175]: cluster 2023-12-25T20:31:56.061987+0000 mgr.smithi080.aipsvo (mgr.14180) 869 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:58.387 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:31:58.387 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:31:58.992 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:31:59.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:59 smithi080 conmon[36722]: cluster 2023-12-25T20:31:58.062583+0000 mgr.smithi080.aipsvo (mgr.14180) 870 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:59.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:31:59 smithi080 conmon[36722]: audit 2023-12-25T20:31:58.382687+0000 mgr.smithi080.aipsvo (mgr.14180) 871 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:59 smithi129 conmon[41175]: cluster 2023-12-25T20:31:58.062583+0000 mgr.smithi080.aipsvo (mgr.14180) 870 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:31:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:59 smithi129 conmon[41175]: 2023-12-25T20:31:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:31:59 smithi129 conmon[41175]: audit 2023-12-25T20:31:58.382687+0000 mgr.smithi080.aipsvo (mgr.14180) 871 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:31:59.994 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:01.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:01 smithi080 conmon[36722]: cluster 2023-12-25T20:32:00.063130+0000 mgr.smithi080.aipsvo (mgr.14180) 872 : 2023-12-25T20:32:01.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:01 smithi080 conmon[36722]: cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:01 smithi129 conmon[41175]: cluster 2023-12-25T20:32:00.063130+0000 mgr.smithi080.aipsvo (mgr.14180) 872 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:01.939 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:01.939 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:02.514 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:03.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:03 smithi080 conmon[36722]: audit 2023-12-25T20:32:01.934821+0000 mgr.smithi080.aipsvo (mgr.14180) 873 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:03.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:03 smithi080 conmon[36722]: cluster 2023-12-25T20:32:02.063908+0000 mgr.smithi080.aipsvo (mgr.14180) 874 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:03 smithi129 conmon[41175]: audit 2023-12-25T20:32:01.934821+0000 mgr.smithi080.aipsvo (mgr.14180) 873 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:03 smithi129 conmon[41175]: cluster 2023-12-25T20:32:02.063908+0000 mgr.smithi080.aipsvo (mgr.14180) 874 : 2023-12-25T20:32:03.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:03 smithi129 conmon[41175]: cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:03.515 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:05.433 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:05.434 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:05.459 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:05 smithi080 conmon[36722]: cluster 2023-12-25T20:32:04.064480+0000 mgr.smithi080.aipsvo (mgr.14180) 875 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:05 smithi129 conmon[41175]: cluster 2023-12-25T20:32:04.064480+0000 mgr.smithi080.aipsvo (mgr.14180) 875 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:06.056 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:06.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:06 smithi129 conmon[41175]: audit 2023-12-25T20:32:05.428835+0000 mgr.smithi080.aipsvo (mgr.14180) 876 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:06.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:06 smithi080 conmon[36722]: audit 2023-12-25T20:32:05.428835+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:32:06.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:06 smithi080 conmon[36722]: 876 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:07.057 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:07.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:07 smithi129 conmon[41175]: cluster 2023-12-25T20:32:06.065112+0000 mgr.smithi080.aipsvo (mgr.14180) 877 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:07.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:07 smithi080 conmon[36722]: cluster 2023-12-25T20:32:06.065112+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:32:07.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:07 smithi080 conmon[36722]: 877 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:08.907 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:08.908 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:09.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:09 smithi080 conmon[36722]: cluster 2023-12-25T20:32:08.065710+0000 mgr.smithi080.aipsvo (mgr.14180) 878 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:09 smithi129 conmon[41175]: cluster 2023-12-25T20:32:08.065710+0000 mgr.smithi080.aipsvo (mgr.14180) 878 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:09.513 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:10.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:10 smithi129 conmon[41175]: audit 2023-12-25T20:32:08.903832+0000 mgr.smithi080.aipsvo (mgr.14180) 879 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:10.514 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:10.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:10 smithi080 conmon[36722]: audit 2023-12-25T20:32:08.903832+0000 mgr.smithi080.aipsvo (mgr.14180) 879 : audit [DBG] 2023-12-25T20:32:10.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:10 smithi080 conmon[36722]: from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:11.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:11 smithi080 conmon[36722]: cluster 2023-12-25T20:32:10.066293+0000 mgr.smithi080.aipsvo (mgr.14180) 880 : 2023-12-25T20:32:11.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:11 smithi080 conmon[36722]: cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:11 smithi129 conmon[41175]: cluster 2023-12-25T20:32:10.066293+0000 mgr.smithi080.aipsvo (mgr.14180) 880 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:12.419 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:12.419 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:13.012 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:13.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:13 smithi080 conmon[36722]: cluster 2023-12-25T20:32:12.066968+0000 mgr.smithi080.aipsvo (mgr.14180) 881 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:13.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:13 smithi080 conmon[36722]: audit 2023-12-25T20:32:12.414974+0000 mgr.smithi080.aipsvo (mgr.14180) 882 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:13 smithi129 conmon[41175]: cluster 2023-12-25T20:32:12.066968+0000 mgr.smithi080.aipsvo (mgr.14180) 881 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:13 smithi129 conmon[41175]: audit 2023-12-25T20:32:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:13 smithi129 conmon[41175]: 2023-12-25T20:32:12.414974+0000 mgr.smithi080.aipsvo (mgr.14180) 882 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:14.013 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:15 smithi129 conmon[41175]: cluster 2023-12-25T20:32:14.067560+0000 mgr.smithi080.aipsvo (mgr.14180) 883 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:15.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:15 smithi080 conmon[36722]: cluster 2023-12-25T20:32:14.067560+0000 mgr.smithi080.aipsvo (mgr.14180) 883 : cluster [DBG] 2023-12-25T20:32:15.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:15 smithi080 conmon[36722]: pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:15.950 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:15.950 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:16.645 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:17.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:16 smithi129 conmon[41175]: audit 2023-12-25T20:32:15.945811+0000 mgr.smithi080.aipsvo (mgr.14180) 884 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:17.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:16 smithi129 conmon[41175]: cluster 2023-12-25T20:32:16.068031+0000 mgr.smithi080.aipsvo (mgr.14180) 885 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:17.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:16 smithi080 conmon[36722]: audit 2023-12-25T20:32:15.945811+0000 mgr.smithi080.aipsvo (mgr.14180) 884 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:17.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:16 smithi080 conmon[36722]: cluster 2023-12-25T20:32:16.068031+0000 mgr.smithi080.aipsvo (mgr.14180) 885 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:17.648 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:19.172 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:19 smithi080 conmon[36722]: cluster 2023-12-25T20:32:18.068601+0000 mgr.smithi080.aipsvo (mgr.14180) 886 2023-12-25T20:32:19.172 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:19 smithi080 conmon[36722]: : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:19.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:19 smithi129 conmon[41175]: cluster 2023-12-25T20:32:18.068601+0000 mgr.smithi080.aipsvo (mgr.14180) 886 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:19.560 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:19.560 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:20.162 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:20.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:20 smithi129 conmon[41175]: audit 2023-12-25T20:32:19.556001+0000 mgr.smithi080.aipsvo (mgr.14180) 887 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:20.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:20 smithi080 conmon[36722]: audit 2023-12-25T20:32:19.556001+0000 mgr.smithi080.aipsvo (mgr.14180) 887 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:21.163 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:21 smithi129 conmon[41175]: cluster 2023-12-25T20:32:20.069032+0000 mgr.smithi080.aipsvo (mgr.14180) 888 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:21 smithi080 conmon[36722]: cluster 2023-12-25T20:32:20.069032+0000 mgr.smithi080.aipsvo (mgr.14180) 888 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:22.988 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:22.989 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:23.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:23 smithi080 conmon[36722]: cluster 2023-12-25T20:32:22.069798+0000 mgr.smithi080.aipsvo (mgr.14180) 889 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:23 smithi129 conmon[41175]: cluster 2023-12-25T20:32:22.069798+0000 mgr.smithi080.aipsvo (mgr.14180) 889 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:23.569 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:24 smithi129 conmon[41175]: audit 2023-12-25T20:32:22.984197+0000 mgr.smithi080.aipsvo (mgr.14180) 890 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:24 smithi080 conmon[36722]: audit 2023-12-25T20:32:22.984197+0000 mgr.smithi080.aipsvo (mgr.14180) 890 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:24.570 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:25.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:25 smithi080 conmon[36722]: cluster 2023-12-25T20:32:24.070324+0000 mgr.smithi080.aipsvo (mgr.14180) 891 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:25 smithi129 conmon[41175]: cluster 2023-12-25T20:32:24.070324+0000 mgr.smithi080.aipsvo (mgr.14180) 891 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:26.454 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:26.454 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:27.085 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:27.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:26 smithi129 conmon[41175]: cluster 2023-12-25T20:32:26.070801+0000 mgr.smithi080.aipsvo (mgr.14180) 892 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:27.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:26 smithi129 conmon[41175]: audit 2023-12-25T20:32:26.449605+0000 mgr.smithi080.aipsvo (mgr.14180) 893 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:26 smithi080 conmon[36722]: cluster 2023-12-25T20:32:26.070801+0000 mgr.smithi080.aipsvo (mgr.14180) 892 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:26 smithi080 conmon[36722]: audit 2023-12-25T20:32:26.449605+0000 mgr.smithi080.aipsvo (mgr.14180) 893 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:28.086 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:29 smithi129 conmon[41175]: cluster 2023-12-25T20:32:28.071566+0000 mgr.smithi080.aipsvo (mgr.14180) 894 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:29.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:29 smithi080 conmon[36722]: cluster 2023-12-25T20:32:28.071566+0000 mgr.smithi080.aipsvo (mgr.14180) 894 : cluster 2023-12-25T20:32:29.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:29 smithi080 conmon[36722]: [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:30.232 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:30.232 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:30.842 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:31 smithi129 conmon[41175]: cluster 2023-12-25T20:32:30.071898+0000 mgr.smithi080.aipsvo (mgr.14180) 895 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:31 smithi129 conmon[41175]: audit 2023-12-25T20:32:30.227664+0000 mgr.smithi080.aipsvo (mgr.14180) 896 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:31 smithi080 conmon[36722]: cluster 2023-12-25T20:32:30.071898+0000 mgr.smithi080.aipsvo (mgr.14180) 895 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:31 smithi080 conmon[36722]: audit 2023-12-25T20:32:30.227664+0000 mgr.smithi080.aipsvo (mgr.14180) 896 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:31.843 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:33.284 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:33 smithi080 conmon[36722]: cluster 2023-12-25T20:32:32.072423+0000 mgr.smithi080.aipsvo (mgr.14180) 897 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:33 smithi129 conmon[41175]: cluster 2023-12-25T20:32:32.072423+0000 mgr.smithi080.aipsvo (mgr.14180) 897 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:33.623 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:33.623 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:34.242 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:34.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:34 smithi129 conmon[41175]: audit 2023-12-25T20:32:33.620195+0000 mgr.smithi080.aipsvo (mgr.14180) 898 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:34.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:34 smithi080 conmon[36722]: audit 2023-12-25T20:32:33.620195+0000 mgr.smithi080.aipsvo (mgr.14180) 898 : audit 2023-12-25T20:32:34.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:34 smithi080 conmon[36722]: [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:35.243 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:35 smithi129 conmon[41175]: cluster 2023-12-25T20:32:34.073123+0000 mgr.smithi080.aipsvo (mgr.14180) 899 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:35 smithi080 conmon[36722]: cluster 2023-12-25T20:32:34.073123+0000 mgr.smithi080.aipsvo (mgr.14180) 899 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:37.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:36 smithi080 conmon[36722]: cluster 2023-12-25T20:32:36.073542+0000 mgr.smithi080.aipsvo (mgr.14180) 900 2023-12-25T20:32:37.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:36 smithi080 conmon[36722]: : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:37.069 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:37.070 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:37.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:36 smithi129 conmon[41175]: cluster 2023-12-25T20:32:36.073542+0000 mgr.smithi080.aipsvo (mgr.14180) 900 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:37.640 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:38.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:37 smithi129 conmon[41175]: audit 2023-12-25T20:32:37.066333+0000 mgr.smithi080.aipsvo (mgr.14180) 901 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:38.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:37 smithi080 conmon[36722]: audit 2023-12-25T20:32:37.066333+0000 mgr.smithi080.aipsvo (mgr.14180) 901 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:38.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:37 smithi080 conmon[36722]: 2023-12-25T20:32:38.641 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:39.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:38 smithi129 conmon[41175]: cluster 2023-12-25T20:32:38.074198+0000 mgr.smithi080.aipsvo (mgr.14180) 902 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:39.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:38 smithi129 conmon[41175]: 2023-12-25T20:32:39.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:38 smithi080 conmon[36722]: cluster 2023-12-25T20:32:38.074198+0000 mgr.smithi080.aipsvo (mgr.14180) 902 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:40.528 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:40.528 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:41.115 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:41 smithi129 conmon[41175]: cluster 2023-12-25T20:32:40.074612+0000 mgr.smithi080.aipsvo (mgr.14180) 903 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:41 smithi129 conmon[41175]: audit 2023-12-25T20:32:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:41 smithi129 conmon[41175]: 2023-12-25T20:32:40.523751+0000 mgr.smithi080.aipsvo (mgr.14180) 904 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:41 smithi080 conmon[36722]: cluster 2023-12-25T20:32:40.074612+0000 mgr.smithi080.aipsvo (mgr.14180) 903 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:41 smithi080 conmon[36722]: audit 2023-12-25T20:32:40.523751+0000 mgr.smithi080.aipsvo (mgr.14180) 904 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:42.117 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:43 smithi080 conmon[36722]: cluster 2023-12-25T20:32:42.075394+0000 mgr.smithi080.aipsvo (mgr.14180) 905 2023-12-25T20:32:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:43 smithi080 conmon[36722]: : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:43.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:43 smithi129 conmon[41175]: cluster 2023-12-25T20:32:42.075394+0000 mgr.smithi080.aipsvo (mgr.14180) 905 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:43.956 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:43.956 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:44.573 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:45.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:45 smithi129 conmon[41175]: audit 2023-12-25T20:32:43.952153+0000 mgr.smithi080.aipsvo (mgr.14180) 906 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:45.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:45 smithi129 conmon[41175]: cluster 2023-12-25T20:32:44.076010+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:32:45.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:45 smithi129 conmon[41175]: ) 907 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:45.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:45 smithi080 conmon[36722]: audit 2023-12-25T20:32:43.952153+0000 mgr.smithi080.aipsvo (mgr.14180) 906 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:45.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:45 smithi080 conmon[36722]: cluster 2023-12-25T20:32:44.076010+0000 mgr.smithi080.aipsvo (mgr.14180) 907 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:45.574 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:47.085 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:46 smithi080 conmon[36722]: cluster 2023-12-25T20:32:46.076525+0000 mgr.smithi080.aipsvo (mgr.14180) 908 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:47.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:46 smithi129 conmon[41175]: cluster 2023-12-25T20:32:46.076525+0000 mgr.smithi080.aipsvo (mgr.14180) 908 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:47.401 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:47.401 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:48.013 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:47 smithi129 conmon[41175]: audit 2023-12-25T20:32:47.397474+0000 mgr.smithi080.aipsvo (mgr.14180) 909 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:48.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:47 smithi080 conmon[36722]: audit 2023-12-25T20:32:47.397474+0000 mgr.smithi080.aipsvo (mgr.14180) 909 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:49.014 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:49.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:48 smithi129 conmon[41175]: cluster 2023-12-25T20:32:48.077319+0000 mgr.smithi080.aipsvo (mgr.14180) 910 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:49.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:48 smithi080 conmon[36722]: cluster 2023-12-25T20:32:48.077319+0000 mgr.smithi080.aipsvo (mgr.14180) 910 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:51.102 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:51.102 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:51.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:51 smithi129 conmon[41175]: cluster 2023-12-25T20:32:50.077734+0000 mgr.smithi080.aipsvo (mgr.14180) 911 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:51 smithi080 conmon[36722]: cluster 2023-12-25T20:32:50.077734+0000 mgr.smithi080.aipsvo (mgr.14180) 911 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:51.688 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:52.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:52 smithi129 conmon[41175]: audit 2023-12-25T20:32:51.098356+0000 mgr.smithi080.aipsvo (mgr.14180) 912 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:52 smithi080 conmon[36722]: audit 2023-12-25T20:32:51.098356+0000 mgr.smithi080.aipsvo (mgr.14180) 912 : audit 2023-12-25T20:32:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:52 smithi080 conmon[36722]: [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:52.689 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:53.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:53 smithi080 conmon[36722]: cluster 2023-12-25T20:32:52.078292+0000 mgr.smithi080.aipsvo (mgr.14180) 913 2023-12-25T20:32:53.404 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:53 smithi080 conmon[36722]: : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:53 smithi129 conmon[41175]: cluster 2023-12-25T20:32:52.078292+0000 mgr.smithi080.aipsvo (mgr.14180) 913 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:54.613 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:54.613 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:55.254 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:55 smithi129 conmon[41175]: cluster 2023-12-25T20:32:54.078795+0000 mgr.smithi080.aipsvo (mgr.14180) 914 : cluster 2023-12-25T20:32:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:55 smithi129 conmon[41175]: [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:55 smithi129 conmon[41175]: audit 2023-12-25T20:32:54.609346+0000 mgr.smithi080.aipsvo (mgr.14180) 915 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:55 smithi080 conmon[36722]: cluster 2023-12-25T20:32:54.078795+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:32:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:55 smithi080 conmon[36722]: 914 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:55 smithi080 conmon[36722]: audit 2023-12-25T20:32:54.609346+0000 mgr.smithi080.aipsvo (mgr.14180) 915 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:56.256 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:32:57.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:56 smithi080 conmon[36722]: cluster 2023-12-25T20:32:56.079402+0000 mgr.smithi080.aipsvo (mgr.14180) 916 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:56 smithi129 conmon[41175]: cluster 2023-12-25T20:32:56.079402+0000 mgr.smithi080.aipsvo (mgr.14180) 916 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:56 smithi129 conmon[41175]: 2023-12-25T20:32:58.139 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:32:58.139 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:32:58.785 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:32:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:59 smithi129 conmon[41175]: cluster 2023-12-25T20:32:58.079998+0000 mgr.smithi080.aipsvo (mgr.14180) 917 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:59 smithi129 conmon[41175]: 2023-12-25T20:32:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:32:59 smithi129 conmon[41175]: audit 2023-12-25T20:32:58.135109+0000 mgr.smithi080.aipsvo (mgr.14180) 918 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:59.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:59 smithi080 conmon[36722]: cluster 2023-12-25T20:32:58.079998+0000 mgr.smithi080.aipsvo (mgr.14180) 917 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:32:59.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:32:59 smithi080 conmon[36722]: audit 2023-12-25T20:32:58.135109+0000 mgr.smithi080.aipsvo (mgr.14180) 918 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:32:59.787 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:01.300 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:01 smithi080 conmon[36722]: cluster 2023-12-25T20:33:00.080369+0000 mgr.smithi080.aipsvo (mgr.14180) 919 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:01 smithi129 conmon[41175]: cluster 2023-12-25T20:33:00.080369+0000 mgr.smithi080.aipsvo (mgr.14180) 919 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:01.634 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:01.634 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:02.269 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:02.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:02 smithi129 conmon[41175]: audit 2023-12-25T20:33:01.630322+0000 mgr.smithi080.aipsvo (mgr.14180) 920 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:02.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:02 smithi080 conmon[36722]: audit 2023-12-25T20:33:01.630322+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:33:02.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:02 smithi080 conmon[36722]: 920 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:03.270 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:03.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:03 smithi080 conmon[36722]: cluster 2023-12-25T20:33:02.080973+0000 mgr.smithi080.aipsvo (mgr.14180) 921 2023-12-25T20:33:03.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:03 smithi080 conmon[36722]: : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:03 smithi129 conmon[41175]: cluster 2023-12-25T20:33:02.080973+0000 mgr.smithi080.aipsvo (mgr.14180) 921 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:05.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:05 smithi080 conmon[36722]: cluster 2023-12-25T20:33:04.081525+0000 mgr.smithi080.aipsvo (mgr.14180) 922 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:05.336 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:05.337 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:05 smithi129 conmon[41175]: cluster 2023-12-25T20:33:04.081525+0000 mgr.smithi080.aipsvo (mgr.14180) 922 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:05.961 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:06.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:06 smithi080 conmon[36722]: audit 2023-12-25T20:33:05.333417+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:33:06.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:06 smithi080 conmon[36722]: ) 923 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:06.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:06 smithi129 conmon[41175]: audit 2023-12-25T20:33:05.333417+0000 mgr.smithi080.aipsvo (mgr.14180) 923 : audit [DBG] 2023-12-25T20:33:06.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:06 smithi129 conmon[41175]: from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:06.963 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:07.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:07 smithi080 conmon[36722]: cluster 2023-12-25T20:33:06.082120+0000 mgr.smithi080.aipsvo (mgr.14180) 924 : cluster [DBG] 2023-12-25T20:33:07.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:07 smithi080 conmon[36722]: pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:07.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:07 smithi129 conmon[41175]: cluster 2023-12-25T20:33:06.082120+0000 mgr.smithi080.aipsvo (mgr.14180) 924 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:07.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:07 smithi129 conmon[41175]: 2023-12-25T20:33:08.830 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:08.830 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:09.441 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:09 smithi080 conmon[36722]: cluster 2023-12-25T20:33:08.082716+0000 mgr.smithi080.aipsvo (mgr.14180) 925 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:09.458 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:09 smithi129 conmon[41175]: cluster 2023-12-25T20:33:08.082716+0000 mgr.smithi080.aipsvo (mgr.14180) 925 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:10.459 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:10.490 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:10 smithi080 conmon[36722]: audit 2023-12-25T20:33:08.825849+0000 mgr.smithi080.aipsvo (mgr.14180) 926 : audit [DBG] 2023-12-25T20:33:10.490 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:10 smithi080 conmon[36722]: from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:10.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:10 smithi129 conmon[41175]: audit 2023-12-25T20:33:08.825849+0000 mgr.smithi080.aipsvo (mgr.14180) 926 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:11 smithi129 conmon[41175]: cluster 2023-12-25T20:33:10.083039+0000 mgr.smithi080.aipsvo (mgr.14180) 927 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:11.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:11 smithi080 conmon[36722]: cluster 2023-12-25T20:33:10.083039+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:33:11.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:11 smithi080 conmon[36722]: 927 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:12.337 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:12.337 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:12.923 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:13 smithi129 conmon[41175]: cluster 2023-12-25T20:33:12.083613+0000 mgr.smithi080.aipsvo (mgr.14180) 928 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:13 smithi129 conmon[41175]: audit 2023-12-25T20:33:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:13 smithi129 conmon[41175]: 2023-12-25T20:33:12.332922+0000 mgr.smithi080.aipsvo (mgr.14180) 929 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:13.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:13 smithi080 conmon[36722]: cluster 2023-12-25T20:33:12.083613+0000 mgr.smithi080.aipsvo (mgr.14180) 928 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:13.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:13 smithi080 conmon[36722]: audit 2023-12-25T20:33:12.332922+0000 mgr.smithi080.aipsvo (mgr.14180) 929 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:13.924 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:15.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:15 smithi080 conmon[36722]: cluster 2023-12-25T20:33:14.084080+0000 mgr.smithi080.aipsvo (mgr.14180) 930 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:15.410 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:15 smithi080 conmon[36722]: 2023-12-25T20:33:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:15 smithi129 conmon[41175]: cluster 2023-12-25T20:33:14.084080+0000 mgr.smithi080.aipsvo (mgr.14180) 930 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:15 smithi129 conmon[41175]: 2023-12-25T20:33:15.767 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:15.767 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:16.416 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:16.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:16 smithi129 conmon[41175]: audit 2023-12-25T20:33:15.763925+0000 mgr.smithi080.aipsvo (mgr.14180) 931 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:16.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:16 smithi080 conmon[36722]: audit 2023-12-25T20:33:15.763925+0000 mgr.smithi080.aipsvo (mgr.14180) 931 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:17.417 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:17.448 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:17 smithi080 conmon[36722]: cluster 2023-12-25T20:33:16.084496+0000 mgr.smithi080.aipsvo (mgr.14180) 932 : cluster 2023-12-25T20:33:17.449 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:17 smithi080 conmon[36722]: [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:17.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:17 smithi129 conmon[41175]: cluster 2023-12-25T20:33:16.084496+0000 mgr.smithi080.aipsvo (mgr.14180) 932 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:19.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:19 smithi080 conmon[36722]: cluster 2023-12-25T20:33:18.085118+0000 mgr.smithi080.aipsvo (mgr.14180) 933 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:19.369 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:19.369 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:19.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:19 smithi129 conmon[41175]: cluster 2023-12-25T20:33:18.085118+0000 mgr.smithi080.aipsvo (mgr.14180) 933 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:20.030 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:20.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:20 smithi080 conmon[36722]: audit 2023-12-25T20:33:19.365744+0000 mgr.smithi080.aipsvo (mgr.14180) 934 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:20.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:20 smithi129 conmon[41175]: audit 2023-12-25T20:33:19.365744+0000 mgr.smithi080.aipsvo (mgr.14180) 934 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:21.032 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:21 smithi129 conmon[41175]: cluster 2023-12-25T20:33:20.085476+0000 mgr.smithi080.aipsvo (mgr.14180) 935 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:21.515 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:21 smithi080 conmon[36722]: cluster 2023-12-25T20:33:20.085476+0000 mgr.smithi080.aipsvo (mgr.14180) 935 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:22.959 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:22.959 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:23.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:23 smithi080 conmon[36722]: cluster 2023-12-25T20:33:22.086010+0000 mgr.smithi080.aipsvo (mgr.14180) 936 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:23 smithi129 conmon[41175]: cluster 2023-12-25T20:33:22.086010+0000 mgr.smithi080.aipsvo (mgr.14180) 936 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:23.572 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:24.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:24 smithi129 conmon[41175]: audit 2023-12-25T20:33:22.954112+0000 mgr.smithi080.aipsvo (mgr.14180) 937 : audit [DBG] 2023-12-25T20:33:24.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:24 smithi129 conmon[41175]: from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:24 smithi080 conmon[36722]: audit 2023-12-25T20:33:22.954112+0000 mgr.smithi080.aipsvo (mgr.14180) 937 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:24.573 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:25.423 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:25 smithi080 conmon[36722]: cluster 2023-12-25T20:33:24.086487+0000 mgr.smithi080.aipsvo (mgr.14180) 938 2023-12-25T20:33:25.423 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:25 smithi080 conmon[36722]: : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:25 smithi129 conmon[41175]: cluster 2023-12-25T20:33:24.086487+0000 mgr.smithi080.aipsvo (mgr.14180) 938 : cluster 2023-12-25T20:33:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:25 smithi129 conmon[41175]: [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:26.466 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:26.467 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:27.070 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:27.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:26 smithi129 conmon[41175]: cluster 2023-12-25T20:33:26.086931+0000 mgr.smithi080.aipsvo (mgr.14180) 939 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:27.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:26 smithi129 conmon[41175]: audit 2023-12-25T20:33:26.462681+0000 mgr.smithi080.aipsvo (mgr.14180) 940 : 2023-12-25T20:33:27.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:26 smithi129 conmon[41175]: audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:26 smithi080 conmon[36722]: cluster 2023-12-25T20:33:26.086931+0000 mgr.smithi080.aipsvo (mgr.14180) 939 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:26 smithi080 conmon[36722]: audit 2023-12-25T20:33:26.462681+0000 mgr.smithi080.aipsvo (mgr.14180) 940 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:28.072 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:29.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:29 smithi080 conmon[36722]: cluster 2023-12-25T20:33:28.087556+0000 mgr.smithi080.aipsvo (mgr.14180) 941 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:29 smithi129 conmon[41175]: cluster 2023-12-25T20:33:28.087556+0000 mgr.smithi080.aipsvo (mgr.14180) 941 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:29.943 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:29.943 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:25:47.552299Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.jtddtn on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-jtddtn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.jtddtn\nDeploy daemon haproxy.rgw.foo.smithi129.jtddtn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:23:50Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:24:28Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:25:07Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.695444Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.sjlgaq on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-sjlgaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.sjlgaq\nDeploy daemon haproxy.rgw.foo.smithi080.sjlgaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:26: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=\"2023-12-25T20:27:01Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:27: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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:28:20.696625Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.kekvlk on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:30.554 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:31 smithi129 conmon[41175]: audit 2023-12-25T20:33:29.939065+0000 mgr.smithi080.aipsvo (mgr.14180) 942 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:31 smithi129 conmon[41175]: cluster 2023-12-25T20:33:30.087953+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:33:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:31 smithi129 conmon[41175]: ) 943 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:31 smithi080 conmon[36722]: audit 2023-12-25T20:33:29.939065+0000 mgr.smithi080.aipsvo (mgr.14180) 942 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:31 smithi080 conmon[36722]: cluster 2023-12-25T20:33:30.087953+0000 mgr.smithi080.aipsvo (mgr.14180) 943 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:31.554 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:33.476 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:33.476 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: cluster 2023-12-25T20:33:32.088744+0000 mgr.smithi080.aipsvo (mgr.14180) 944 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: cephadm 2023-12-25T20:33:32.278496+0000 2023-12-25T20:33:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: mgr.smithi080.aipsvo (mgr.14180) 945 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz 2023-12-25T20:33:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz 2023-12-25T20:33:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz 2023-12-25T20:33:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz 2023-12-25T20:33:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi080.xbpzdz ... 2023-12-25T20:33:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:33:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:33:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:31:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:32:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:32:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:33:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:33:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:33:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: Traceback (most recent call last): 2023-12-25T20:33:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:33:33.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: yield (conn, connr) 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: code, '\n'.join(err))) 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi080.xbpzdz ... 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:31:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:32:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:32:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgradin 2023-12-25T20:33:33.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: g: https://www.docker.com/increase-rate-limit 2023-12-25T20:33:33.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:33:33.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: cephadm 2023-12-25T20:33:32.278667+0000 mgr.smithi080.aipsvo (mgr.14180) 946 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi080.xbpzdz 2023-12-25T20:33:33.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: audit 2023-12-25T20:33:32.278952+0000 mon.smithi080 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi080.xbpzdz"}]: dispatch 2023-12-25T20:33:33.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: cephadm 2023-12-25T20:33:32.279482+0000 mgr.smithi080.aipsvo (mgr.14180) 947 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz 2023-12-25T20:33:33.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz 2023-12-25T20:33:33.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz 2023-12-25T20:33:33.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz 2023-12-25T20:33:33.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi080.xbpzdz ... 2023-12-25T20:33:33.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:33:33.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:33:33.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:31:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:32:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:32:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:33:33.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:33:33.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:33:33.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: cephadm 2023-12-25T20:33:32.280642+0000 mgr.smithi080.aipsvo (mgr.14180) 948 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:33:33.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: cephadm 2023-12-25T20:33:32.281579+0000 mgr.smithi080.aipsvo (mgr.14180) 949 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:33:33.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: cluster 2023-12-25T20:33:32.282192+0000 mgr.smithi080.aipsvo (mgr.14180) 950 : cluster 2023-12-25T20:33:33.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:33 smithi129 conmon[41175]: [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:33.506 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: cluster 2023-12-25T20:33:32.088744+0000 mgr.smithi080.aipsvo (mgr.14180) 944 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:33.506 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: cephadm 2023-12-25T20:33:32.278496+0000 mgr.smithi080.aipsvo (mgr.14180) 945 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz 2023-12-25T20:33:33.506 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz 2023-12-25T20:33:33.506 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz 2023-12-25T20:33:33.506 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz 2023-12-25T20:33:33.506 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi080.xbpzdz ... 2023-12-25T20:33:33.506 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:33:33.506 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:33:33.506 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:31:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.506 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:32:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.506 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:32:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:33:33.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:33:33.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:33:33.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: Traceback (most recent call last): 2023-12-25T20:33:33.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:33:33.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: yield (conn, connr) 2023-12-25T20:33:33.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:33:33.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: code, '\n'.join(err))) 2023-12-25T20:33:33.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz 2023-12-25T20:33:33.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz 2023-12-25T20:33:33.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz 2023-12-25T20:33:33.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz 2023-12-25T20:33:33.507 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi080.xbpzdz ... 2023-12-25T20:33:33.508 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:33:33.508 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:33:33.508 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:31:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:32:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:32:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:33:33.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: 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 2023-12-25T20:33:33.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: : no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:33:33.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:33:33.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: cephadm 2023-12-25T20:33:32.278667+0000 mgr.smithi080.aipsvo (mgr.14180) 946 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi080.xbpzdz 2023-12-25T20:33:33.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: audit 2023-12-25T20:33:32.278952+0000 mon.smithi080 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi080.xbpzdz"}]: dispatch 2023-12-25T20:33:33.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: cephadm 2023-12-25T20:33:32.279482+0000 mgr.smithi080.aipsvo (mgr.14180) 947 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz 2023-12-25T20:33:33.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz 2023-12-25T20:33:33.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz 2023-12-25T20:33:33.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz 2023-12-25T20:33:33.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi080.xbpzdz ... 2023-12-25T20:33:33.510 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:33:33.510 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:33:33.510 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:31:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.510 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:32:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.510 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:32:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:33:33.510 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:33:33.510 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:33:33.510 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:33:33.510 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: cephadm 2023-12-25T20:33:32.280642+0000 mgr.smithi080.aipsvo (mgr.14180) 948 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:33:33.510 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: cephadm 2023-12-25T20:33:32.281579+0000 mgr.smithi080.aipsvo (mgr.14180) 949 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:33:33.510 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:33 smithi080 conmon[36722]: cluster 2023-12-25T20:33:32.282192+0000 mgr.smithi080.aipsvo (mgr.14180) 950 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:34.111 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:34.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:34 smithi129 conmon[41175]: cluster 2023-12-25T20:33:33.153799+0000 mon.smithi080 (mon.0) 719 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T20:33:34.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:34 smithi129 conmon[41175]: audit 2023-12-25T20:33:33.471741+0000 mgr.smithi080.aipsvo 2023-12-25T20:33:34.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:34 smithi129 conmon[41175]: (mgr.14180) 951 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:34.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:34 smithi080 conmon[36722]: cluster 2023-12-25T20:33:33.153799+0000 mon.smithi080 2023-12-25T20:33:34.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:34 smithi080 conmon[36722]: (mon.0) 719 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T20:33:34.525 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:34 smithi080 conmon[36722]: audit 2023-12-25T20:33:33.471741+0000 mgr.smithi080.aipsvo (mgr.14180) 951 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:35.112 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:35 smithi129 conmon[41175]: cluster 2023-12-25T20:33:34.282756+0000 mgr.smithi080.aipsvo (mgr.14180) 952 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:35.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:35 smithi080 conmon[36722]: cluster 2023-12-25T20:33:34.282756+0000 mgr.smithi080.aipsvo (mgr.14180) 952 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:36.644 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:36 smithi080 conmon[36722]: audit 2023-12-25T20:33:35.488971+0000 mon.smithi080 2023-12-25T20:33:36.644 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:36 smithi080 conmon[36722]: (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:33:36.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:36 smithi129 conmon[41175]: audit 2023-12-25T20:33:35.488971+0000 mon.smithi080 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:33:36.999 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:36.999 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:37.610 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:37.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:37 smithi129 conmon[41175]: cluster 2023-12-25T20:33:36.283476+0000 mgr.smithi080.aipsvo (mgr.14180) 953 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:37.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:37 smithi080 conmon[36722]: cluster 2023-12-25T20:33:36.283476+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:33:37.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:37 smithi080 conmon[36722]: 14180) 953 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:38.610 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:38.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:38 smithi080 conmon[36722]: audit 2023-12-25T20:33:36.995108+0000 mgr.smithi080.aipsvo (mgr.14180) 954 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:38.804 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:38 smithi129 conmon[41175]: audit 2023-12-25T20:33:36.995108+0000 mgr.smithi080.aipsvo (mgr.14180) 954 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:39.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:39 smithi080 conmon[36722]: cluster 2023-12-25T20:33:38.284396+0000 mgr.smithi080.aipsvo (mgr.14180) 955 : cluster 2023-12-25T20:33:39.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:39 smithi080 conmon[36722]: [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:39.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:39 smithi129 conmon[41175]: cluster 2023-12-25T20:33:38.284396+0000 mgr.smithi080.aipsvo (mgr.14180) 955 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:40.408 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:40.408 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:40.985 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:41.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:41 smithi080 conmon[36722]: audit 2023-12-25T20:33:40.163562+0000 mon.smithi080 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:33:41.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:41 smithi080 conmon[36722]: cluster 2023-12-25T20:33:40.284873+0000 mgr.smithi080.aipsvo (mgr.14180) 956 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:41.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:41 smithi080 conmon[36722]: audit 2023-12-25T20:33:40.404519+0000 mgr.smithi080.aipsvo (mgr.14180) 957 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:41 smithi129 conmon[41175]: audit 2023-12-25T20:33:40.163562+0000 mon.smithi080 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:33:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:41 smithi129 conmon[41175]: cluster 2023-12-25T20:33:40.284873+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:33:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:41 smithi129 conmon[41175]: .14180) 956 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:41 smithi129 conmon[41175]: audit 2023-12-25T20:33:40.404519+0000 mgr.smithi080.aipsvo (mgr.14180) 957 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:41.986 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:43.521 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:43 smithi080 conmon[36722]: cluster 2023-12-25T20:33:42.285538+0000 mgr.smithi080.aipsvo 2023-12-25T20:33:43.521 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:43 smithi080 conmon[36722]: (mgr.14180) 958 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:43.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:43 smithi129 conmon[41175]: cluster 2023-12-25T20:33:42.285538+0000 mgr.smithi080.aipsvo (mgr.14180) 958 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:43.839 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:43.839 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:44.425 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:45.426 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:45.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:45 smithi129 conmon[41175]: audit 2023-12-25T20:33:43.835478+0000 mgr.smithi080.aipsvo (mgr.14180) 959 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:45.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:45 smithi129 conmon[41175]: cluster 2023-12-25T20:33:44.286137+0000 mgr.smithi080.aipsvo (mgr.14180) 960 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:45.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:45 smithi080 conmon[36722]: audit 2023-12-25T20:33:43.835478+0000 mgr.smithi080.aipsvo (mgr.14180) 959 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:45.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:45 smithi080 conmon[36722]: 2023-12-25T20:33:45.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:45 smithi080 conmon[36722]: cluster 2023-12-25T20:33:44.286137+0000 mgr.smithi080.aipsvo (mgr.14180) 960 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:46.981 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:46 smithi080 conmon[36722]: cluster 2023-12-25T20:33:46.286763+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:33:46.981 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:46 smithi080 conmon[36722]: .14180) 961 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:47.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:46 smithi129 conmon[41175]: cluster 2023-12-25T20:33:46.286763+0000 mgr.smithi080.aipsvo (mgr.14180) 961 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:47.305 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:47.305 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:47.934 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:47 smithi129 conmon[41175]: audit 2023-12-25T20:33:47.301621+0000 mgr.smithi080.aipsvo (mgr.14180) 962 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:48.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:47 smithi080 conmon[36722]: audit 2023-12-25T20:33:47.301621+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:33:48.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:47 smithi080 conmon[36722]: .14180) 962 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:48.935 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:49.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:48 smithi129 conmon[41175]: cluster 2023-12-25T20:33:48.287567+0000 mgr.smithi080.aipsvo (mgr.14180) 963 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:49.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:48 smithi080 conmon[36722]: cluster 2023-12-25T20:33:48.287567+0000 mgr.smithi080.aipsvo (mgr.14180) 963 : 2023-12-25T20:33:49.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:48 smithi080 conmon[36722]: cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:50.742 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:50.742 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:51.352 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:51.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:51 smithi129 conmon[41175]: cluster 2023-12-25T20:33:50.288052+0000 mgr.smithi080.aipsvo (mgr.14180) 964 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:51.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:51 smithi129 conmon[41175]: audit 2023-12-25T20:33:50.737985+0000 mgr.smithi080.aipsvo (mgr.14180) 965 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:51.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:51 smithi080 conmon[36722]: cluster 2023-12-25T20:33:50.288052+0000 mgr.smithi080.aipsvo (mgr.14180) 964 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:51.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:51 smithi080 conmon[36722]: audit 2023-12-25T20:33:50.737985+0000 mgr.smithi080.aipsvo (mgr.14180) 965 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:52.353 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:53.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:53 smithi080 conmon[36722]: cluster 2023-12-25T20:33:52.288950+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:33:53.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:53 smithi080 conmon[36722]: ) 966 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:53.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:53 smithi129 conmon[41175]: cluster 2023-12-25T20:33:52.288950+0000 mgr.smithi080.aipsvo (mgr.14180) 966 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:54.203 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:54.204 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:54.793 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:55.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:55 smithi129 conmon[41175]: audit 2023-12-25T20:33:54.199522+0000 mgr.smithi080.aipsvo (mgr.14180) 967 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:55.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:55 smithi129 conmon[41175]: cluster 2023-12-25T20:33:54.289661+0000 mgr.smithi080.aipsvo (mgr.14180) 968 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:55.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:55 smithi080 conmon[36722]: audit 2023-12-25T20:33:54.199522+0000 2023-12-25T20:33:55.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:55 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14180) 967 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:55.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:55 smithi080 conmon[36722]: cluster 2023-12-25T20:33:54.289661+0000 mgr.smithi080.aipsvo (mgr.14180) 968 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:55.795 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:33:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:56 smithi129 conmon[41175]: cluster 2023-12-25T20:33:56.290320+0000 mgr.smithi080.aipsvo (mgr.14180) 969 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:57.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:56 smithi080 conmon[36722]: cluster 2023-12-25T20:33:56.290320+0000 mgr.smithi080.aipsvo (mgr.14180) 969 : cluster 2023-12-25T20:33:57.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:56 smithi080 conmon[36722]: [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:57.653 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:33:57.653 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:33:58.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:57 smithi129 conmon[41175]: audit 2023-12-25T20:33:57.649485+0000 mgr.smithi080.aipsvo (mgr.14180) 970 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:58.260 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:57 smithi080 conmon[36722]: audit 2023-12-25T20:33:57.649485+0000 mgr.smithi080.aipsvo (mgr.14180) 970 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:33:58.273 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:33:59.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:33:58 smithi129 conmon[41175]: cluster 2023-12-25T20:33:58.291022+0000 mgr.smithi080.aipsvo (mgr.14180) 971 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:59.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:58 smithi080 conmon[36722]: cluster 2023-12-25T20:33:58.291022+0000 mgr.smithi080.aipsvo (mgr.14180) 971 : 2023-12-25T20:33:59.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:33:58 smithi080 conmon[36722]: cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:33:59.273 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:01.161 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:01.161 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:01 smithi080 conmon[36722]: cluster 2023-12-25T20:34:00.291492+0000 mgr.smithi080.aipsvo (mgr.14180) 972 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:01.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:01 smithi129 conmon[41175]: cluster 2023-12-25T20:34:00.291492+0000 mgr.smithi080.aipsvo (mgr.14180) 972 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:01.789 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:02.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:02 smithi129 conmon[41175]: audit 2023-12-25T20:34:01.153910+0000 mgr.smithi080.aipsvo (mgr.14180) 973 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:02.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:02 smithi080 conmon[36722]: audit 2023-12-25T20:34:01.153910+0000 mgr.smithi080.aipsvo (mgr.14180) 973 2023-12-25T20:34:02.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:02 smithi080 conmon[36722]: : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:02.789 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:03.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:03 smithi080 conmon[36722]: cluster 2023-12-25T20:34:02.292329+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:34:03.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:03 smithi080 conmon[36722]: 974 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:03.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:03 smithi129 conmon[41175]: cluster 2023-12-25T20:34:02.292329+0000 mgr.smithi080.aipsvo (mgr.14180) 974 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:04.663 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:04.663 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:05.280 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:05 smithi080 conmon[36722]: cluster 2023-12-25T20:34:04.292970+0000 mgr.smithi080.aipsvo (mgr.14180) 975 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:05.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:05 smithi080 conmon[36722]: audit 2023-12-25T20:34:04.658824+0000 mgr.smithi080.aipsvo (mgr.14180) 976 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:05.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:05 smithi129 conmon[41175]: cluster 2023-12-25T20:34:04.292970+0000 mgr.smithi080.aipsvo (mgr.14180) 975 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:05.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:05 smithi129 conmon[41175]: audit 2023-12-25T20:34:04.658824+0000 mgr.smithi080.aipsvo (mgr.14180) 976 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:06.285 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:06 smithi080 conmon[36722]: cluster 2023-12-25T20:34:06.293685+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:34:07.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:06 smithi080 conmon[36722]: mgr.14180) 977 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:07.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:06 smithi129 conmon[41175]: cluster 2023-12-25T20:34:06.293685+0000 mgr.smithi080.aipsvo (mgr.14180) 977 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:08.116 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:08.116 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:08.738 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:09.739 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:09.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:09 smithi129 conmon[41175]: audit 2023-12-25T20:34:08.112236+0000 mgr.smithi080.aipsvo (mgr.14180) 978 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:09.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:09 smithi129 conmon[41175]: cluster 2023-12 2023-12-25T20:34:09.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:09 smithi129 conmon[41175]: -25T20:34:08.294413+0000 mgr.smithi080.aipsvo (mgr.14180) 979 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:09.772 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:09 smithi080 conmon[36722]: audit 2023-12-25T20:34:08.112236+0000 mgr.smithi080.aipsvo (mgr.14180) 978 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:09.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:09 smithi080 conmon[36722]: cluster 2023-12-25T20:34:08.294413+0000 mgr.smithi080.aipsvo (mgr.14180) 979 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:11.610 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:11.611 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:11.635 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:11 smithi080 conmon[36722]: cluster 2023-12-25T20:34:10.295076+0000 mgr.smithi080.aipsvo (mgr.14180) 980 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:11.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:11 smithi129 conmon[41175]: cluster 2023-12-25T20:34:10.295076+0000 mgr.smithi080.aipsvo (mgr.14180) 980 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:12.269 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:12.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:12 smithi080 conmon[36722]: audit 2023-12-25T20:34:11.605767+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:34:12.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:12 smithi080 conmon[36722]: 981 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:12.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:12 smithi129 conmon[41175]: audit 2023-12-25T20:34:11.605767+0000 mgr.smithi080.aipsvo (mgr.14180) 981 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:13.270 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:13.738 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:13 smithi080 conmon[36722]: cluster 2023-12-25T20:34:12.295753+0000 mgr.smithi080.aipsvo (mgr.14180) 982 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:13.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:13 smithi129 conmon[41175]: cluster 2023-12-25T20:34:12.295753+0000 mgr.smithi080.aipsvo (mgr.14180) 982 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:15.099 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:15.099 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:15.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:15 smithi080 conmon[36722]: cluster 2023-12-25T20:34:14.296343+0000 mgr.smithi080.aipsvo (mgr.14180) 983 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:15.743 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:15.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:15 smithi129 conmon[41175]: cluster 2023-12-25T20:34:14.296343+0000 mgr.smithi080.aipsvo (mgr.14180) 983 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:16.744 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:16.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:16 smithi129 conmon[41175]: audit 2023-12-25T20:34:15.095114+0000 mgr.smithi080.aipsvo (mgr.14180) 984 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:16.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:16 smithi080 conmon[36722]: audit 2023-12-25T20:34:15.095114+0000 mgr.smithi080.aipsvo (mgr.14180) 984 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:17.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:17 smithi080 conmon[36722]: cluster 2023-12-25T20:34:16.296999+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:34:17.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:17 smithi080 conmon[36722]: ) 985 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:17.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:17 smithi129 conmon[41175]: cluster 2023-12-25T20:34:16.296999+0000 mgr.smithi080.aipsvo (mgr.14180) 985 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:17.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:17 smithi129 conmon[41175]: 2023-12-25T20:34:18.643 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:18.643 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:19.218 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:19.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:19 smithi080 conmon[36722]: cluster 2023-12-25T20:34:18.297729+0000 mgr.smithi080.aipsvo (mgr.14180) 986 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:19.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:19 smithi080 conmon[36722]: audit 2023-12-25T20:34:18.639286+0000 mgr.smithi080.aipsvo (mgr.14180) 987 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:19.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:19 smithi129 conmon[41175]: cluster 2023-12-25T20:34:18.297729+0000 mgr.smithi080.aipsvo (mgr.14180) 986 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:19.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:19 smithi129 conmon[41175]: audit 2023-12-25T20:34:18.639286+0000 mgr.smithi080.aipsvo (mgr.14180) 987 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:20.219 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:21.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:21 smithi080 conmon[36722]: cluster 2023-12-25T20:34:20.298476+0000 mgr.smithi080.aipsvo (mgr.14180) 988 : cluster 2023-12-25T20:34:21.737 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:21 smithi080 conmon[36722]: [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:21.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:21 smithi129 conmon[41175]: cluster 2023-12-25T20:34:20.298476+0000 mgr.smithi080.aipsvo (mgr.14180) 988 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:22.115 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:22.116 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:22.735 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:23.736 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:23.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:23 smithi129 conmon[41175]: audit 2023-12-25T20:34:22.111547+0000 mgr.smithi080.aipsvo (mgr.14180) 989 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:23.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:23 smithi129 conmon[41175]: cluster 2023-12-25T20:34:22.299400+0000 mgr.smithi080.aipsvo (mgr.14180) 990 : cluster 2023-12-25T20:34:23.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:23 smithi129 conmon[41175]: [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:23.770 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:23 smithi080 conmon[36722]: audit 2023-12-25T20:34:22.111547+0000 mgr.smithi080.aipsvo (mgr.14180) 989 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:23.770 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:23 smithi080 conmon[36722]: cluster 2023-12-25T20:34:22.299400+0000 mgr.smithi080.aipsvo (mgr.14180) 990 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:25.605 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:25.605 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:25.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:25 smithi129 conmon[41175]: cluster 2023-12-25T20:34:24.299984+0000 mgr.smithi080.aipsvo (mgr.14180) 991 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:25.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:25 smithi080 conmon[36722]: cluster 2023-12-25T20:34:24.299984+0000 mgr.smithi080.aipsvo (mgr.14180) 991 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:26.234 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:26.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:26 smithi080 conmon[36722]: audit 2023-12-25T20:34:25.601601+0000 mgr.smithi080.aipsvo (mgr.14180) 992 : audit 2023-12-25T20:34:26.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:26 smithi080 conmon[36722]: [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:26.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:26 smithi129 conmon[41175]: audit 2023-12-25T20:34:25.601601+0000 mgr.smithi080.aipsvo (mgr.14180) 992 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:27.235 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:27.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:27 smithi080 conmon[36722]: cluster 2023-12-25T20:34:26.300785+0000 mgr.smithi080.aipsvo (mgr.14180) 993 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:27.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:27 smithi129 conmon[41175]: cluster 2023-12-25T20:34:26.300785+0000 mgr.smithi080.aipsvo (mgr.14180) 993 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:29.131 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:29.131 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:29.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:29 smithi080 conmon[36722]: cluster 2023-12-25T20:34:28.301528+0000 mgr.smithi080.aipsvo (mgr.14180) 994 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:29.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:29 smithi129 conmon[41175]: cluster 2023-12-25T20:34:28.301528+0000 mgr.smithi080.aipsvo (mgr.14180) 994 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:29.783 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:30.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:30 smithi129 conmon[41175]: audit 2023-12-25T20:34:29.126923+0000 mgr.smithi080.aipsvo (mgr.14180) 995 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:30.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:30 smithi080 conmon[36722]: audit 2023-12-25T20:34:29.126923+0000 mgr.smithi080.aipsvo (mgr.14180) 995 : audit 2023-12-25T20:34:30.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:30 smithi080 conmon[36722]: [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:30.783 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:31.709 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:31 smithi080 conmon[36722]: cluster 2023-12-25T20:34:30.302059+0000 mgr.smithi080.aipsvo 2023-12-25T20:34:31.709 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:31 smithi080 conmon[36722]: (mgr.14180) 996 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:31.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:31 smithi129 conmon[41175]: cluster 2023-12-25T20:34:30.302059+0000 mgr.smithi080.aipsvo (mgr.14180) 996 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:32.721 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:32.721 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:22.963839Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:22.963983Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:22.964058Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:22.964124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:22.964225Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:22.964475Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:32.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:32 smithi129 conmon[41175]: audit 2023-12-25T20:34:32.283798+0000 mon.smithi080 (mon.0) 722 : audit [DBG] 2023-12-25T20:34:32.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:32 smithi129 conmon[41175]: from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:34:32.748 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:32 smithi080 conmon[36722]: audit 2023-12-25T20:34:32.283798+0000 mon.smithi080 (mon.0) 722 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:34:33.332 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:33.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:33 smithi080 conmon[36722]: cluster 2023-12-25T20:34:32.302921+0000 2023-12-25T20:34:33.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:33 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14180) 997 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:33.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:33 smithi080 conmon[36722]: audit 2023-12-25T20:34 2023-12-25T20:34:33.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:33 smithi080 conmon[36722]: :32.560571+0000 mon.smithi080 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:34:33.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:33 smithi080 conmon[36722]: audit 2023- 2023-12-25T20:34:33.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:33 smithi080 conmon[36722]: 12-25T20:34:32.717841 2023-12-25T20:34:33.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:33 smithi080 conmon[36722]: +0000 mgr.smithi080.aipsvo (mgr.14180) 998 : 2023-12-25T20:34:33.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:33 smithi080 conmon[36722]: audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:33.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:33 smithi129 conmon[41175]: cluster 2023-12-25T20:34:32.302921+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:34:33.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:33 smithi129 conmon[41175]: 997 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:33.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:33 smithi129 conmon[41175]: audit 2023-12-25T20:34:32.560571+0000 mon.smithi080 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:34:33.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:33 smithi129 conmon[41175]: audit 2023-12-25T20:34:32.717841+0000 mgr.smithi080.aipsvo (mgr.14180) 998 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:34.333 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:35.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:35 smithi080 conmon[36722]: audit 2023-12-25T20:34:34.053061+0000 mon.smithi080 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:34:35.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:35 smithi080 conmon[36722]: cluster 2023-12-25T20:34:34.303638+0000 mgr.smithi080.aipsvo (mgr.14180) 999 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:35.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:35 smithi129 conmon[41175]: audit 2023-12-25T20:34:34.053061+0000 mon.smithi080 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:34:35.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:35 smithi129 conmon[41175]: cluster 2023-12-25T20:34:34.303638+0000 mgr.smithi080.aipsvo (mgr.14180) 999 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:36.879 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:36.879 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:28:25.515505Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:28:25.515568Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:28:25.515627Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:28:25.515421Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:28:25.515284Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:28:25.515702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:28:25.515825Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:28:25.515763Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:28:25.516077Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:37.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:36 smithi129 conmon[41175]: cluster 2023-12-25T20:34:36.304276+0000 mgr.smithi080.aipsvo (mgr.14180) 1000 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:37.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:36 smithi080 conmon[36722]: cluster 2023-12-25T20:34:36.304276+0000 mgr.smithi080.aipsvo (mgr.14180) 1000 2023-12-25T20:34:37.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:36 smithi080 conmon[36722]: : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:37.518 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:38.519 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:38.951 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:38 smithi080 conmon[36722]: audit 2023-12-25T20:34:36.875023+0000 mgr.smithi080.aipsvo (mgr.14180) 1001 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:38.951 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:38 smithi080 conmon[36722]: audit 2023-12-25T20:34:37.675924+0000 mon.smithi080 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:34:38.951 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:38 smithi080 conmon[36722]: audit 2023-12-25T20:34:37.987687+0000 mon.smithi080 (mon.0) 726 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:34:38.951 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:38 smithi080 conmon[36722]: audit 2023-12-25T20:34:37.988336+0000 mon.smithi080 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:34:38.951 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:38 smithi080 conmon[36722]: audit 2023-12-25T20:34:37.992560+0000 mon.smithi080 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:34:38.951 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:38 smithi080 conmon[36722]: audit 2023-12-25T20:34:37.996247+0000 mon.smithi080 (mon.0) 729 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:34:38.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:38 smithi129 conmon[41175]: audit 2023-12-25T20:34:36.875023+0000 mgr.smithi080.aipsvo (mgr.14180) 1001 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:38.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:38 smithi129 conmon[41175]: audit 2023-12-25T20:34:37.675924+0000 mon.smithi080 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:34:38.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:38 smithi129 conmon[41175]: audit 2023-12-25T20:34:37.987687+0000 mon.smithi080 (mon.0 2023-12-25T20:34:38.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:38 smithi129 conmon[41175]: ) 726 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:34:38.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:38 smithi129 conmon[41175]: audit 2023-12-25 2023-12-25T20:34:38.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:38 smithi129 conmon[41175]: T20:34:37.988336+0000 mon.smithi080 (mon.0) 727 : audit 2023-12-25T20:34:38.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:38 smithi129 conmon[41175]: [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:34:38.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:38 smithi129 conmon[41175]: audit 2023-12-25T20:34:38.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:38 smithi129 conmon[41175]: 2023-12-25T20:34:37.992560+0000 mon.smithi080 (mon 2023-12-25T20:34:38.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:38 smithi129 conmon[41175]: .0) 728 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:34:38.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:38 smithi129 conmon[41175]: audit 2023-12-25T20 2023-12-25T20:34:38.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:38 smithi129 conmon[41175]: :34:37.996247+0000 mon.smithi080 (mon.0 2023-12-25T20:34:38.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:38 smithi129 conmon[41175]: ) 729 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:34:39.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:39 smithi129 conmon[41175]: cluster 2023-12-25T20:34:37.993138+0000 mgr.smithi080.aipsvo (mgr.14180) 1002 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:39.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:39 smithi129 conmon[41175]: cephadm 2023-12-25T20:34:38.001599+0000 mgr.smithi080.aipsvo (mgr.14180) 1003 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi129.gqzpam on smithi129 2023-12-25T20:34:39.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:39 smithi129 conmon[41175]: cluster 2023-12-25T20:34:38.990833+0000 mon.smithi080 (mon.0) 730 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T20:34:39.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:39 smithi129 conmon[41175]: cluster 2023-12-25T20:34:38.990861+0000 mon.smithi080 (mon.0) 731 : cluster 2023-12-25T20:34:39.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:39 smithi129 conmon[41175]: [INF] Cluster is now healthy 2023-12-25T20:34:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:39 smithi080 conmon[36722]: cluster 2023-12-25T20:34:37.993138+0000 mgr.smithi080.aipsvo (mgr.14180) 1002 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:39 smithi080 conmon[36722]: cephadm 2023-12-25T20:34:38.001599+0000 mgr.smithi080.aipsvo (mgr.14180) 1003 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi129.gqzpam on smithi129 2023-12-25T20:34:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:39 smithi080 conmon[36722]: cluster 2023-12-25T20:34:38.990833+0000 mon.smithi080 (mon.0) 730 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T20:34:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:39 smithi080 conmon[36722]: cluster 2023-12-25T20:34:38.990861+0000 mon.smithi080 (mon.0) 731 : cluster [INF] Cluster is now healthy 2023-12-25T20:34:40.406 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:40.406 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:40.991 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:41.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:41 smithi080 conmon[36722]: cluster 2023-12-25T20:34:39.993501+0000 mgr.smithi080.aipsvo (mgr.14180) 1004 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:41.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:41 smithi080 conmon[36722]: audit 2023-12-25T20:34:40.163793+0000 mon.smithi080 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:34:41.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:41 smithi080 conmon[36722]: audit 2023-12-25T20:34:40.401677+0000 mgr.smithi080.aipsvo (mgr.14180) 1005 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:41 smithi129 conmon[41175]: cluster 2023-12-25T20:34:39.993501+0000 mgr.smithi080.aipsvo (mgr.14180) 1004 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:41 smithi129 conmon[41175]: audit 2023-12-25T20:34:40.163793+0000 mon.smithi080 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:34:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:41 smithi129 conmon[41175]: audit 2023-12-25T20:34:40.401677+0000 mgr.smithi080.aipsvo (mgr.14180) 1005 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:41.991 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:43.491 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:43 smithi080 conmon[36722]: cluster 2023-12-25T20:34:41.994263+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:34:43.491 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:43 smithi080 conmon[36722]: 1006 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:43 smithi129 conmon[41175]: cluster 2023-12-25T20:34:41.994263+0000 mgr.smithi080.aipsvo (mgr.14180) 1006 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:43 smithi129 conmon[41175]: 2023-12-25T20:34:43.880 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:43.880 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:44.530 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:45 smithi129 conmon[41175]: audit 2023-12-25T20:34:43.877152+0000 mgr.smithi080.aipsvo (mgr.14180) 1007 : audit 2023-12-25T20:34:45.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:45 smithi129 conmon[41175]: [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:45.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:45 smithi129 conmon[41175]: cluster 2023-12-25T20:34:43.994896+0000 mgr.smithi080.aipsvo (mgr.14180) 1008 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:45.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:45 smithi080 conmon[36722]: audit 2023-12-25T20:34:43.877152+0000 mgr.smithi080.aipsvo (mgr.14180) 1007 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:45.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:45 smithi080 conmon[36722]: cluster 2023-12-25T20:34:43.994896+0000 mgr.smithi080.aipsvo (mgr.14180) 1008 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:45.531 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:47.107 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:46 smithi080 conmon[36722]: cluster 2023-12-25T20:34:45.995544+0000 mgr.smithi080.aipsvo (mgr.14180) 1009 2023-12-25T20:34:47.107 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:46 smithi080 conmon[36722]: : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:47.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:46 smithi129 conmon[41175]: cluster 2023-12-25T20:34:45.995544+0000 mgr.smithi080.aipsvo (mgr.14180) 1009 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:47.249 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:46 smithi129 conmon[41175]: 2023-12-25T20:34:47.423 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:47.424 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:47.971 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:47 smithi129 conmon[41175]: audit 2023-12-25T20:34:47.420490+0000 mgr.smithi080.aipsvo (mgr.14180) 1010 : audit 2023-12-25T20:34:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:47 smithi129 conmon[41175]: [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:48.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:47 smithi080 conmon[36722]: audit 2023-12-25T20:34:47.420490+0000 mgr.smithi080.aipsvo (mgr.14180) 1010 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:48.972 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:49.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:48 smithi129 conmon[41175]: cluster 2023-12-25T20:34:47.996058+0000 mgr.smithi080.aipsvo (mgr.14180) 1011 : cluster [DBG] 2023-12-25T20:34:49.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:48 smithi129 conmon[41175]: pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:49.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:48 smithi080 conmon[36722]: cluster 2023-12-25T20:34:47.996058+0000 mgr.smithi080.aipsvo (mgr.14180) 1011 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:50.940 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:50.941 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:51.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:51 smithi080 conmon[36722]: cluster 2023-12-25T20:34:49.996375+0000 mgr.smithi080.aipsvo (mgr.14180) 1012 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:51 smithi129 conmon[41175]: cluster 2023-12-25T20:34:49.996375+0000 mgr.smithi080.aipsvo (mgr.14180) 1012 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:51.604 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:52.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:52 smithi129 conmon[41175]: audit 2023-12-25T20:34:50.936694+0000 mgr.smithi080.aipsvo (mgr.14180) 1013 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:52.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:52 smithi129 conmon[41175]: 2023-12-25T20:34:52.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:52 smithi080 conmon[36722]: audit 2023-12-25T20:34:50.936694+0000 mgr.smithi080.aipsvo (mgr.14180) 1013 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:52.605 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:53.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:53 smithi080 conmon[36722]: cluster 2023-12-25T20:34:51.996925+0000 mgr.smithi080.aipsvo (mgr.14180) 1014 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:53.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:53 smithi129 conmon[41175]: cluster 2023-12-25T20:34:51.996925+0000 mgr.smithi080.aipsvo (mgr.14180) 1014 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:54.466 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:54.466 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:55.028 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:55 smithi080 conmon[36722]: cluster 2023-12-25T20:34:53.997408+0000 mgr.smithi080.aipsvo (mgr.14180) 1015 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:55 smithi080 conmon[36722]: audit 2023-12-25T20:34:54.461923+0000 mgr.smithi080.aipsvo (mgr.14180) 1016 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:55 smithi129 conmon[41175]: cluster 2023-12-25T20:34:53.997408+0000 mgr.smithi080.aipsvo (mgr.14180) 1015 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:55 smithi129 conmon[41175]: 2023-12-25T20:34:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:55 smithi129 conmon[41175]: audit 2023-12-25T20:34:54.461923+0000 mgr.smithi080.aipsvo (mgr.14180) 1016 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:56.029 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:34:57.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:56 smithi129 conmon[41175]: cluster 2023-12-25T20:34:55.998108+0000 mgr.smithi080.aipsvo (mgr.14180) 1017 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:57.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:56 smithi080 conmon[36722]: cluster 2023-12-25T20:34:55.998108+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:34:57.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:56 smithi080 conmon[36722]: 1017 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:57.949 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:34:57.950 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:34:58.552 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:34:59.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:59 smithi129 conmon[41175]: audit 2023-12-25T20:34:57.945622+0000 mgr.smithi080.aipsvo (mgr.14180) 1018 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:59.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:34:59 smithi129 conmon[41175]: cluster 2023-12-25T20:34:57.998624+0000 mgr.smithi080.aipsvo (mgr.14180) 1019 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:59.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:59 smithi080 conmon[36722]: audit 2023-12-25T20:34:57.945622+0000 mgr.smithi080.aipsvo (mgr.14180) 1018 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:34:59.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:34:59 smithi080 conmon[36722]: cluster 2023-12-25T20:34:57.998624+0000 mgr.smithi080.aipsvo (mgr.14180) 1019 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:34:59.552 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:01.104 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:01 smithi080 conmon[36722]: cluster 2023-12-25T20:34:59.998954+0000 mgr.smithi080.aipsvo (mgr.14180) 1020 : cluster 2023-12-25T20:35:01.104 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:01 smithi080 conmon[36722]: [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:01.474 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:01.474 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:01.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:01 smithi129 conmon[41175]: cluster 2023-12-25T20:34:59.998954+0000 mgr.smithi080.aipsvo (mgr.14180) 1020 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:02.118 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:02.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:02 smithi129 conmon[41175]: audit 2023-12-25T20:35:01.469795+0000 mgr.smithi080.aipsvo (mgr.14180) 1021 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:02.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:02 smithi080 conmon[36722]: audit 2023-12-25T20:35:01.469795+0000 mgr.smithi080.aipsvo (mgr.14180) 1021 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:03.120 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:03.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:03 smithi080 conmon[36722]: cluster 2023-12-25T20:35:01.999584+0000 mgr.smithi080.aipsvo (mgr.14180) 1022 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:03 smithi129 conmon[41175]: cluster 2023-12-25T20:35:01.999584+0000 mgr.smithi080.aipsvo (mgr.14180) 1022 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:04.993 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:04.994 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:05.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:05 smithi080 conmon[36722]: cluster 2023-12-25T20:35:04.000011+0000 mgr.smithi080.aipsvo (mgr.14180) 1023 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:05 smithi129 conmon[41175]: cluster 2023-12-25T20:35:04.000011+0000 mgr.smithi080.aipsvo (mgr.14180) 1023 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:05.594 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:06.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:06 smithi129 conmon[41175]: audit 2023-12-25T20:35:04.989312+0000 mgr.smithi080.aipsvo (mgr.14180) 1024 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:06.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:06 smithi080 conmon[36722]: audit 2023-12-25T20:35:04.989312+0000 mgr.smithi080.aipsvo (mgr.14180) 1024 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:06.595 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:07.475 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:07 smithi080 conmon[36722]: cluster 2023-12-25T20:35:06.000511+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:35:07.475 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:07 smithi080 conmon[36722]: ) 1025 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:07.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:07 smithi129 conmon[41175]: cluster 2023-12-25T20:35:06.000511+0000 mgr.smithi080.aipsvo (mgr.14180) 1025 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:08.558 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:08.558 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:09.193 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:09 smithi129 conmon[41175]: cluster 2023-12-25T20:35:08.001201+0000 mgr.smithi080.aipsvo (mgr.14180) 1026 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:09 smithi129 conmon[41175]: audit 2023-12-25T20:35:08.553938+0000 mgr.smithi080.aipsvo (mgr.14180) 1027 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:09.526 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:09 smithi080 conmon[36722]: cluster 2023-12-25T20:35:08.001201+0000 mgr.smithi080.aipsvo (mgr.14180) 1026 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:09.526 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:09 smithi080 conmon[36722]: audit 2023-12-25T20:35:08.553938+0000 mgr.smithi080.aipsvo (mgr.14180) 1027 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:10.194 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:11 smithi129 conmon[41175]: cluster 2023-12-25T20:35:10.001604+0000 mgr.smithi080.aipsvo (mgr.14180) 1028 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:11 smithi129 conmon[41175]: 2023-12-25T20:35:11.500 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:11 smithi080 conmon[36722]: cluster 2023-12-25T20:35:10.001604+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:35:11.500 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:11 smithi080 conmon[36722]: ) 1028 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:12.074 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:12.075 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:12.656 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:13 smithi080 conmon[36722]: cluster 2023-12-25T20:35:12.002174+0000 mgr.smithi080.aipsvo (mgr.14180) 1029 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:13 smithi080 conmon[36722]: audit 2023-12-25T20:35:12.070332+0000 mgr.smithi080.aipsvo (mgr.14180) 1030 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:13 smithi129 conmon[41175]: cluster 2023-12-25T20:35:12.002174+0000 mgr.smithi080.aipsvo (mgr.14180) 1029 : cluster 2023-12-25T20:35:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:13 smithi129 conmon[41175]: [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:13 smithi129 conmon[41175]: audit 2023-12-25T20:35:12.070332+0000 mgr.smithi080.aipsvo (mgr.14180) 1030 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:13.657 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:15.233 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:15 smithi080 conmon[36722]: cluster 2023-12-25T20:35:14.002670+0000 mgr.smithi080.aipsvo (mgr.14180) 1031 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:15 smithi129 conmon[41175]: cluster 2023-12-25T20:35:14.002670+0000 mgr.smithi080.aipsvo (mgr.14180) 1031 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:15 smithi129 conmon[41175]: 2023-12-25T20:35:15.584 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:15.584 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:16.214 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:16.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:16 smithi129 conmon[41175]: audit 2023-12-25T20:35:15.580477+0000 mgr.smithi080.aipsvo (mgr.14180) 1032 : audit [DBG] 2023-12-25T20:35:16.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:16 smithi129 conmon[41175]: from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:16.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:16 smithi080 conmon[36722]: audit 2023-12-25T20:35:15.580477+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:35:16.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:16 smithi080 conmon[36722]: 14180) 1032 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:17.215 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:17.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:17 smithi129 conmon[41175]: cluster 2023-12-25T20:35:16.003125+0000 mgr.smithi080.aipsvo (mgr.14180) 1033 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:17.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:17 smithi080 conmon[36722]: cluster 2023-12-25T20:35:16.003125+0000 mgr.smithi080.aipsvo (mgr.14180) 1033 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:19.169 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:19.169 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:19.398 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:19 smithi080 conmon[36722]: cluster 2023-12-25T20:35:18.003757+0000 mgr.smithi080.aipsvo (mgr.14180) 1034 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:19 smithi129 conmon[41175]: cluster 2023-12-25T20:35:18.003757+0000 mgr.smithi080.aipsvo (mgr.14180) 1034 : cluster 2023-12-25T20:35:19.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:19 smithi129 conmon[41175]: [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:19.788 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:20.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:20 smithi129 conmon[41175]: audit 2023-12-25T20:35:19.165068+0000 mgr.smithi080.aipsvo (mgr.14180) 1035 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:20.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:20 smithi129 conmon[41175]: 2023-12-25T20:35:20.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:20 smithi080 conmon[36722]: audit 2023-12-25T20:35:19.165068+0000 mgr.smithi080.aipsvo (mgr.14180) 1035 : audit [DBG] 2023-12-25T20:35:20.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:20 smithi080 conmon[36722]: from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:20.789 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:21.456 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:21 smithi080 conmon[36722]: cluster 2023-12-25T20:35:20.004120+0000 mgr.smithi080.aipsvo (mgr.14180) 1036 : cluster 2023-12-25T20:35:21.456 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:21 smithi080 conmon[36722]: [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:21 smithi129 conmon[41175]: cluster 2023-12-25T20:35:20.004120+0000 mgr.smithi080.aipsvo (mgr.14180) 1036 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:22.681 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:22.682 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:23.279 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:23.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:23 smithi080 conmon[36722]: cluster 2023-12-25T20:35:22.004831+0000 mgr.smithi080.aipsvo (mgr.14180) 1037 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:23.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:23 smithi080 conmon[36722]: audit 2023-12-25T20:35:22.677490+0000 mgr.smithi080.aipsvo (mgr.14180) 1038 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:23 smithi129 conmon[41175]: cluster 2023-12-25T20:35:22.004831+0000 mgr.smithi080.aipsvo 2023-12-25T20:35:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:23 smithi129 conmon[41175]: (mgr.14180) 1037 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:23 smithi129 conmon[41175]: audit 2023-12-25T20:35:22.677490+0000 mgr.smithi080.aipsvo (mgr.14180) 1038 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:24.280 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:25 smithi129 conmon[41175]: cluster 2023-12-25T20:35:24.005354+0000 mgr.smithi080.aipsvo (mgr.14180) 1039 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:25 smithi080 conmon[36722]: cluster 2023-12-25T20:35:24.005354+0000 mgr.smithi080.aipsvo (mgr.14180) 1039 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:25 smithi080 conmon[36722]: 2023-12-25T20:35:26.206 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:26.206 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:26.794 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:27.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:26 smithi129 conmon[41175]: cluster 2023-12-25T20:35:26.005877+0000 mgr.smithi080.aipsvo (mgr.14180) 1040 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:27.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:26 smithi129 conmon[41175]: 2023-12-25T20:35:27.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:26 smithi129 conmon[41175]: audit 2023-12-25T20:35:26.202452+0000 mgr.smithi080.aipsvo (mgr.14180) 1041 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:26 smithi080 conmon[36722]: cluster 2023-12-25T20:35:26.005877+0000 mgr.smithi080.aipsvo (mgr.14180) 1040 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:26 smithi080 conmon[36722]: audit 2023-12-25T20:35:26.202452+0000 mgr.smithi080.aipsvo (mgr.14180) 1041 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:27.795 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:29.321 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:29 smithi080 conmon[36722]: cluster 2023-12-25T20:35:28.006480+0000 mgr.smithi080.aipsvo (mgr.14180) 1042 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:29.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:29 smithi129 conmon[41175]: cluster 2023-12-25T20:35:28.006480+0000 mgr.smithi080.aipsvo (mgr.14180) 1042 : cluster 2023-12-25T20:35:29.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:29 smithi129 conmon[41175]: [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:29.690 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:29.690 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:30.337 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:30 smithi080 conmon[36722]: audit 2023-12-25T20:35:29.686606+0000 mgr.smithi080.aipsvo (mgr.14180) 1043 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:30.353 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:30.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:30 smithi129 conmon[41175]: audit 2023-12-25T20:35:29.686606+0000 mgr.smithi080.aipsvo (mgr.14180) 1043 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:31.354 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:31.387 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:31 smithi080 conmon[36722]: cluster 2023-12-25T20:35:30.006896+0000 mgr.smithi080.aipsvo (mgr.14180) 1044 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:31 smithi129 conmon[41175]: cluster 2023-12-25T20:35:30.006896+0000 mgr.smithi080.aipsvo (mgr.14180) 1044 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:33.241 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:33.241 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:33.266 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:33 smithi080 conmon[36722]: cluster 2023-12-25T20:35:32.007595+0000 mgr.smithi080.aipsvo (mgr.14180) 1045 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:33 smithi129 conmon[41175]: cluster 2023-12-25T20:35:32.007595+0000 mgr.smithi080.aipsvo (mgr.14180) 1045 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:33 smithi129 conmon[41175]: 2023-12-25T20:35:33.935 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:34.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:34 smithi080 conmon[36722]: audit 2023-12-25T20:35:33.236468+0000 mgr.smithi080.aipsvo (mgr.14180) 1046 : audit [DBG] 2023-12-25T20:35:34.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:34 smithi080 conmon[36722]: from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:34.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:34 smithi129 conmon[41175]: audit 2023-12-25T20:35:33.236468+0000 mgr.smithi080.aipsvo (mgr.14180) 1046 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:34.936 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:35.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:35 smithi080 conmon[36722]: cluster 2023-12-25T20:35:34.008247+0000 mgr.smithi080.aipsvo (mgr.14180) 1047 : 2023-12-25T20:35:35.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:35 smithi080 conmon[36722]: cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:35 smithi129 conmon[41175]: cluster 2023-12-25T20:35:34.008247+0000 mgr.smithi080.aipsvo (mgr.14180) 1047 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:36.789 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:36.789 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:37.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:36 smithi080 conmon[36722]: cluster 2023-12-25T20:35:36.008660+0000 mgr.smithi080.aipsvo (mgr.14180) 1048 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:37.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:36 smithi080 conmon[36722]: audit 2023-12-25T20:35:36.785432+0000 mgr.smithi080.aipsvo (mgr.14180) 1049 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:37.435 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:37.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:36 smithi129 conmon[41175]: cluster 2023-12-25T20:35:36.008660+0000 mgr.smithi080.aipsvo (mgr.14180) 1048 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:37.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:36 smithi129 conmon[41175]: audit 2023-12- 2023-12-25T20:35:37.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:36 smithi129 conmon[41175]: 25T20:35:36.785432+0000 mgr.smithi080.aipsvo (mgr.14180) 1049 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:38.435 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:39.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:39 smithi080 conmon[36722]: cluster 2023-12-25T20:35:38.009219+0000 mgr.smithi080.aipsvo (mgr.14180) 1050 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:39 smithi129 conmon[41175]: cluster 2023-12-25T20:35:38.009219+0000 mgr.smithi080.aipsvo (mgr.14180) 1050 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:40.338 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:40.339 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:40.919 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:41.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:41 smithi080 conmon[36722]: cluster 2023-12-25T20:35:40.009537+0000 mgr.smithi080.aipsvo (mgr.14180) 1051 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:41.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:41 smithi080 conmon[36722]: audit 2023-12-25T20:35:40.334767+0000 mgr.smithi080.aipsvo (mgr.14180) 1052 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:41 smithi129 conmon[41175]: cluster 2023-12-25T20:35:40.009537+0000 mgr.smithi080.aipsvo (mgr.14180) 1051 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:41 smithi129 conmon[41175]: audit 2023-12-25T20:35:40.334767+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:35:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:41 smithi129 conmon[41175]: 1052 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:41.920 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:43.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:43 smithi080 conmon[36722]: cluster 2023-12-25T20:35:42.010223+0000 mgr.smithi080.aipsvo (mgr.14180) 1053 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:43 smithi129 conmon[41175]: cluster 2023-12-25T20:35:42.010223+0000 mgr.smithi080.aipsvo (mgr.14180) 1053 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:43.803 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:43.803 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:44.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:44 smithi080 conmon[36722]: audit 2023-12-25T20:35:43.798945+0000 mgr.smithi080.aipsvo (mgr.14180) 1054 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:44.408 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:44.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:44 smithi129 conmon[41175]: audit 2023-12-25T20:35:43.798945+0000 mgr.smithi080.aipsvo (mgr.14180) 1054 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:44.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:44 smithi129 conmon[41175]: 2023-12-25T20:35:45.409 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:45.446 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:45 smithi080 conmon[36722]: cluster 2023-12-25T20:35:44.010690+0000 mgr.smithi080.aipsvo (mgr.14180) 1055 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:45 smithi129 conmon[41175]: cluster 2023-12-25T20:35:44.010690+0000 mgr.smithi080.aipsvo (mgr.14180) 1055 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:47.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:46 smithi080 conmon[36722]: cluster 2023-12-25T20:35:46.011135+0000 mgr.smithi080.aipsvo 2023-12-25T20:35:47.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:46 smithi080 conmon[36722]: (mgr.14180) 1056 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:47.322 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:47.322 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:47.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:47 smithi129 conmon[41175]: cluster 2023-12-25T20:35:46.011135+0000 mgr.smithi080.aipsvo (mgr.14180) 1056 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:47.907 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:48.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:48 smithi080 conmon[36722]: audit 2023-12-25T20:35:47.319154+0000 mgr.smithi080.aipsvo (mgr.14180) 1057 : 2023-12-25T20:35:48.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:48 smithi080 conmon[36722]: audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:48.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:48 smithi129 conmon[41175]: audit 2023-12-25T20:35:47.319154+0000 mgr.smithi080.aipsvo (mgr.14180) 1057 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:48.908 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:49.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:49 smithi129 conmon[41175]: cluster 2023-12-25T20:35:48.011741+0000 mgr.smithi080.aipsvo (mgr.14180) 1058 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:49.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:49 smithi080 conmon[36722]: cluster 2023-12-25T20:35:48.011741+0000 mgr.smithi080.aipsvo (mgr.14180) 1058 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:50.750 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:50.750 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:51.375 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:51 smithi080 conmon[36722]: cluster 2023-12-25T20:35:50.012082+0000 mgr.smithi080.aipsvo (mgr.14180) 1059 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:51.375 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:51 smithi080 conmon[36722]: audit 2023-12-25T20:35:50.746971+0000 mgr.smithi080.aipsvo (mgr.14180) 1060 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:51.389 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:51 smithi129 conmon[41175]: cluster 2023-12-25T20:35:50.012082+0000 mgr.smithi080.aipsvo (mgr.14180) 1059 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:51 smithi129 conmon[41175]: audit 2023-12-25T20:35:50.746971+0000 mgr.smithi080.aipsvo (mgr.14180) 1060 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:52.390 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:53.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:53 smithi080 conmon[36722]: cluster 2023-12-25T20:35:52.012725+0000 mgr.smithi080.aipsvo (mgr.14180) 1061 2023-12-25T20:35:53.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:53 smithi080 conmon[36722]: : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:53 smithi129 conmon[41175]: cluster 2023-12-25T20:35:52.012725+0000 mgr.smithi080.aipsvo (mgr.14180) 1061 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:54.248 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:54.248 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:54.839 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:55 smithi129 conmon[41175]: cluster 2023-12-25T20:35:54.013189+0000 mgr.smithi080.aipsvo (mgr.14180) 1062 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:55 smithi129 conmon[41175]: 2023-12-25T20:35:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:55 smithi129 conmon[41175]: audit 2023-12-25T20:35:54.243946+0000 mgr.smithi080.aipsvo (mgr.14180) 1063 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:55 smithi080 conmon[36722]: cluster 2023-12-25T20:35:54.013189+0000 mgr.smithi080.aipsvo (mgr.14180) 1062 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:55 smithi080 conmon[36722]: audit 2023-12- 2023-12-25T20:35:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:55 smithi080 conmon[36722]: 25T20:35:54.243946+0000 mgr.smithi080.aipsvo (mgr.14180) 1063 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:55.840 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:35:57.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:57 smithi080 conmon[36722]: cluster 2023-12-25T20:35:56.013647+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:35:57.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:57 smithi080 conmon[36722]: 1064 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:57.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:57 smithi129 conmon[41175]: cluster 2023-12-25T20:35:56.013647+0000 mgr.smithi080.aipsvo (mgr.14180) 1064 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:57.733 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:35:57.733 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:35:58.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:58 smithi080 conmon[36722]: audit 2023-12-25T20:35:57.729041+0000 mgr.smithi080.aipsvo (mgr.14180) 1065 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:58.312 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:35:58.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:58 smithi129 conmon[41175]: audit 2023-12-25T20:35:57.729041+0000 mgr.smithi080.aipsvo (mgr.14180) 1065 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:35:59.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:59 smithi129 conmon[41175]: cluster 2023-12-25T20:35:58.014297+0000 mgr.smithi080.aipsvo (mgr.14180) 1066 : cluster [DBG] 2023-12-25T20:35:59.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:35:59 smithi129 conmon[41175]: pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:59.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:59 smithi080 conmon[36722]: cluster 2023-12-25T20:35:58.014297+0000 mgr.smithi080.aipsvo (mgr.14180) 1066 2023-12-25T20:35:59.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:35:59 smithi080 conmon[36722]: : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:35:59.313 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:01.259 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:01.259 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:01.489 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:01 smithi080 conmon[36722]: cluster 2023-12-25T20:36:00.014632+0000 mgr.smithi080.aipsvo (mgr.14180) 1067 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:01 smithi129 conmon[41175]: cluster 2023-12-25T20:36:00.014632+0000 mgr.smithi080.aipsvo (mgr.14180) 1067 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:01.913 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:02.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:02 smithi080 conmon[36722]: audit 2023-12-25T20:36:01.255247+0000 mgr.smithi080.aipsvo (mgr.14180) 1068 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:02.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:02 smithi129 conmon[41175]: audit 2023-12-25T20:36:01.255247+0000 mgr.smithi080.aipsvo (mgr.14180) 1068 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:02.916 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:03.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:03 smithi080 conmon[36722]: cluster 2023-12-25T20:36:02.015193+0000 mgr.smithi080.aipsvo (mgr.14180) 1069 : 2023-12-25T20:36:03.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:03 smithi080 conmon[36722]: cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:03 smithi129 conmon[41175]: cluster 2023-12-25T20:36:02.015193+0000 mgr.smithi080.aipsvo (mgr.14180) 1069 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:04.792 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:04.792 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:05.453 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:05 smithi080 conmon[36722]: cluster 2023-12-25T20:36:04.015702+0000 mgr.smithi080.aipsvo (mgr.14180) 1070 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:05.453 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:05 smithi080 conmon[36722]: audit 2023-12-25T20:36:04.787987+0000 mgr.smithi080.aipsvo (mgr.14180) 1071 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:05.470 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:05 smithi129 conmon[41175]: cluster 2023-12-25T20:36:04.015702+0000 mgr.smithi080.aipsvo (mgr.14180) 1070 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:05 smithi129 conmon[41175]: 2023-12-25T20:36:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:05 smithi129 conmon[41175]: audit 2023-12-25T20:36:04.787987+0000 mgr.smithi080.aipsvo (mgr.14180) 1071 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:06.471 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:07.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:07 smithi080 conmon[36722]: cluster 2023-12-25T20:36:06.016133+0000 mgr.smithi080.aipsvo (mgr.14180) 1072 : 2023-12-25T20:36:07.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:07 smithi080 conmon[36722]: cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:07.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:07 smithi129 conmon[41175]: cluster 2023-12-25T20:36:06.016133+0000 mgr.smithi080.aipsvo (mgr.14180) 1072 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:08.274 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:08.274 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:08.860 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:09.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:09 smithi080 conmon[36722]: cluster 2023-12-25T20:36:08.016686+0000 mgr.smithi080.aipsvo (mgr.14180) 1073 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:09.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:09 smithi080 conmon[36722]: audit 2023-12-25T20:36:08.270385+0000 mgr.smithi080.aipsvo (mgr.14180) 1074 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:09 smithi129 conmon[41175]: cluster 2023-12-25T20:36:08.016686+0000 mgr.smithi080.aipsvo (mgr.14180) 1073 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:09 smithi129 conmon[41175]: audit 2023-12-25T20:36:08.270385+0000 mgr.smithi080.aipsvo (mgr.14180) 1074 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:09.862 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:11.405 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:11 smithi080 conmon[36722]: cluster 2023-12-25T20:36:10.017072+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:36:11.405 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:11 smithi080 conmon[36722]: 14180) 1075 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:11 smithi129 conmon[41175]: cluster 2023-12-25T20:36:10.017072+0000 mgr.smithi080.aipsvo (mgr.14180) 1075 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:11 smithi129 conmon[41175]: 2023-12-25T20:36:11.771 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:11.771 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:12.386 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:12 smithi080 conmon[36722]: audit 2023-12-25T20:36:11.767428+0000 mgr.smithi080.aipsvo (mgr.14180) 1076 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:12.401 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:12.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:12 smithi129 conmon[41175]: audit 2023-12-25T20:36:11.767428+0000 mgr.smithi080.aipsvo (mgr.14180) 1076 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:13.402 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:13.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:13 smithi080 conmon[36722]: cluster 2023-12-25T20:36:12.017631+0000 mgr.smithi080.aipsvo (mgr.14180) 1077 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:13 smithi129 conmon[41175]: cluster 2023-12-25T20:36:12.017631+0000 mgr.smithi080.aipsvo (mgr.14180) 1077 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:15.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:15 smithi080 conmon[36722]: cluster 2023-12-25T20:36:14.018075+0000 mgr.smithi080.aipsvo (mgr.14180) 1078 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:15.295 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:15.295 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:15 smithi129 conmon[41175]: cluster 2023-12-25T20:36:14.018075+0000 mgr.smithi080.aipsvo (mgr.14180) 1078 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:15.808 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:16.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:16 smithi129 conmon[41175]: audit 2023-12-25T20:36:15.291123+0000 mgr.smithi080.aipsvo (mgr.14180) 1079 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:16.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:16 smithi080 conmon[36722]: audit 2023-12-25T20:36:15.291123+0000 mgr.smithi080.aipsvo (mgr.14180) 1079 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:16.810 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:17.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:17 smithi080 conmon[36722]: cluster 2023-12-25T20:36:16.018480+0000 mgr.smithi080.aipsvo (mgr.14180) 1080 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:17.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:17 smithi129 conmon[41175]: cluster 2023-12-25T20:36:16.018480+0000 mgr.smithi080.aipsvo (mgr.14180) 1080 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:18.744 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:18.744 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:19.349 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:19 smithi080 conmon[36722]: cluster 2023-12-25T20:36:18.019041+0000 mgr.smithi080.aipsvo (mgr.14180) 1081 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:19.349 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:19 smithi080 conmon[36722]: audit 2023-12-25T20:36:18.740246+0000 mgr.smithi080.aipsvo (mgr.14180) 1082 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:19.367 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:19 smithi129 conmon[41175]: cluster 2023-12-25T20:36:18.019041+0000 mgr.smithi080.aipsvo (mgr.14180) 1081 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:19.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:19 smithi129 conmon[41175]: audit 2023-12-25T20:36:18.740246+0000 mgr.smithi080.aipsvo (mgr.14180) 1082 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:20.367 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:21 smithi129 conmon[41175]: cluster 2023-12-25T20:36:20.019401+0000 mgr.smithi080.aipsvo (mgr.14180) 1083 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:21 smithi080 conmon[36722]: cluster 2023-12-25T20:36:20.019401+0000 mgr.smithi080.aipsvo 2023-12-25T20:36:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:21 smithi080 conmon[36722]: (mgr.14180) 1083 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:22.202 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:22.202 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:22.774 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:23.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:23 smithi080 conmon[36722]: cluster 2023-12-25T20:36:22.020007+0000 mgr.smithi080.aipsvo (mgr.14180) 1084 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:23.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:23 smithi080 conmon[36722]: audit 2023-12-25T20:36:22.197995+0000 mgr.smithi080.aipsvo (mgr.14180) 1085 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:23 smithi129 conmon[41175]: cluster 2023-12-25T20:36:22.020007+0000 mgr.smithi080.aipsvo (mgr.14180) 1084 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:23 smithi129 conmon[41175]: audit 2023-12-25T20:36:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:23 smithi129 conmon[41175]: 2023-12-25T20:36:22.197995+0000 mgr.smithi080.aipsvo (mgr.14180) 1085 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:23.774 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:25.301 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:25 smithi080 conmon[36722]: cluster 2023-12-25T20:36:24.020536+0000 mgr.smithi080.aipsvo (mgr.14180) 1086 : cluster 2023-12-25T20:36:25.301 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:25 smithi080 conmon[36722]: [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:25 smithi129 conmon[41175]: cluster 2023-12-25T20:36:24.020536+0000 mgr.smithi080.aipsvo (mgr.14180) 1086 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:25.675 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:25.676 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:26.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:26 smithi080 conmon[36722]: audit 2023-12-25T20:36:25.671461+0000 mgr.smithi080.aipsvo (mgr.14180) 1087 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:26.340 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:26.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:26 smithi129 conmon[41175]: audit 2023-12-25T20:36:25.671461+0000 mgr.smithi080.aipsvo (mgr.14180) 1087 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:27.341 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:27.372 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:27 smithi080 conmon[36722]: cluster 2023-12-25T20:36:26.020998+0000 mgr.smithi080.aipsvo (mgr.14180) 1088 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:27.372 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:27 smithi080 conmon[36722]: 2023-12-25T20:36:27.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:27 smithi129 conmon[41175]: cluster 2023-12-25T20:36:26.020998+0000 mgr.smithi080.aipsvo (mgr.14180) 1088 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:29.223 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:29.223 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:29.399 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:29 smithi080 conmon[36722]: cluster 2023-12-25T20:36:28.021541+0000 mgr.smithi080.aipsvo (mgr.14180) 1089 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:29 smithi129 conmon[41175]: cluster 2023-12-25T20:36:28.021541+0000 mgr.smithi080.aipsvo (mgr.14180) 1089 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:29.798 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:30.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:30 smithi129 conmon[41175]: audit 2023-12-25T20:36:29.219284+0000 mgr.smithi080.aipsvo (mgr.14180) 1090 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:30.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:30 smithi080 conmon[36722]: audit 2023-12-25T20:36:29.219284+0000 mgr.smithi080.aipsvo (mgr.14180) 1090 : audit 2023-12-25T20:36:30.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:30 smithi080 conmon[36722]: [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:30.799 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:31.447 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:31 smithi080 conmon[36722]: cluster 2023-12-25T20:36:30.022110+0000 mgr.smithi080.aipsvo (mgr.14180) 1091 : 2023-12-25T20:36:31.447 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:31 smithi080 conmon[36722]: cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:31 smithi129 conmon[41175]: cluster 2023-12-25T20:36:30.022110+0000 mgr.smithi080.aipsvo (mgr.14180) 1091 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:32.706 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:32.706 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:33.313 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:33.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:33 smithi080 conmon[36722]: cluster 2023-12-25T20:36:32.022831+0000 mgr.smithi080.aipsvo (mgr.14180) 1092 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:33.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:33 smithi080 conmon[36722]: audit 2023-12-25T20:36:32.702099+0000 mgr.smithi080.aipsvo (mgr.14180) 1093 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:33 smithi129 conmon[41175]: cluster 2023-12-25T20:36:32.022831+0000 mgr.smithi080.aipsvo (mgr.14180) 1092 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:33 smithi129 conmon[41175]: 2023-12-25T20:36:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:33 smithi129 conmon[41175]: audit 2023-12-25T20:36:32.702099+0000 mgr.smithi080.aipsvo (mgr.14180) 1093 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:34.314 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:35 smithi129 conmon[41175]: cluster 2023-12-25T20:36:34.023385+0000 mgr.smithi080.aipsvo (mgr.14180) 1094 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:35 smithi080 conmon[36722]: cluster 2023-12-25T20:36:34.023385+0000 mgr.smithi080.aipsvo (mgr.14180) 1094 : cluster [DBG] 2023-12-25T20:36:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:35 smithi080 conmon[36722]: pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:36.254 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:36.254 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:36.955 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:37.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:37 smithi080 conmon[36722]: cluster 2023-12-25T20:36:36.023848+0000 mgr.smithi080.aipsvo (mgr.14180) 1095 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:37.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:37 smithi080 conmon[36722]: audit 2023-12-25T20:36:36.249855+0000 mgr.smithi080.aipsvo (mgr.14180) 1096 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:37.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:37 smithi129 conmon[41175]: cluster 2023-12-25T20:36:36.023848+0000 mgr.smithi080.aipsvo (mgr.14180) 1095 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:37.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:37 smithi129 conmon[41175]: audit 2023-12-25T20:36:37.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:37 smithi129 conmon[41175]: 2023-12-25T20:36:36.249855+0000 mgr.smithi080.aipsvo (mgr.14180) 1096 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:37.956 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:39.389 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:39 smithi080 conmon[36722]: cluster 2023-12-25T20:36:38.024616+0000 mgr.smithi080.aipsvo (mgr.14180) 1097 : cluster 2023-12-25T20:36:39.390 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:39 smithi080 conmon[36722]: [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:39 smithi129 conmon[41175]: cluster 2023-12-25T20:36:38.024616+0000 mgr.smithi080.aipsvo (mgr.14180) 1097 : cluster 2023-12-25T20:36:39.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:39 smithi129 conmon[41175]: [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:39.785 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:39.785 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:40.456 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:40 smithi080 conmon[36722]: audit 2023-12-25T20:36:39.778657+0000 mgr.smithi080.aipsvo (mgr.14180) 1098 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:40.471 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:40.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:40 smithi129 conmon[41175]: audit 2023-12-25T20:36:39.778657+0000 mgr.smithi080.aipsvo (mgr.14180) 1098 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:41.472 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:41 smithi129 conmon[41175]: cluster 2023-12-25T20:36:40.025230+0000 mgr.smithi080.aipsvo (mgr.14180) 1099 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:41.505 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:41 smithi080 conmon[36722]: cluster 2023-12-25T20:36:40.025230+0000 mgr.smithi080.aipsvo (mgr.14180) 1099 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:43.349 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:43.349 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:43.370 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:43 smithi080 conmon[36722]: cluster 2023-12-25T20:36:42.025822+0000 mgr.smithi080.aipsvo (mgr.14180) 1100 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:43.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:43 smithi129 conmon[41175]: cluster 2023-12-25T20:36:42.025822+0000 mgr.smithi080.aipsvo (mgr.14180) 1100 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:43.972 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:44.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:44 smithi080 conmon[36722]: audit 2023-12-25T20:36:43.344571+0000 mgr.smithi080.aipsvo (mgr.14180) 1101 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:44.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:44 smithi129 conmon[41175]: audit 2023-12-25T20:36:43.344571+0000 mgr.smithi080.aipsvo (mgr.14180) 1101 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:44.973 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:45 smithi080 conmon[36722]: cluster 2023-12-25T20:36:44.026368+0000 mgr.smithi080.aipsvo (mgr.14180) 1102 : cluster [DBG] 2023-12-25T20:36:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:45 smithi080 conmon[36722]: pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:45.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:45 smithi129 conmon[41175]: cluster 2023-12-25T20:36:44.026368+0000 mgr.smithi080.aipsvo (mgr.14180) 1102 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:46.888 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:46.889 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:47.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:47 smithi080 conmon[36722]: cluster 2023-12-25T20:36:46.026839+0000 mgr.smithi080.aipsvo (mgr.14180) 1103 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:47.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:47 smithi129 conmon[41175]: cluster 2023-12-25T20:36:46.026839+0000 mgr.smithi080.aipsvo (mgr.14180) 1103 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:47.529 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:48.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:48 smithi080 conmon[36722]: audit 2023-12-25T20:36:46.884827+0000 mgr.smithi080.aipsvo (mgr.14180) 1104 : audit [DBG] 2023-12-25T20:36:48.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:48 smithi080 conmon[36722]: from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:48.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:48 smithi129 conmon[41175]: audit 2023-12-25T20:36:46.884827+0000 mgr.smithi080.aipsvo (mgr.14180) 1104 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:48.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:48 smithi129 conmon[41175]: 2023-12-25T20:36:48.529 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:49.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:49 smithi129 conmon[41175]: cluster 2023-12-25T20:36:48.027510+0000 mgr.smithi080.aipsvo (mgr.14180) 1105 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:49.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:49 smithi080 conmon[36722]: cluster 2023-12-25T20:36:48.027510+0000 mgr.smithi080.aipsvo (mgr.14180) 1105 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:50.444 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:50.445 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:51.119 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:51 smithi129 conmon[41175]: cluster 2023-12-25T20:36:50.027903+0000 mgr.smithi080.aipsvo (mgr.14180) 1106 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:51.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:51 smithi129 conmon[41175]: audit 2023-12-25T20:36 2023-12-25T20:36:51.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:51 smithi129 conmon[41175]: :50.440121+0000 mgr.smithi080.aipsvo (mgr.14180) 1107 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:51 smithi080 conmon[36722]: cluster 2023-12-25T20:36:50.027903+0000 mgr.smithi080.aipsvo (mgr.14180) 1106 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:51.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:51 smithi080 conmon[36722]: audit 2023-12-25T20:36:50.440121+0000 mgr.smithi080.aipsvo (mgr.14180) 1107 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:52.119 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:53.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:53 smithi080 conmon[36722]: cluster 2023-12-25T20:36:52.028619+0000 mgr.smithi080.aipsvo (mgr.14180) 1108 2023-12-25T20:36:53.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:53 smithi080 conmon[36722]: : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:53.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:53 smithi129 conmon[41175]: cluster 2023-12-25T20:36:52.028619+0000 mgr.smithi080.aipsvo (mgr.14180) 1108 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:53.972 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:53.973 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:54.634 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:55 smithi129 conmon[41175]: audit 2023-12-25T20:36:53.968772+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:36:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:55 smithi129 conmon[41175]: 1109 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:55 smithi129 conmon[41175]: cluster 2023-12-25T20:36:54.029126+0000 mgr.smithi080.aipsvo (mgr.14180) 1110 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:55 smithi080 conmon[36722]: audit 2023-12-25T20:36:53.968772+0000 mgr.smithi080.aipsvo (mgr.14180) 1109 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:55 smithi080 conmon[36722]: cluster 2023-12-25T20:36:54.029126+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:36:55.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:55 smithi080 conmon[36722]: 14180) 1110 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:55.635 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:57.219 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:57 smithi080 conmon[36722]: cluster 2023-12-25T20:36:56. 2023-12-25T20:36:57.219 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:57 smithi080 conmon[36722]: 029563+0000 mgr.smithi080.aipsvo (mgr.14180) 1111 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:57.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:57 smithi129 conmon[41175]: cluster 2023-12-25T20:36:56.029563+0000 mgr.smithi080.aipsvo (mgr.14180) 1111 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:57.591 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:36:57.591 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:36:58.216 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:36:58.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:58 smithi080 conmon[36722]: audit 2023-12-25T20:36:57.586909+0000 mgr.smithi080.aipsvo (mgr.14180) 1112 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:58.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:58 smithi129 conmon[41175]: audit 2023-12-25T20:36:57.586909+0000 mgr.smithi080.aipsvo (mgr.14180) 1112 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:36:59.217 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:36:59.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:36:59 smithi129 conmon[41175]: cluster 2023-12-25T20:36:58.030044+0000 mgr.smithi080.aipsvo (mgr.14180) 1113 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:36:59.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:36:59 smithi080 conmon[36722]: cluster 2023-12-25T20:36:58.030044+0000 mgr.smithi080.aipsvo (mgr.14180) 1113 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:01.145 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:01.146 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:01.400 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:01 smithi080 conmon[36722]: cluster 2023-12-25T20:37:00.030429+0000 mgr.smithi080.aipsvo (mgr.14180) 1114 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:01 smithi129 conmon[41175]: cluster 2023-12-25T20:37:00.030429+0000 mgr.smithi080.aipsvo (mgr.14180) 1114 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:01.883 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:02.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:02 smithi080 conmon[36722]: audit 2023-12-25T20:37:01.141690+0000 mgr.smithi080.aipsvo (mgr.14180) 1115 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:02.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:02 smithi129 conmon[41175]: audit 2023-12-25T20:37:01.141690+0000 mgr.smithi080.aipsvo (mgr.14180) 1115 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:02.884 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:03.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:03 smithi080 conmon[36722]: cluster 2023-12-25T20:37:02.031163+0000 2023-12-25T20:37:03.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:03 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14180) 1116 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:03 smithi129 conmon[41175]: cluster 2023-12-25T20:37:02.031163+0000 mgr.smithi080.aipsvo (mgr.14180) 1116 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:04.826 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:04.826 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:05.468 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:05 smithi080 conmon[36722]: cluster 2023-12-25T20:37:04.031794+0000 mgr.smithi080.aipsvo (mgr.14180) 1117 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:05.468 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:05 smithi080 conmon[36722]: audit 2023-12-25T20:37:04.821945+0000 mgr.smithi080.aipsvo (mgr.14180) 1118 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:05.482 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:05 smithi129 conmon[41175]: cluster 2023-12-25T20:37:04.031794+0000 mgr.smithi080.aipsvo (mgr.14180) 1117 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:05 smithi129 conmon[41175]: audit 2023-12-25T20:37:04.821945+0000 mgr.smithi080.aipsvo (mgr.14180) 1118 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:06.483 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:07.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:07 smithi080 conmon[36722]: cluster 2023-12-25T20:37:06.032437+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:37:07.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:07 smithi080 conmon[36722]: 1119 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:07.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:07 smithi129 conmon[41175]: cluster 2023-12-25T20:37:06.032437+0000 mgr.smithi080.aipsvo (mgr.14180) 1119 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:08.395 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:08.395 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:28:20.697677Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.kdqetv on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:08.956 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:09.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:09 smithi080 conmon[36722]: cluster 2023-12-25T20:37:08.032987+0000 mgr.smithi080.aipsvo (mgr.14180) 1120 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:09.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:09 smithi080 conmon[36722]: audit 2023-12-25T20:37:08.390820+0000 mgr.smithi080.aipsvo (mgr.14180) 1121 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:09 smithi129 conmon[41175]: cluster 2023-12-25T20:37:08.032987+0000 mgr.smithi080.aipsvo (mgr.14180) 1120 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:09 smithi129 conmon[41175]: 2023-12-25T20:37:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:09 smithi129 conmon[41175]: audit 2023-12-25T20:37:08.390820+0000 mgr.smithi080.aipsvo (mgr.14180) 1121 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:09.957 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:11.196 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:11 smithi080 conmon[36722]: cluster 2023-12-25T20:37:10.033380+0000 mgr.smithi080.aipsvo (mgr.14180) 1122 : cluster [DBG] 2023-12-25T20:37:11.196 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:11 smithi080 conmon[36722]: pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:11 smithi129 conmon[41175]: cluster 2023-12-25T20:37:10.033380+0000 mgr.smithi080.aipsvo (mgr.14180) 1122 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:11.942 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:11.942 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:12.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: cephadm 2023-12-25T20:37:11.196580+0000 mgr.smithi080.aipsvo (mgr.14180) 1123 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:37:12.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:37:12.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:37:12.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:37:12.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi129.gqzpam ... 2023-12-25T20:37:12.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:37:12.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:37:12.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:35:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:35:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:36:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:37:12.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:37:12.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:37:12.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: Traceback (most recent call last): 2023-12-25T20:37:12.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:37:12.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: yield (conn, connr) 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: code, '\n'.join(err))) 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi129.gqzpam ... 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:35:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:35:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:36:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2023-12-25T20:37:12.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:37:12.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:37:12.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: cephadm 2023-12-25T20:37:11.196757+0000 mgr.smithi080.aipsvo (mgr.14180) 1124 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi129.gqzpam 2023-12-25T20:37:12.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: audit 2023-12-25T20:37:11.197017+0000 mon.smithi080 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi129.gqzpam"}]: dispatch 2023-12-25T20:37:12.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: cephadm 2023-12-25T20:37:11.197539+0000 mgr.smithi080.aipsvo (mgr.14180) 1125 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:37:12.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:37:12.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:37:12.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:37:12.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi129.gqzpam ... 2023-12-25T20:37:12.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:37:12.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:37:12.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:35:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:35:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:36:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:37:12.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:37:12.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:37:12.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:12 smithi080 conmon[36722]: cephadm 2023-12-25T20:37:11.198918+0000 mgr.smithi080.aipsvo (mgr.14180) 1126 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi080.flwcru on smithi080 2023-12-25T20:37:12.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: cephadm 2023-12-25T20:37:11.196580+0000 mgr.smithi080.aipsvo (mgr.14180) 1123 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:37:12.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:37:12.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:37:12.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:37:12.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi129.gqzpam ... 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:35:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:35:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:36:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: Traceback (most recent call last): 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: yield (conn, connr) 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: code, '\n'.join(err))) 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:37:12.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi129.gqzpam ... 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:35:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:35:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:36:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: cephadm 2023-12-25T20:37:11.196757+0000 mgr.smithi080.aipsvo (mgr.14180) 1124 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi129.gqzpam 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: audit 2023-12-25T20:37:11.197017+0000 mon.smithi080 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi129.gqzpam"}]: dispatch 2023-12-25T20:37:12.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: cephadm 2023-12-25T20:37:11.197539+0000 mgr.smithi080.aipsvo (mgr.14180) 1125 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:37:12.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:37:12.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:37:12.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:37:12.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi129.gqzpam ... 2023-12-25T20:37:12.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:37:12.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:37:12.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:35:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:35:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:36:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:37:12.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:37:12.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:37:12.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:37:12.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:12 smithi129 conmon[41175]: cephadm 2023-12-25T20:37:11.198918+0000 mgr.smithi080.aipsvo (mgr.14180) 1126 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi080.flwcru on smithi080 2023-12-25T20:37:12.588 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:13 smithi080 conmon[36722]: audit 2023-12-25T20:37:11.938269+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:37:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:13 smithi080 conmon[36722]: 1127 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:13 smithi080 conmon[36722]: cluster 2023-12-25T20:37:12.033885+0000 mgr.smithi080.aipsvo (mgr.14180) 1128 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:13 smithi129 conmon[41175]: audit 2023-12-25T20:37:11.938269+0000 mgr.smithi080.aipsvo (mgr.14180) 1127 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:13 smithi129 conmon[41175]: cluster 2023-12-25T20:37:12.033885+0000 mgr.smithi080.aipsvo (mgr.14180) 1128 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:13.589 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:15.160 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:15 smithi080 conmon[36722]: cluster 2023-12-25T20:37:14.034290+0000 mgr.smithi080.aipsvo (mgr.14180) 1129 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:15.480 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:15.480 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:15 smithi129 conmon[41175]: cluster 2023-12-25T20:37:14.034290+0000 mgr.smithi080.aipsvo (mgr.14180) 1129 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:16.154 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:16.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:16 smithi129 conmon[41175]: audit 2023-12-25T20:37:15.476739+0000 mgr.smithi080.aipsvo (mgr.14180) 1130 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:16.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:16 smithi080 conmon[36722]: audit 2023-12-25T20:37:15.476739+0000 2023-12-25T20:37:16.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:16 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14180) 1130 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:17.156 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:17.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:17 smithi129 conmon[41175]: cluster 2023-12-25T20:37:16.034745+0000 mgr.smithi080.aipsvo (mgr.14180) 1131 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:17.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:17 smithi080 conmon[36722]: cluster 2023-12-25T20:37:16.034745+0000 mgr.smithi080.aipsvo (mgr.14180) 1131 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:18.978 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:18.978 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:19.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:19 smithi080 conmon[36722]: cluster 2023-12-25T20:37:18.035342+0000 2023-12-25T20:37:19.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:19 smithi080 conmon[36722]: mgr.smithi080.aipsvo (mgr.14180) 1132 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:19.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:19 smithi129 conmon[41175]: cluster 2023-12-25T20:37:18.035342+0000 mgr.smithi080.aipsvo (mgr.14180) 1132 : cluster [DBG] 2023-12-25T20:37:19.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:19 smithi129 conmon[41175]: pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:19.640 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:20.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:20 smithi129 conmon[41175]: audit 2023-12-25T20:37:18.974019+0000 mgr.smithi080.aipsvo (mgr.14180) 1133 : audit [DBG] 2023-12-25T20:37:20.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:20 smithi129 conmon[41175]: from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:20.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:20 smithi080 conmon[36722]: audit 2023-12-25T20:37:18.974019+0000 mgr.smithi080.aipsvo (mgr.14180) 1133 : 2023-12-25T20:37:20.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:20 smithi080 conmon[36722]: audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:20.641 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:21 smithi129 conmon[41175]: cluster 2023-12-25T20:37:20.035684+0000 mgr.smithi080.aipsvo (mgr.14180) 1134 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:21 smithi080 conmon[36722]: cluster 2023-12-25T20:37:20.035684+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:37:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:21 smithi080 conmon[36722]: 14180) 1134 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:22.694 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:22.695 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:23.311 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:23.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:23 smithi080 conmon[36722]: cluster 2023-12-25T20:37:22.036275+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:37:23.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:23 smithi080 conmon[36722]: 14180) 1135 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:23.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:23 smithi080 conmon[36722]: audit 2023-12-25T20:37:22.690402+0000 mgr.smithi080.aipsvo (mgr.14180) 1136 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:23 smithi129 conmon[41175]: cluster 2023-12-25T20:37:22.036275+0000 mgr.smithi080.aipsvo (mgr.14180) 1135 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:23.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:23 smithi129 conmon[41175]: audit 2023-12-25T20:37:22.690402+0000 mgr.smithi080.aipsvo (mgr.14180) 1136 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:24.312 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:25 smithi129 conmon[41175]: cluster 2023-12-25T20:37:24.036965+0000 mgr.smithi080.aipsvo (mgr.14180) 1137 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:25 smithi080 conmon[36722]: cluster 2023-12-25T20:37:24.036965+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:37:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:25 smithi080 conmon[36722]: 14180) 1137 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:26.337 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:26.338 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:26.951 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:27 smithi080 conmon[36722]: cluster 2023-12-25T20:37:26.037451+0000 mgr.smithi080.aipsvo (mgr.14180) 1138 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:27.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:27 smithi080 conmon[36722]: audit 2023-12-25T20:37:26.333812+0000 mgr.smithi080.aipsvo (mgr.14180) 1139 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:27.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:27 smithi129 conmon[41175]: cluster 2023-12-25T20:37:26.037451+0000 mgr.smithi080.aipsvo (mgr.14180) 1138 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:27.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:27 smithi129 conmon[41175]: audit 2023-12-25T20:37:26.333812+0000 mgr.smithi080.aipsvo (mgr.14180) 1139 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:27.952 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:29 smithi129 conmon[41175]: cluster 2023-12-25T20:37:28.038083+0000 mgr.smithi080.aipsvo (mgr.14180) 1140 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:29.504 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:29 smithi080 conmon[36722]: cluster 2023-12-25T20:37:28.038083+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:37:29.504 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:29 smithi080 conmon[36722]: 14180) 1140 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:29.887 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:29.887 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:30.509 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:31.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:31 smithi129 conmon[41175]: audit 2023-12-25T20:37:29.882981+0000 mgr.smithi080.aipsvo (mgr.14180) 1141 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:31 smithi129 conmon[41175]: cluster 2023-12-25T20:37:30.038424+0000 mgr.smithi080.aipsvo (mgr.14180) 1142 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:31.510 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:31 smithi080 conmon[36722]: audit 2023-12-25T20:37:29.882981+0000 mgr.smithi080.aipsvo (mgr.14180) 1141 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:31 smithi080 conmon[36722]: cluster 2023-12-25T20:37:30.038424+0000 mgr.smithi080.aipsvo (mgr.14180) 1142 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:33.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:33 smithi080 conmon[36722]: cluster 2023-12-25T20:37:32.038960+0000 mgr.smithi080.aipsvo (mgr.14180) 1143 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:33.386 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:33.386 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:33 smithi129 conmon[41175]: cluster 2023-12-25T20:37:32.038960+0000 mgr.smithi080.aipsvo (mgr.14180) 1143 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:34.175 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:34.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:34 smithi129 conmon[41175]: audit 2023-12-25T20:37:33.382422+0000 mgr.smithi080.aipsvo (mgr.14180) 1144 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:34.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:34 smithi080 conmon[36722]: audit 2023-12-25T20:37:33.382422+0000 mgr.smithi080.aipsvo (mgr.14180) 1144 : audit [DBG] 2023-12-25T20:37:34.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:34 smithi080 conmon[36722]: from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:35.177 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:35.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:35 smithi129 conmon[41175]: cluster 2023-12-25T20:37:34.039473+0000 mgr.smithi080.aipsvo (mgr.14180) 1145 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:35 smithi080 conmon[36722]: cluster 2023-12-25T20:37:34.039473+0000 mgr.smithi080.aipsvo (mgr.14180) 1145 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:37.133 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:37.133 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:37.317 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:37 smithi080 conmon[36722]: cluster 2023-12-25T20:37:36.039920+0000 mgr.smithi080.aipsvo (mgr.14180) 1146 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:37.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:37 smithi129 conmon[41175]: cluster 2023-12-25T20:37:36.039920+0000 mgr.smithi080.aipsvo (mgr.14180) 1146 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:37.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:37 smithi129 conmon[41175]: 2023-12-25T20:37:37.742 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:38.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:38 smithi129 conmon[41175]: audit 2023-12-25T20:37:37.129048+0000 mgr.smithi080.aipsvo (mgr.14180) 1147 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:38.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:38 smithi129 conmon[41175]: 2023-12-25T20:37:38.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:38 smithi080 conmon[36722]: audit 2023-12-25T20:37:37.129048+0000 mgr.smithi080.aipsvo (mgr.14180) 1147 : audit [DBG] 2023-12-25T20:37:38.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:38 smithi080 conmon[36722]: from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:38.743 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:39.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:39 smithi129 conmon[41175]: cluster 2023-12-25T20:37:38.040558+0000 mgr.smithi080.aipsvo (mgr.14180) 1148 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:39.436 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:39 smithi080 conmon[36722]: cluster 2023-12-25T20:37:38.040558+0000 mgr.smithi080.aipsvo (mgr.14180) 1148 : cluster [DBG] 2023-12-25T20:37:39.436 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:39 smithi080 conmon[36722]: pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:40.627 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:40.627 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:41.290 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:41 smithi129 conmon[41175]: cluster 2023-12-25T20:37:40.040922+0000 mgr.smithi080.aipsvo (mgr.14180) 1149 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:41 smithi129 conmon[41175]: audit 2023-12-25T20:37:40.623532+0000 mgr.smithi080.aipsvo (mgr.14180) 1150 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:41 smithi080 conmon[36722]: cluster 2023-12-25T20:37:40.040922+0000 mgr.smithi080.aipsvo (mgr.14180) 1149 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:41.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:41 smithi080 conmon[36722]: audit 2023-12-25T20:37:40.623532+0000 mgr.smithi080.aipsvo (mgr.14180) 1150 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:42.291 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:43.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:43 smithi080 conmon[36722]: cluster 2023-12-25T20:37:42.041539+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:37:43.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:43 smithi080 conmon[36722]: mgr.14180) 1151 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:43 smithi129 conmon[41175]: cluster 2023-12-25T20:37:42.041539+0000 mgr.smithi080.aipsvo (mgr.14180) 1151 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:44.188 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:44.188 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:44.857 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:45.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:45 smithi129 conmon[41175]: cluster 2023-12-25T20:37:44.042089+0000 mgr.smithi080.aipsvo (mgr.14180) 1152 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:45.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:45 smithi129 conmon[41175]: audit 2023-12-25T20:37:44.184294+0000 mgr.smithi080.aipsvo (mgr.14180) 1153 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:45.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:45 smithi080 conmon[36722]: cluster 2023-12-25T20:37:44.042089+0000 mgr.smithi080.aipsvo (mgr.14180) 1152 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:45.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:45 smithi080 conmon[36722]: audit 2023-12-25T20:37:44.184294+0000 mgr.smithi080.aipsvo (mgr.14180) 1153 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:45.858 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:47.349 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:47 smithi080 conmon[36722]: cluster 2023-12-25T20:37:46.042607+0000 mgr.smithi080.aipsvo (mgr.14180) 1154 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:47.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:47 smithi129 conmon[41175]: cluster 2023-12-25T20:37:46.042607+0000 mgr.smithi080.aipsvo (mgr.14180) 1154 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:47.728 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:47.729 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:48.320 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:48 smithi080 conmon[36722]: audit 2023-12-25T20:37:47.725001+0000 mgr.smithi080.aipsvo (mgr.14180) 1155 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:48.322 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:48.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:48 smithi129 conmon[41175]: audit 2023-12-25T20:37:47.725001+0000 mgr.smithi080.aipsvo (mgr.14180) 1155 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:49.322 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:49.356 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:49 smithi080 conmon[36722]: cluster 2023-12-25T20:37:48.043196+0000 mgr.smithi080.aipsvo (mgr.14180) 1156 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:49.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:49 smithi129 conmon[41175]: cluster 2023-12-25T20:37:48.043196+0000 mgr.smithi080.aipsvo (mgr.14180) 1156 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:51.336 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:51.336 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:51.360 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:51 smithi080 conmon[36722]: cluster 2023-12-25T20:37:50.043687+0000 mgr.smithi080.aipsvo (mgr.14180) 1157 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:51.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:51 smithi129 conmon[41175]: cluster 2023-12-25T20:37:50.043687+0000 mgr.smithi080.aipsvo (mgr.14180) 1157 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:51.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:51 smithi129 conmon[41175]: 2023-12-25T20:37:52.166 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:52.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:52 smithi129 conmon[41175]: audit 2023-12-25T20:37:51.331806+0000 mgr.smithi080.aipsvo (mgr.14180) 1158 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:52.524 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:52 smithi080 conmon[36722]: audit 2023-12-25T20:37:51.331806+0000 mgr.smithi080.aipsvo (mgr.14180) 1158 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:53.166 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:53.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:53 smithi080 conmon[36722]: cluster 2023-12-25T20:37:52.044248+0000 mgr.smithi080.aipsvo (mgr.14180) 1159 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:53.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:53 smithi129 conmon[41175]: cluster 2023-12-25T20:37:52.044248+0000 mgr.smithi080.aipsvo (mgr.14180) 1159 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:54.989 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:54.989 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:55.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:55 smithi080 conmon[36722]: cluster 2023-12-25T20:37:54.044766+0000 mgr.smithi080.aipsvo (mgr.14180) 1160 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:55.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:55 smithi129 conmon[41175]: cluster 2023-12-25T20:37:54.044766+0000 mgr.smithi080.aipsvo (mgr.14180) 1160 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:55.734 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:56.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:56 smithi129 conmon[41175]: audit 2023-12-25T20:37:54.985090+0000 mgr.smithi080.aipsvo (mgr.14180) 1161 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:56.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:56 smithi129 conmon[41175]: 2023-12-25T20:37:56.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:56 smithi080 conmon[36722]: audit 2023-12-25T20:37:54.985090+0000 mgr.smithi080.aipsvo (mgr.14180) 1161 : 2023-12-25T20:37:56.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:56 smithi080 conmon[36722]: audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:56.735 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:37:57.363 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:57 smithi080 conmon[36722]: cluster 2023-12-25T20:37:56.045397+0000 mgr.smithi080.aipsvo (mgr.14180) 1162 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:57.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:57 smithi129 conmon[41175]: cluster 2023-12-25T20:37:56.045397+0000 mgr.smithi080.aipsvo (mgr.14180) 1162 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:58.615 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:37:58.616 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:37:59.279 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:37:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:59 smithi129 conmon[41175]: cluster 2023-12-25T20:37:58.045936+0000 mgr.smithi080.aipsvo (mgr.14180) 1163 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:59 smithi129 conmon[41175]: audit 2023-12-25T20:37:58.612050+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:37:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:37:59 smithi129 conmon[41175]: 14180) 1164 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:37:59.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:59 smithi080 conmon[36722]: cluster 2023-12-25T20:37:58.045936+0000 mgr.smithi080.aipsvo (mgr.14180) 1163 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:37:59.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:37:59 smithi080 conmon[36722]: audit 2023-12-25T20:37:58.612050+0000 mgr.smithi080.aipsvo (mgr.14180) 1164 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:00.280 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:01 smithi129 conmon[41175]: cluster 2023-12-25T20:38:00.046406+0000 mgr.smithi080.aipsvo (mgr.14180) 1165 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:01.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:01 smithi080 conmon[36722]: cluster 2023-12-25T20:38:00.046406+0000 mgr.smithi080.aipsvo (mgr.14180) 1165 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:02.193 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:02.193 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:02.969 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:03.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:03 smithi080 conmon[36722]: cluster 2023-12-25T20:38:02.046986+0000 mgr.smithi080.aipsvo (mgr.14180) 1166 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 1 op/s 2023-12-25T20:38:03.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:03 smithi080 conmon[36722]: audit 2023-12-25T20:38:02.188399+0000 mgr.smithi080.aipsvo (mgr.14180) 1167 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:03.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:03 smithi129 conmon[41175]: cluster 2023-12-25T20:38:02.046986+0000 mgr.smithi080.aipsvo (mgr.14180) 1166 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 1 op/s 2023-12-25T20:38:03.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:03 smithi129 conmon[41175]: 2023-12-25T20:38:03.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:03 smithi129 conmon[41175]: audit 2023-12-25T20:38:02.188399+0000 mgr.smithi080.aipsvo (mgr.14180) 1167 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:03.971 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:05.358 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:05 smithi080 conmon[36722]: cluster 2023-12-25T20:38:04.047498+0000 mgr.smithi080.aipsvo (mgr.14180) 1168 : cluster 2023-12-25T20:38:05.358 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:05 smithi080 conmon[36722]: [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 27 op/s 2023-12-25T20:38:05.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:05 smithi129 conmon[41175]: cluster 2023-12-25T20:38:04.047498+0000 mgr.smithi080.aipsvo (mgr.14180) 1168 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 27 op/s 2023-12-25T20:38:06.012 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:06.013 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:06.619 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:07.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:07 smithi129 conmon[41175]: audit 2023-12-25T20:38:06.008680+0000 mgr.smithi080.aipsvo (mgr.14180) 1169 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:07.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:07 smithi129 conmon[41175]: cluster 2023-12-25T20:38:06.047941+0000 mgr.smithi080.aipsvo (mgr.14180) 1170 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 76 op/s 2023-12-25T20:38:07.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:07 smithi080 conmon[36722]: audit 2023-12-25T20:38:06.008680+0000 mgr.smithi080.aipsvo (mgr.14180) 1169 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:07.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:07 smithi080 conmon[36722]: cluster 2023-12-25T20: 2023-12-25T20:38:07.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:07 smithi080 conmon[36722]: 38:06.047941+0000 mgr.smithi080.aipsvo (mgr.14180) 1170 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 76 op/s 2023-12-25T20:38:07.620 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:09.141 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:09 smithi080 conmon[36722]: cluster 2023-12-25T20:38:08.048540+0000 mgr.smithi080.aipsvo (mgr.14180) 1171 : cluster [DBG] pgmap v762: 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 2023-12-25T20:38:09.487 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:09.487 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:09.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:09 smithi129 conmon[41175]: cluster 2023-12-25T20:38:08.048540+0000 mgr.smithi080.aipsvo (mgr.14180) 1171 : cluster [DBG] pgmap v762: 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 2023-12-25T20:38:10.110 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:10.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:10 smithi129 conmon[41175]: audit 2023-12-25T20:38:09.483329+0000 mgr.smithi080.aipsvo (mgr.14180) 1172 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:10.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:10 smithi080 conmon[36722]: audit 2023-12-25T20:38:09.483329+0000 mgr.smithi080.aipsvo (mgr.14180) 1172 : audit [DBG] 2023-12-25T20:38:10.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:10 smithi080 conmon[36722]: from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:11.111 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:11.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:11 smithi129 conmon[41175]: cluster 2023-12-25T20:38:10.048907+0000 mgr.smithi080.aipsvo (mgr.14180) 1173 : cluster [DBG] pgmap v763: 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 2023-12-25T20:38:11.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:11 smithi080 conmon[36722]: cluster 2023-12-25T20:38:10.048907+0000 mgr.smithi080.aipsvo (mgr.14180) 1173 : cluster [DBG] pgmap v763: 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 2023-12-25T20:38:12.978 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:12.978 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:13.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:13 smithi080 conmon[36722]: cluster 2023-12-25T20:38:12.049530+0000 mgr.smithi080.aipsvo (mgr.14180) 1174 : cluster [DBG] pgmap v764: 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 2023-12-25T20:38:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:13 smithi129 conmon[41175]: cluster 2023-12-25T20:38:12.049530+0000 mgr.smithi080.aipsvo (mgr.14180) 1174 : cluster [DBG] pgmap v764: 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 2023-12-25T20:38:13.617 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:14.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:14 smithi129 conmon[41175]: audit 2023-12-25T20:38:12.974044+0000 mgr.smithi080.aipsvo (mgr.14180) 1175 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:14 smithi080 conmon[36722]: audit 2023-12-25T20:38:12.974044+0000 mgr.smithi080.aipsvo (mgr.14180) 1175 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:14.618 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:15 smithi129 conmon[41175]: cluster 2023-12-25T20:38:14.050265+0000 mgr.smithi080.aipsvo (mgr.14180) 1176 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 KiB/s rd, 0 B/s wr, 190 op/s 2023-12-25T20:38:15.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:15 smithi080 conmon[36722]: cluster 2023-12-25T20:38:14.050265+0000 mgr.smithi080.aipsvo 2023-12-25T20:38:15.509 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:15 smithi080 conmon[36722]: (mgr.14180) 1176 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 KiB/s rd, 0 B/s wr, 190 op/s 2023-12-25T20:38:16.528 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:16.528 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:17.190 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:17.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:17 smithi129 conmon[41175]: cluster 2023-12-25T20:38:16.050724+0000 mgr.smithi080.aipsvo (mgr.14180) 1177 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 164 op/s 2023-12-25T20:38:17.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:17 smithi129 conmon[41175]: audit 2023-12-25T20:38:16.523867+0000 mgr.smithi080.aipsvo (mgr.14180) 1178 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:17.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:17 smithi080 conmon[36722]: cluster 2023-12-25T20:38:16.050724+0000 mgr.smithi080.aipsvo (mgr.14180) 1177 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 KiB/s rd, 0 B/s wr, 164 op/s 2023-12-25T20:38:17.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:17 smithi080 conmon[36722]: audit 2023-12-25T20:38:16.523867+0000 mgr.smithi080.aipsvo (mgr.14180) 1178 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:18.191 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:19.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:19 smithi080 conmon[36722]: cluster 2023-12-25T20:38:18.051400+0000 mgr.smithi080.aipsvo (mgr.14180) 1179 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 0 B/s wr, 115 op/s 2023-12-25T20:38:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:19 smithi129 conmon[41175]: cluster 2023-12-25T20:38:18.051400+0000 mgr.smithi080.aipsvo (mgr.14180) 1179 : cluster [DBG] 2023-12-25T20:38:19.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:19 smithi129 conmon[41175]: pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 0 B/s wr, 115 op/s 2023-12-25T20:38:20.053 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:20.053 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:20.757 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:21.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:21 smithi129 conmon[41175]: audit 2023-12-25T20:38:20.048632+0000 mgr.smithi080.aipsvo (mgr.14180) 1180 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:21 smithi129 conmon[41175]: cluster 2023-12-25T20:38:20.051712+0000 mgr.smithi080.aipsvo (mgr.14180) 1181 : cluster 2023-12-25T20:38:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:21 smithi129 conmon[41175]: [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:21 smithi080 conmon[36722]: audit 2023-12-25T20:38:20.048632+0000 mgr.smithi080.aipsvo (mgr.14180) 1180 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:21 smithi080 conmon[36722]: cluster 2023-12-25T20:38:20.051712+0000 mgr.smithi080.aipsvo (mgr.14180) 1181 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:21.758 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:23.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:23 smithi080 conmon[36722]: cluster 2023-12-25T20:38:22.052373+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:38:23.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:23 smithi080 conmon[36722]: mgr.14180) 1182 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:23 smithi129 conmon[41175]: cluster 2023-12-25T20:38:22.052373+0000 mgr.smithi080.aipsvo (mgr.14180) 1182 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:23.620 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:23.620 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:24.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:24 smithi080 conmon[36722]: audit 2023-12-25T20:38:23.616767+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:38:24.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:24 smithi080 conmon[36722]: ) 1183 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:24.297 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:24.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:24 smithi129 conmon[41175]: audit 2023-12-25T20:38:23.616767+0000 mgr.smithi080.aipsvo (mgr.14180) 1183 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:25.298 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:25 smithi129 conmon[41175]: cluster 2023-12-25T20:38:24.052857+0000 mgr.smithi080.aipsvo (mgr.14180) 1184 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:25 smithi080 conmon[36722]: cluster 2023-12-25T20:38:24.052857+0000 mgr.smithi080.aipsvo (mgr.14180) 1184 : cluster 2023-12-25T20:38:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:25 smithi080 conmon[36722]: [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:27.207 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:27.208 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:27.228 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:27 smithi080 conmon[36722]: cluster 2023-12-25T20:38:26.053417+0000 mgr.smithi080.aipsvo (mgr.14180) 1185 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:27.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:27 smithi129 conmon[41175]: cluster 2023-12-25T20:38:26.053417+0000 mgr.smithi080.aipsvo (mgr.14180) 1185 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:27.762 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:28.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:28 smithi129 conmon[41175]: audit 2023-12-25T20:38:27.203815+0000 mgr.smithi080.aipsvo (mgr.14180) 1186 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:28.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:28 smithi080 conmon[36722]: audit 2023-12-25T20:38:27.203815+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:38:28.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:28 smithi080 conmon[36722]: ) 1186 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:28.763 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:29.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:29 smithi080 conmon[36722]: cluster 2023-12-25T20:38:28.054153+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:38:29.411 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:29 smithi080 conmon[36722]: 14180) 1187 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:29 smithi129 conmon[41175]: cluster 2023-12-25T20:38:28.054153+0000 mgr.smithi080.aipsvo (mgr.14180) 1187 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:30.728 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:30.728 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:31.394 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:31 smithi080 conmon[36722]: cluster 2023-12-25T20:38:30.054599+0000 mgr.smithi080.aipsvo (mgr.14180) 1188 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:31.394 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:31 smithi080 conmon[36722]: audit 2023-12-25T20:38:30.724392+0000 mgr.smithi080.aipsvo (mgr.14180) 1189 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:31.414 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:31 smithi129 conmon[41175]: cluster 2023-12-25T20:38:30.054599+0000 mgr.smithi080.aipsvo (mgr.14180) 1188 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:31 smithi129 conmon[41175]: audit 2023-12-25T20:38:30.724392+0000 mgr.smithi080.aipsvo (mgr.14180) 1189 : audit 2023-12-25T20:38:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:31 smithi129 conmon[41175]: [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:32.415 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:33.213 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:33 smithi080 conmon[36722]: cluster 2023-12-25T20:38:32.055245+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:38:33.214 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:33 smithi080 conmon[36722]: 1190 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:33.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:33 smithi129 conmon[41175]: cluster 2023-12-25T20:38:32.055245+0000 mgr.smithi080.aipsvo (mgr.14180) 1190 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:34.199 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:34.199 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:34.769 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:35.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:35 smithi129 conmon[41175]: cluster 2023-12-25T20:38:34.055694+0000 mgr.smithi080.aipsvo (mgr.14180) 1191 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:35.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:35 smithi129 conmon[41175]: audit 2023-12-25T20:38:34.194802+0000 mgr.smithi080.aipsvo (mgr.14180) 1192 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:35 smithi080 conmon[36722]: cluster 2023-12-25T20:38:34.055694+0000 mgr.smithi080.aipsvo (mgr.14180) 1191 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:35 smithi080 conmon[36722]: audit 2023-12-25T20:38:34.194802+0000 mgr.smithi080.aipsvo (mgr.14180) 1192 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:35.770 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:37.346 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:37 smithi080 conmon[36722]: cluster 2023-12-25T20:38:36.056159+0000 mgr.smithi080.aipsvo (mgr.14180) 1193 : cluster [DBG] 2023-12-25T20:38:37.347 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:37 smithi080 conmon[36722]: pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:37.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:37 smithi129 conmon[41175]: cluster 2023-12-25T20:38:36.056159+0000 mgr.smithi080.aipsvo (mgr.14180) 1193 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:37.715 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:37.715 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:38.318 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:38 smithi080 conmon[36722]: audit 2023-12-25T20:38:37.710983+0000 mgr.smithi080.aipsvo (mgr.14180) 1194 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:38.319 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:38.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:38 smithi129 conmon[41175]: audit 2023-12-25T20:38:37.710983+0000 mgr.smithi080.aipsvo (mgr.14180) 1194 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:39.320 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:39 smithi129 conmon[41175]: cluster 2023-12-25T20:38:38.056671+0000 mgr.smithi080.aipsvo (mgr.14180) 1195 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:39.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:39 smithi080 conmon[36722]: cluster 2023-12-25T20:38:38.056671+0000 mgr.smithi080.aipsvo (mgr.14180) 1195 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:41.244 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:41.245 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:41.269 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:41 smithi080 conmon[36722]: cluster 2023-12-25T20:38:40.056973+0000 mgr.smithi080.aipsvo (mgr.14180) 1196 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:41 smithi129 conmon[41175]: cluster 2023-12-25T20:38:40.056973+0000 mgr.smithi080.aipsvo (mgr.14180) 1196 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:41.893 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:42.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:42 smithi080 conmon[36722]: audit 2023-12-25T20:38:41.240856+0000 mgr.smithi080.aipsvo (mgr.14180) 1197 : audit 2023-12-25T20:38:42.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:42 smithi080 conmon[36722]: [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:42.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:42 smithi129 conmon[41175]: audit 2023-12-25T20:38:41.240856+0000 mgr.smithi080.aipsvo (mgr.14180) 1197 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:42.894 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:43 smithi080 conmon[36722]: cluster 2023-12-25T20:38:42.057767+0000 mgr.smithi080.aipsvo (mgr.14180) 1198 2023-12-25T20:38:43.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:43 smithi080 conmon[36722]: : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:43 smithi129 conmon[41175]: cluster 2023-12-25T20:38:42.057767+0000 mgr.smithi080.aipsvo (mgr.14180) 1198 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:44.755 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:44.755 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:45.399 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:45 smithi080 conmon[36722]: cluster 2023-12-25T20:38:44.058330+0000 mgr.smithi080.aipsvo (mgr.14180) 1199 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:45.399 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:45 smithi080 conmon[36722]: audit 2023-12-25T20:38:44.750381+0000 mgr.smithi080.aipsvo (mgr.14180) 1200 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:45.419 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:45.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:45 smithi129 conmon[41175]: cluster 2023-12-25T20:38:44.058330+0000 mgr.smithi080.aipsvo (mgr.14180) 1199 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:45.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:45 smithi129 conmon[41175]: audit 2023-12-25T20:38:44.750381+0000 mgr.smithi080.aipsvo (mgr.14180) 1200 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:46.420 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:47.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:47 smithi080 conmon[36722]: cluster 2023-12-25T20:38:46.058779+0000 mgr.smithi080.aipsvo (mgr.14180) 1201 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:47.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:47 smithi129 conmon[41175]: cluster 2023-12-25T20:38:46.058779+0000 mgr.smithi080.aipsvo (mgr.14180) 1201 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:47.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:47 smithi129 conmon[41175]: 2023-12-25T20:38:48.271 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:48.271 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:49.078 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:49.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:49 smithi129 conmon[41175]: cluster 2023-12-25T20:38:48.059494+0000 mgr.smithi080.aipsvo (mgr.14180) 1202 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:49.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:49 smithi129 conmon[41175]: audit 2023-12-25T20:38:48.267411+0000 mgr.smithi080.aipsvo (mgr.14180) 1203 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:49.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:49 smithi080 conmon[36722]: cluster 2023-12-25T20:38:48.059494+0000 mgr.smithi080.aipsvo (mgr.14180) 1202 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:49.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:49 smithi080 conmon[36722]: audit 2023-12-25T20:38:48.267411+0000 mgr.smithi080.aipsvo (mgr.14180) 1203 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:50.079 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:51.495 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:51 smithi080 conmon[36722]: cluster 2023-12-25T20:38:50.059918+0000 mgr.smithi080.aipsvo (mgr.14180) 1204 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:51.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:51 smithi129 conmon[41175]: cluster 2023-12-25T20:38:50.059918+0000 mgr.smithi080.aipsvo (mgr.14180) 1204 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:51.872 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:51.873 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:52.441 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:53.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:53 smithi080 conmon[36722]: audit 2023-12-25T20:38:51.868992+0000 mgr.smithi080.aipsvo (mgr.14180) 1205 : audit 2023-12-25T20:38:53.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:53 smithi080 conmon[36722]: [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:53.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:53 smithi080 conmon[36722]: cluster 2023-12-25T20:38:52.060698+0000 mgr.smithi080.aipsvo (mgr.14180) 1206 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:53.442 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:53.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:53 smithi129 conmon[41175]: audit 2023-12-25T20:38:51.868992+0000 mgr.smithi080.aipsvo (mgr.14180) 1205 : 2023-12-25T20:38:53.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:53 smithi129 conmon[41175]: audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:53.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:53 smithi129 conmon[41175]: cluster 2023-12-25T20:38:52.060698+0000 mgr.smithi080.aipsvo (mgr.14180) 1206 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:55.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:55 smithi080 conmon[36722]: cluster 2023-12-25T20:38:54.061227+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:38:55.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:55 smithi080 conmon[36722]: 14180) 1207 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:55.357 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:55.357 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:55.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:55 smithi129 conmon[41175]: cluster 2023-12-25T20:38:54.061227+0000 mgr.smithi080.aipsvo (mgr.14180) 1207 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:56.007 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:38:56.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:56 smithi080 conmon[36722]: audit 2023-12-25T20:38:55.353793+0000 mgr.smithi080.aipsvo (mgr.14180) 1208 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:56.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:56 smithi080 conmon[36722]: 2023-12-25T20:38:56.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:56 smithi129 conmon[41175]: audit 2023-12-25T20:38:55.353793+0000 mgr.smithi080.aipsvo (mgr.14180) 1208 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:38:57.008 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:38:57.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:57 smithi129 conmon[41175]: cluster 2023-12-25T20:38:56.061643+0000 mgr.smithi080.aipsvo (mgr.14180) 1209 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:57.499 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:57 smithi080 conmon[36722]: cluster 2023-12-25T20:38:56.061643+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:38:57.499 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:57 smithi080 conmon[36722]: ) 1209 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:58.946 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:38:58.946 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:38:59.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:38:59 smithi080 conmon[36722]: cluster 2023-12-25T20:38:58.062259+0000 mgr.smithi080.aipsvo (mgr.14180) 1210 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:59.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:59 smithi129 conmon[41175]: cluster 2023-12-25T20:38:58.062259+0000 mgr.smithi080.aipsvo (mgr.14180) 1210 : cluster 2023-12-25T20:38:59.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:38:59 smithi129 conmon[41175]: [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:38:59.614 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:00.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:00 smithi129 conmon[41175]: audit 2023-12-25T20:38:58.942234+0000 mgr.smithi080.aipsvo (mgr.14180) 1211 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:00.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:00 smithi080 conmon[36722]: audit 2023-12-25T20:38:58.942234+0000 mgr.smithi080.aipsvo (mgr.14180) 1211 : audit 2023-12-25T20:39:00.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:00 smithi080 conmon[36722]: [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:00.615 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:01.482 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:01 smithi080 conmon[36722]: cluster 2023-12-25T20:39:00.062565+0000 mgr.smithi080.aipsvo (mgr 2023-12-25T20:39:01.482 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:01 smithi080 conmon[36722]: .14180) 1212 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:01 smithi129 conmon[41175]: cluster 2023-12-25T20:39:00.062565+0000 mgr.smithi080.aipsvo (mgr.14180) 1212 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:01.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:01 smithi129 conmon[41175]: 2023-12-25T20:39:02.583 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:02.583 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:03.197 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:03.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:03 smithi080 conmon[36722]: cluster 2023-12-25T20:39:02.063358+0000 mgr.smithi080.aipsvo (mgr.14180) 1213 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:03.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:03 smithi080 conmon[36722]: audit 2023-12-25T20:39:02.578646+0000 mgr.smithi080.aipsvo (mgr.14180) 1214 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:03.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:03 smithi129 conmon[41175]: cluster 2023-12-25T20:39:02.063358+0000 mgr.smithi080.aipsvo (mgr.14180) 1213 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:03.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:03 smithi129 conmon[41175]: audit 2023-12-25T20:39:02.578646+0000 mgr.smithi080.aipsvo (mgr.14180) 1214 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:04.198 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:05.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:05 smithi080 conmon[36722]: cluster 2023-12-25T20:39:04.064006+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:39:05.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:05 smithi080 conmon[36722]: ) 1215 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:05.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:05 smithi129 conmon[41175]: cluster 2023-12-25T20:39:04.064006+0000 mgr.smithi080.aipsvo (mgr.14180) 1215 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:06.134 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:06.134 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:06.773 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:07.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:07 smithi129 conmon[41175]: cluster 2023-12-25T20:39:06.064453+0000 mgr.smithi080.aipsvo (mgr.14180) 1216 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:07.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:07 smithi129 conmon[41175]: audit 2023-12-25T20:39:06.130120+0000 mgr.smithi080.aipsvo (mgr.14180) 1217 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:07.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:07 smithi080 conmon[36722]: cluster 2023-12-25T20:39:06.064453+0000 mgr.smithi080.aipsvo (mgr.14180) 1216 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:07.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:07 smithi080 conmon[36722]: audit 2023-12-25T20:39:06.130120+0000 mgr.smithi080.aipsvo (mgr.14180) 1217 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:07.774 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:09.262 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:09 smithi080 conmon[36722]: cluster 2023-12-25T20:39:08.065019+0000 mgr.smithi080.aipsvo (mgr.14180) 1218 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:09.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:09 smithi129 conmon[41175]: cluster 2023-12-25T20:39:08.065019+0000 mgr.smithi080.aipsvo (mgr.14180) 1218 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:09.606 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:09.606 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:10.245 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:10.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:10 smithi129 conmon[41175]: audit 2023-12-25T20:39:09.602009+0000 mgr.smithi080.aipsvo (mgr.14180) 1219 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:10.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:10 smithi080 conmon[36722]: audit 2023-12-25T20:39:09.602009+0000 mgr.smithi080.aipsvo (mgr.14180) 1219 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:10.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:10 smithi080 conmon[36722]: 2023-12-25T20:39:11.246 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:11 smithi129 conmon[41175]: cluster 2023-12-25T20:39:10.065548+0000 mgr.smithi080.aipsvo (mgr.14180) 1220 : cluster 2023-12-25T20:39:11.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:11 smithi129 conmon[41175]: [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:11.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:11 smithi080 conmon[36722]: cluster 2023-12-25T20:39:10.065548+0000 mgr.smithi080.aipsvo (mgr.14180) 1220 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:13.130 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:13.130 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:13.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:13 smithi080 conmon[36722]: cluster 2023-12-25T20:39:12.066119+0000 mgr.smithi080.aipsvo (mgr.14180) 1221 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:13.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:13 smithi129 conmon[41175]: cluster 2023-12-25T20:39:12.066119+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:39:13.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:13 smithi129 conmon[41175]: 1221 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:13.794 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:14.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:14 smithi129 conmon[41175]: audit 2023-12-25T20:39:13.125098+0000 mgr.smithi080.aipsvo (mgr.14180) 1222 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:14 smithi080 conmon[36722]: audit 2023-12-25T20:39:13.125098+0000 mgr.smithi080.aipsvo (mgr.14180) 1222 : 2023-12-25T20:39:14.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:14 smithi080 conmon[36722]: audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:14.795 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:15.466 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:15 smithi080 conmon[36722]: cluster 2023-12-25T20:39:14.066723+0000 mgr.smithi080.aipsvo (mgr.14180) 1223 : cluster 2023-12-25T20:39:15.466 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:15 smithi080 conmon[36722]: [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:15.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:15 smithi129 conmon[41175]: cluster 2023-12-25T20:39:14.066723+0000 mgr.smithi080.aipsvo (mgr.14180) 1223 : cluster [DBG] 2023-12-25T20:39:15.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:15 smithi129 conmon[41175]: pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:16.627 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:16.627 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:17.194 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:17.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:17 smithi129 conmon[41175]: cluster 2023-12-25T20:39:16.067200+0000 mgr.smithi080.aipsvo (mgr.14180) 1224 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:17.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:17 smithi129 conmon[41175]: audit 2023-12-25T20:39:16.623163+0000 mgr.smithi080.aipsvo (mgr.14180) 1225 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:17.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:17 smithi080 conmon[36722]: cluster 2023-12-25T20:39:16.067200+0000 mgr.smithi080.aipsvo (mgr.14180) 1224 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:17.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:17 smithi080 conmon[36722]: audit 2023-12-25T20:39:16.623163+0000 mgr.smithi080.aipsvo (mgr.14180) 1225 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:18.195 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:19.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:19 smithi129 conmon[41175]: cluster 2023-12-25T20:39:18.067785+0000 mgr.smithi080.aipsvo (mgr.14180) 1226 : cluster [DBG] 2023-12-25T20:39:19.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:19 smithi129 conmon[41175]: pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:19.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:19 smithi080 conmon[36722]: cluster 2023-12-25T20:39:18.067785+0000 mgr.smithi080.aipsvo (mgr.14180) 1226 : cluster 2023-12-25T20:39:19.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:19 smithi080 conmon[36722]: [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:20.161 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:20.161 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:20.793 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:21 smithi129 conmon[41175]: cluster 2023-12-25T20:39:20.068181+0000 mgr.smithi080.aipsvo (mgr.14180) 1227 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:21.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:21 smithi129 conmon[41175]: audit 2023-12-25T20:39:20.157425+0000 mgr.smithi080.aipsvo (mgr.14180) 1228 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:21 smithi080 conmon[36722]: cluster 2023-12-25T20:39:20.068181+0000 mgr.smithi080.aipsvo (mgr.14180) 1227 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:21.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:21 smithi080 conmon[36722]: audit 2023-12-25T20:39:20.157425+0000 mgr.smithi080.aipsvo (mgr.14180) 1228 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:21.794 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:23.330 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:23 smithi080 conmon[36722]: cluster 2023-12-25T20:39:22.068733+0000 mgr.smithi080.aipsvo (mgr. 2023-12-25T20:39:23.331 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:23 smithi080 conmon[36722]: 14180) 1229 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:23.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:23 smithi129 conmon[41175]: cluster 2023-12-25T20:39:22.068733+0000 mgr.smithi080.aipsvo (mgr.14180) 1229 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:23.666 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:23.666 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:24.318 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:24 smithi129 conmon[41175]: audit 2023-12-25T20:39:23.662233+0000 mgr.smithi080.aipsvo (mgr.14180) 1230 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:24.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:24 smithi129 conmon[41175]: 2023-12-25T20:39:24.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:24 smithi080 conmon[36722]: audit 2023-12-25T20:39:23.662233+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:39:24.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:24 smithi080 conmon[36722]: ) 1230 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:25.320 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:25.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:25 smithi129 conmon[41175]: cluster 2023-12-25T20:39:24.069181+0000 mgr.smithi080.aipsvo (mgr.14180) 1231 : cluster [DBG] 2023-12-25T20:39:25.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:25 smithi129 conmon[41175]: pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:25.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:25 smithi080 conmon[36722]: cluster 2023-12-25T20:39:24.069181+0000 mgr.smithi080.aipsvo (mgr.14180) 1231 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:27.271 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:27.272 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:27.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:27 smithi080 conmon[36722]: cluster 2023-12-25T20:39:26.069582+0000 mgr.smithi080.aipsvo (mgr.14180) 1232 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:27.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:27 smithi129 conmon[41175]: cluster 2023-12-25T20:39:26.069582+0000 mgr.smithi080.aipsvo (mgr.14180) 1232 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:27.834 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:28.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:28 smithi129 conmon[41175]: audit 2023-12-25T20:39:27.267864+0000 mgr.smithi080.aipsvo (mgr.14180) 1233 : audit [DBG] 2023-12-25T20:39:28.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:28 smithi129 conmon[41175]: from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:28.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:28 smithi080 conmon[36722]: audit 2023-12-25T20:39:27.267864+0000 mgr.smithi080.aipsvo (mgr.14180 2023-12-25T20:39:28.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:28 smithi080 conmon[36722]: ) 1233 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:28.835 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:29.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:29 smithi129 conmon[41175]: cluster 2023-12-25T20:39:28.070301+0000 mgr.smithi080.aipsvo (mgr.14180) 1234 : cluster [DBG] 2023-12-25T20:39:29.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:29 smithi129 conmon[41175]: pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:29.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:29 smithi080 conmon[36722]: cluster 2023-12-25T20:39:28.070301+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:39:29.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:29 smithi080 conmon[36722]: 1234 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:30.763 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:30.764 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:31.299 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:31 smithi129 conmon[41175]: cluster 2023-12-25T20:39:30.070815+0000 mgr.smithi080.aipsvo (mgr.14180) 1235 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:31.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:31 smithi129 conmon[41175]: audit 2023-12-25T20:39:30.759767+0000 mgr.smithi080.aipsvo (mgr.14180) 1236 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:31 smithi080 conmon[36722]: cluster 2023-12-25T20:39:30.070815+0000 mgr.smithi080.aipsvo (mgr.14180) 1235 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:31.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:31 smithi080 conmon[36722]: audit 2023-12-25T20:39:30.759767+0000 mgr.smithi080.aipsvo (mgr.14180) 1236 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:32.300 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:33.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:33 smithi080 conmon[36722]: cluster 2023-12-25T20:39:32.071457+0000 mgr.smithi080.aipsvo (mgr.14180) 1237 2023-12-25T20:39:33.403 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:33 smithi080 conmon[36722]: : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:33.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:33 smithi129 conmon[41175]: cluster 2023-12-25T20:39:32.071457+0000 mgr.smithi080.aipsvo (mgr.14180) 1237 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:34.304 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:34.305 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:34.891 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:35.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:35 smithi129 conmon[41175]: cluster 2023-12-25T20:39:34.071945+0000 mgr.smithi080.aipsvo (mgr.14180) 1238 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:35.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:35 smithi129 conmon[41175]: 2023-12-25T20:39:35.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:35 smithi129 conmon[41175]: audit 2023-12-25T20:39:34.299743+0000 mgr.smithi080.aipsvo (mgr.14180) 1239 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:35 smithi080 conmon[36722]: cluster 2023-12-25T20:39:34.071945+0000 mgr.smithi080.aipsvo (mgr.14180) 1238 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:35.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:35 smithi080 conmon[36722]: audit 2023-12-25T20:39:34.299743+0000 mgr.smithi080.aipsvo (mgr.14180) 1239 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:35.892 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:37.426 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:37 smithi080 conmon[36722]: cluster 2023-12-25T20:39:36. 2023-12-25T20:39:37.426 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:37 smithi080 conmon[36722]: 072398+0000 mgr.smithi080.aipsvo (mgr.14180) 1240 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:37.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:37 smithi129 conmon[41175]: cluster 2023-12-25T20:39:36.072398+0000 mgr.smithi080.aipsvo (mgr.14180) 1240 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:37.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:37 smithi129 conmon[41175]: 2023-12-25T20:39:37.799 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:37.800 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:38.337 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:38 smithi080 conmon[36722]: audit 2023-12-25T20:39:37.795911+0000 mgr.smithi080.aipsvo (mgr.14180) 1241 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:38.355 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:38.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:38 smithi129 conmon[41175]: audit 2023-12-25T20:39:37.795911+0000 mgr.smithi080.aipsvo (mgr.14180) 1241 : audit [DBG] 2023-12-25T20:39:38.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:38 smithi129 conmon[41175]: from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:39.357 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:39.390 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:39 smithi080 conmon[36722]: cluster 2023-12-25T20:39:38.073244+0000 mgr.smithi080.aipsvo (mgr.14180) 1242 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:39.390 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:39 smithi080 conmon[36722]: 2023-12-25T20:39:39.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:39 smithi129 conmon[41175]: cluster 2023-12-25T20:39:38.073244+0000 mgr.smithi080.aipsvo (mgr.14180) 1242 : cluster [DBG] 2023-12-25T20:39:39.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:39 smithi129 conmon[41175]: pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:41.268 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:41.269 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:30:59.131065Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.xeaatw on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-xeaatw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.xeaatw\nDeploy daemon haproxy.rgw.foo.smithi129.xeaatw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:29:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:29:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:30:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.279402Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.xbpzdz on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-xbpzdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.xbpzdz\nDeploy daemon haproxy.rgw.foo.smithi080.xbpzdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:31:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:32:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:33:32.280574Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.yapdqo on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:41.272 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:41 smithi080 conmon[36722]: cluster 2023-12-25T20:39:40.073561+0000 mgr.smithi080.aipsvo (mgr.14180) 1243 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:41 smithi129 conmon[41175]: cluster 2023-12-25T20:39:40.073561+0000 mgr.smithi080.aipsvo (mgr.14180) 1243 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:41.822 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:42.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:42 smithi129 conmon[41175]: audit 2023-12-25T20:39:41.264395+0000 mgr.smithi080.aipsvo (mgr.14180) 1244 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:42.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:42 smithi129 conmon[41175]: 2023-12-25T20:39:42.522 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:42 smithi080 conmon[36722]: audit 2023-12-25T20:39:41.264395+0000 mgr.smithi080.aipsvo (mgr.14180) 1244 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:42.822 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:43.402 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:43 smithi080 conmon[36722]: cluster 2023-12-25T20:39:42.074314+0000 mgr.smithi080.aipsvo (mgr.14180) 1245 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:43.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:43 smithi129 conmon[41175]: cluster 2023-12-25T20:39:42.074314+0000 mgr.smithi080.aipsvo (mgr.14180) 1245 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:44.787 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:44.788 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: cluster 2023-12-25T20:39:44.074930+0000 mgr.smithi080.aipsvo (mgr.14180) 1246 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:45.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: cephadm 2023-12-25T20:39:44.648933+0000 mgr.smithi080.aipsvo (mgr.14180) 1247 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:39:45.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:39:45.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:39:45.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:39:45.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi080.flwcru ... 2023-12-25T20:39:45.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:39:45.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:39:45.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:37:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:38:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:39:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:39:45.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:39:45.274 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:39:45.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: Traceback (most recent call last): 2023-12-25T20:39:45.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:39:45.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: yield (conn, connr) 2023-12-25T20:39:45.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:39:45.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: code, '\n'.join(err))) 2023-12-25T20:39:45.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:39:45.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:39:45.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:39:45.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:39:45.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi080.flwcru ... 2023-12-25T20:39:45.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:39:45.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:39:45.275 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:37:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:38:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:39:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:39:45.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2023-12-25T20:39:45.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:39:45.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:39:45.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: cephadm 2023-12-25T20:39:44.649098+0000 mgr.smithi080.aipsvo (mgr.14180) 1248 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi080.flwcru 2023-12-25T20:39:45.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: audit 2023-12-25T20:39:44.649396+0000 mon.smithi080 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi080.flwcru"}]: dispatch 2023-12-25T20:39:45.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: cephadm 2023-12-25T20:39:44.650090+0000 mgr.smithi080.aipsvo (mgr.14180) 1249 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:39:45.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:39:45.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:39:45.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:39:45.276 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: Deploy daemon haproxy.rgw.foo.smithi080.flwcru ... 2023-12-25T20:39:45.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:39:45.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:39:45.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:37:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:38:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:39:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:39:45.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:39:45.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:39:45.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: cephadm 2023-12-25T20:39:44.652014+0000 mgr.smithi080.aipsvo (mgr.14180) 1250 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:39:45.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: cephadm 2023-12-25T20:39:44.653023+0000 mgr.smithi080.aipsvo (mgr.14180) 1251 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:39:45.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: cluster 2023-12-25T20:39:44.653613+0000 mgr.smithi080.aipsvo (mgr.14180) 1252 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:45.277 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:45 smithi080 conmon[36722]: audit 2023-12-25T20:39:44.783364+0000 mgr.smithi080.aipsvo (mgr.14180) 1253 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:45.405 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:45.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: cluster 2023-12-25T20:39:44.074930+0000 mgr.smithi080.aipsvo (mgr.14180) 1246 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:45.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: cephadm 2023-12-25T20:39:44.648933+0000 mgr.smithi080.aipsvo (mgr.14180) 1247 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:39:45.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:39:45.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:39:45.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:39:45.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi080.flwcru ... 2023-12-25T20:39:45.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:39:45.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:39:45.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:37:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:38:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:39:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:39:45.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:39:45.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:39:45.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: Traceback (most recent call last): 2023-12-25T20:39:45.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T20:39:45.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: yield (conn, connr) 2023-12-25T20:39:45.499 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T20:39:45.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: code, '\n'.join(err))) 2023-12-25T20:39:45.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: 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-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:39:45.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:39:45.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:39:45.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:39:45.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi080.flwcru ... 2023-12-25T20:39:45.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:39:45.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:39:45.500 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:37:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:38:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:39:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:39:45.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2023-12-25T20:39:45.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:39:45.501 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:39:45.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: cephadm 2023-12-25T20:39:44.649098+0000 mgr.smithi080.aipsvo (mgr.14180) 1248 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi080.flwcru 2023-12-25T20:39:45.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: audit 2023-12-25T20:39:44.649396+0000 mon.smithi080 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi080.flwcru"}]: dispatch 2023-12-25T20:39:45.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: cephadm 2023-12-25T20:39:44.650090+0000 mgr.smithi080.aipsvo (mgr.14180) 1249 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:39:45.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:39:45.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:39:45.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:39:45.502 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi080.flwcru ... 2023-12-25T20:39:45.503 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:39:45.503 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:39:45.503 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:37:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.503 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:38:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.503 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr time="2023-12-25T20:39:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:39:45.503 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:39:45.503 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:39:45.504 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: 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=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:39:45.504 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: cephadm 2023-12-25T20:39:44.652014+0000 mgr.smithi080.aipsvo (mgr.14180) 1250 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:39:45.504 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: cephadm 2023-12-25T20:39:44.653023+0000 mgr.smithi080.aipsvo (mgr.14180) 1251 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:39:45.504 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: cluster 2023-12-25T20:39:44.653613+0000 mgr.smithi080.aipsvo (mgr.14180) 1252 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:45.504 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:45 smithi129 conmon[41175]: audit 2023-12-25T20:39:44.783364+0000 mgr.smithi080.aipsvo (mgr.14180) 1253 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:46.406 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:46.439 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:46 smithi080 conmon[36722]: cluster 2023-12-25T20:39:45.140504+0000 mon.smithi080 (mon.0) 735 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T20:39:46.439 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:46 smithi080 conmon[36722]: audit 2023-12-25T20:39:45.607217+0000 mon.smithi080 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:39:46.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:46 smithi129 conmon[41175]: cluster 2023-12-25T20:39:45.140504+0000 mon.smithi080 (mon.0) 735 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T20:39:46.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:46 smithi129 conmon[41175]: audit 2023-12-25T20:39:45.607217+0000 mon.smithi080 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:39:47.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:47 smithi080 conmon[36722]: cluster 2023-12-25T20:39:46.654304+0000 mgr.smithi080.aipsvo (mgr.14180) 1254 : cluster 2023-12-25T20:39:47.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:47 smithi080 conmon[36722]: [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:47.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:47 smithi129 conmon[41175]: cluster 2023-12-25T20:39:46.654304+0000 mgr.smithi080.aipsvo (mgr.14180) 1254 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:48.423 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:48.423 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:49.264 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:49.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:49 smithi129 conmon[41175]: audit 2023-12-25T20:39:48.419037+0000 mgr.smithi080.aipsvo (mgr.14180) 1255 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:49.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:49 smithi129 conmon[41175]: cluster 2023-12-25T20:39:48.654954+0000 mgr.smithi080.aipsvo (mgr.14180) 1256 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:50.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:49 smithi080 conmon[36722]: audit 2023-12-25T20:39:48.419037+0000 mgr.smithi080.aipsvo (mgr.14180) 1255 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:50.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:49 smithi080 conmon[36722]: cluster 2023-12-25T20:39:48.654954+0000 mgr.smithi080.aipsvo (mgr.14180) 1256 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:50.265 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:51.864 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:51 smithi080 conmon[36722]: cluster 2023-12-25T20:39:50.655768+0000 mgr.smithi080.aipsvo (mgr.14180) 1257 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:51.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:51 smithi129 conmon[41175]: cluster 2023-12-25T20:39:50.655768+0000 mgr.smithi080.aipsvo (mgr.14180) 1257 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:52.225 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:52.225 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:52.920 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:53.921 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:53.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:53 smithi129 conmon[41175]: audit 2023-12-25T20:39:52.220315+0000 mgr.smithi080.aipsvo (mgr.14180) 1258 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:53.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:53 smithi129 conmon[41175]: cluster 2023-12-25T20:39:52.656556+0000 mgr.smithi080.aipsvo (mgr.14180) 1259 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:54.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:53 smithi080 conmon[36722]: audit 2023-12-25T20:39:52.220315+0000 mgr.smithi080.aipsvo (mgr.14180) 1258 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:54.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:53 smithi080 conmon[36722]: cluster 2023-12-25T20:39:52.656556+0000 mgr.smithi080.aipsvo (mgr.14180) 1259 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:55.799 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:55.799 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:55.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:55 smithi129 conmon[41175]: cluster 2023-12-25T20:39:54.657106+0000 mgr.smithi080.aipsvo (mgr.14180) 1260 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:55.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:55 smithi129 conmon[41175]: 2023-12-25T20:39:55.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:55 smithi129 conmon[41175]: audit 2023-12-25T20:39:55.170772+0000 mon.smithi080 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:39:56.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:55 smithi080 conmon[36722]: cluster 2023-12-25T20:39:54.657106+0000 mgr.smithi080.aipsvo (mgr.14180) 1260 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:56.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:55 smithi080 conmon[36722]: audit 2023-12-25T20:39:55.170772+0000 mon.smithi080 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:39:56.452 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:56.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:56 smithi129 conmon[41175]: audit 2023-12-25T20:39:55.795087+0000 mgr.smithi080.aipsvo (mgr.14180) 1261 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:57.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:56 smithi080 conmon[36722]: audit 2023-12-25T20:39:55.795087+0000 mgr.smithi080.aipsvo (mgr.14180) 1261 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:39:57.453 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:39:57.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:57 smithi080 conmon[36722]: cluster 2023-12-25T20:39:56.657964+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:39:57.773 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:57 smithi080 conmon[36722]: mgr.14180) 1262 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:57.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:57 smithi129 conmon[41175]: cluster 2023-12-25T20:39:56.657964+0000 mgr.smithi080.aipsvo (mgr.14180) 1262 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:39:59.251 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:39:59.251 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:39:59.827 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:39:59.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:59 smithi129 conmon[41175]: cluster 2023-12-25T20:39:58.658599+0000 mgr.smithi080.aipsvo (mgr.14180) 1263 : cluster [DBG] 2023-12-25T20:39:59.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:39:59 smithi129 conmon[41175]: pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:00.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:39:59 smithi080 conmon[36722]: cluster 2023-12-25T20:39:58.658599+0000 mgr.smithi080.aipsvo (mgr.14180) 1263 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:00.827 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:40:00.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: audit 2023-12-25T20:39:59.246853+0000 mgr.smithi080.aipsvo (mgr.14180) 1264 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:00.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00.000095+0000 mon.smithi080 (mon.0) 738 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-25T20:40:00.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00.000119+0000 mon.smithi080 (mon.0) 739 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-25T20:40:00.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00.000134+0000 mon.smithi080 (mon. 2023-12-25T20:40:00.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 0) 740 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:40:00.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40: 2023-12-25T20:40:00.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 00.000163+0000 mon.smithi080 (mon.0) 741 : cluster [WRN] 2023-12-25T20:40:00.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:40:00.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00.000175+0000 mon.smithi080 ( 2023-12-25T20:40:00.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: mon.0) 742 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:40:00.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20 2023-12-25T20:40:00.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: :40:00.000188+0000 mon.smithi080 (mon.0) 743 : 2023-12-25T20:40:00.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:40:00.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00. 2023-12-25T20:40:00.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 000202+0000 mon.smithi080 (mon.0) 744 : cluster [WRN] 2023-12-25T20:40:00.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: Deploy daemon haproxy.rgw.foo.smithi129.gqzpam ... 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00.000217+0000 mon.smithi080 (mon.0) 745 : cluster [WRN] 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 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=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00.000244+0000 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: mon.smithi080 (mon.0) 746 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023- 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 12-25T20:40:00.000259+0000 mon.smithi080 (mon.0) 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 747 : cluster [WRN] stat: stderr time="2023-12-25T20:35:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20: 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 40:00.000280+0000 mon.smithi080 (mon.0) 748 : cluster 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: [WRN] stat: stderr time="2023-12-25T20:35:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00.000296+0000 mon.smithi080 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: (mon.0) 749 : cluster [WRN] stat: stderr time="2023-12-25T20:36:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00.000311 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 750 : cluster [WRN] stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:40:00.999 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023- 2023-12-25T20:40:01.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 12-25T20:40:00.000328+0000 mon.smithi080 (mon.0 2023-12-25T20:40:01.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: ) 751 : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:40:01.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20 2023-12-25T20:40:01.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: :40:00.000342+0000 mon.smithi080 (mon.0) 752 : 2023-12-25T20:40:01.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:40:01.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00.000363+0000 2023-12-25T20:40:01.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: mon.smithi080 (mon.0) 753 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:40:01.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023 2023-12-25T20:40:01.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: -12-25T20:40:00.000377+0000 mon.smithi080 (mon. 2023-12-25T20:40:01.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 0) 754 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:40:01.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T 2023-12-25T20:40:01.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 20:40:00.000392+0000 mon.smithi080 (mon.0) 755 2023-12-25T20:40:01.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:40:01.000 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40: 2023-12-25T20:40:01.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 00.000406+0000 mon.smithi080 (mon.0) 756 : cluster [WRN] 2023-12-25T20:40:01.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:40:01.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00.000420 2023-12-25T20:40:01.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: +0000 mon.smithi080 (mon.0) 757 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi080.flwcru ... 2023-12-25T20:40:01.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:01.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 2023-12-25T20:40:00.000452+0000 mon.smithi080 ( 2023-12-25T20:40:01.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: mon.0) 758 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:40:01.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25 2023-12-25T20:40:01.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: T20:40:00.000464+0000 mon.smithi080 (mon.0) 2023-12-25T20:40:01.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 759 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:40:01.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40 2023-12-25T20:40:01.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: :00.000478+0000 mon.smithi080 (mon.0) 760 : cluster 2023-12-25T20:40:01.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: [WRN] stat: stderr time="2023-12-25T20:37:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:40:01.001 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00.000491+0000 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: mon.smithi080 (mon.0) 761 : cluster [WRN] stat: stderr time="2023-12-25T20:38:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 20:40:00.000504+0000 mon.smithi080 (mon.0) 762 : 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster [WRN] stat: stderr time="2023-12-25T20:39:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00. 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 000527+0000 mon.smithi080 (mon.0) 763 : cluster [WRN] 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00.000540+0000 mon.smithi080 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: (mon.0) 764 : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 20:40:00.000554+0000 mon.smithi080 (mon.0) 765 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023- 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: 12-25T20:40:00.000567+0000 mon.smithi080 (mon.0 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: ) 766 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:40:01.002 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster 2023-12-25T20 2023-12-25T20:40:01.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: :40:00.000581+0000 mon.smithi080 (mon.0) 767 : 2023-12-25T20:40:01.003 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:00 smithi129 conmon[41175]: cluster [WRN] Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:40:01.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: audit 2023-12-25T20:39:59.246853+0000 mgr.smithi080.aipsvo (mgr.14180) 1264 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:01.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023-12-25T20:40:00.000095+0000 mon.smithi080 (mon.0) 738 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-25T20:40:01.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023-12-25T20:40:00.000119+0000 mon.smithi080 (mon.0) 739 : cluster [WRN] 2023-12-25T20:40:01.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-25T20:40:01.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023-12 2023-12-25T20:40:01.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -25T20:40:00.000134+0000 mon.smithi080 (mon.0 2023-12-25T20:40:01.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: ) 740 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:40:01.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023-12-25T20:40:01.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 2023-12-25T20:40: 2023-12-25T20:40:01.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 00.000163+0000 mon.smithi080 (mon.0) 2023-12-25T20:40:01.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 741 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam 2023-12-25T20:40:01.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023-12 2023-12-25T20:40:01.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -25T20:40:00.000175+0000 mon.smithi080 2023-12-25T20:40:01.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: (mon.0) 742 : cluster [WRN] 2023-12-25T20:40:01.024 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:40:01.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023-12-25T20:40:01.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 2023-12-25T20:40 2023-12-25T20:40:01.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: :00.000188+0000 mon.smithi080 (mon 2023-12-25T20:40:01.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: .0) 743 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam 2023-12-25T20:40:01.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 2023-12-25T20:40:01.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023- 2023-12-25T20:40:01.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 12-25T20:40:00. 2023-12-25T20:40:01.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 000202+0000 mon.smithi080 (mon.0) 744 2023-12-25T20:40:01.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi129.gqzpam ... 2023-12-25T20:40:01.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023-12-25T20:40:01.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 2023-12-25T20:40: 2023-12-25T20:40:01.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 00.000217+0000 mon.smithi080 (mon. 2023-12-25T20:40:01.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 0) 745 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:40:01.025 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023-12 2023-12-25T20:40:01.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -25T20:40:00.000244+0000 2023-12-25T20:40:01.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: mon.smithi080 (mon.0) 746 : cluster [WRN] 2023-12-25T20:40:01.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:40:01.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:40:01.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -12-25T20:40:00. 2023-12-25T20:40:01.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 000259+0000 mon.smithi080 (mon.0) 2023-12-25T20:40:01.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 747 : cluster [WRN] stat: stderr time="2023-12-25T20:35:14Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:40:01.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023- 2023-12-25T20:40:01.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 12-25T20:40:00.000280+0000 2023-12-25T20:40:01.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: mon.smithi080 (mon.0) 748 : cluster [WRN] 2023-12-25T20:40:01.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: stat: stderr time="2023-12-25T20:35:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:40:01.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023-12-25T20:40:01.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 2023-12-25T20:40: 2023-12-25T20:40:01.026 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 00.000296+0000 mon.smithi080 (mon. 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 0) 749 : cluster [WRN] stat: stderr time="2023-12-25T20:36:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023-12 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -25T20:40:00.000311+0000 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: mon.smithi080 (mon.0) 750 : cluster [WRN] 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023-12-25 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: T20:40:00.000328+0000 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: mon.smithi080 (mon.0) 751 : cluster 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -12-25T20:40:00. 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 000342+0000 mon.smithi080 (mon.0) 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 752 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023- 2023-12-25T20:40:01.027 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 12-25T20:40:00.000363+0000 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: mon.smithi080 (mon.0) 753 : cluster 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: [WRN] Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023-12- 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 25T20:40:00.000377+0000 mon.smithi080 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: (mon.0) 754 : cluster [WRN] 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023-12 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -25T20:40:00.000392+0000 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: mon.smithi080 (mon.0) 755 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -12-25T20:40:00.000406 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 756 : 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:40:01.028 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -12-25T20:40:00.000420 2023-12-25T20:40:01.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 757 : 2023-12-25T20:40:01.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi080.flwcru ... 2023-12-25T20:40:01.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:40:01.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -12-25T20:40:00. 2023-12-25T20:40:01.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 000452+0000 mon.smithi080 (mon.0) 758 2023-12-25T20:40:01.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:40:01.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:40:01.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -12-25T20:40:00.000464 2023-12-25T20:40:01.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: +0000 mon.smithi080 (mon.0) 759 : 2023-12-25T20:40:01.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-25T20:40:01.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:40:01.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -12-25T20:40:00 2023-12-25T20:40:01.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: .000478+0000 mon.smithi080 (mon.0 2023-12-25T20:40:01.029 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: ) 760 : cluster [WRN] stat: stderr time="2023-12-25T20:37:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:40:01.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:40:01.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -12-25T20:40:00. 2023-12-25T20:40:01.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 000491+0000 mon.smithi080 (mon.0) 2023-12-25T20:40:01.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 761 : cluster [WRN] stat: stderr time="2023-12-25T20:38:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:40:01.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:40:01.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -12-25T20:40:00. 2023-12-25T20:40:01.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 000504+0000 mon.smithi080 (mon.0) 2023-12-25T20:40:01.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 762 : cluster [WRN] stat: stderr time="2023-12-25T20:39:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-25T20:40:01.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:40:01.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -12-25T20:40:00. 2023-12-25T20:40:01.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 000527+0000 mon.smithi080 (mon.0) 2023-12-25T20:40:01.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 763 : cluster [WRN] stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:40:01.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:40:01.030 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -12-25T20:40:00. 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 000540+0000 mon.smithi080 (mon.0) 764 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: -12-25T20:40:00. 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 000554+0000 mon.smithi080 (mon.0) 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 765 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023- 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 12-25T20:40:00.000567+0000 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: mon.smithi080 (mon.0) 766 : cluster 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: [WRN] Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: cluster 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 2023-12-25T20: 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: 40:00.000581+0000 mon.smithi080 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: (mon.0) 767 : cluster 2023-12-25T20:40:01.031 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:00 smithi080 conmon[36722]: [WRN] Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-25T20:40:01.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:01 smithi129 conmon[41175]: cluster 2023-12-25T20:40:00.659265+0000 mgr.smithi080.aipsvo (mgr.14180) 1265 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:02.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:01 smithi080 conmon[36722]: cluster 2023-12-25T20:40:00.659265+0000 mgr.smithi080.aipsvo (mgr.14180) 1265 2023-12-25T20:40:02.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:01 smithi080 conmon[36722]: : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:02.746 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:40:02.746 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:40:03.360 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:40:03.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:03 smithi129 conmon[41175]: cluster 2023-12-25T20:40:02.659906+0000 mgr.smithi080.aipsvo (mgr.14180) 1266 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:03.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:03 smithi129 conmon[41175]: 2023-12-25T20:40:03.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:03 smithi129 conmon[41175]: audit 2023-12-25T20:40:02.740840+0000 mgr.smithi080.aipsvo (mgr.14180) 1267 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:04.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:03 smithi080 conmon[36722]: cluster 2023-12-25T20:40:02.659906+0000 mgr.smithi080.aipsvo (mgr.14180) 1266 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:04.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:03 smithi080 conmon[36722]: audit 2023-12-25 2023-12-25T20:40:04.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:03 smithi080 conmon[36722]: T20:40:02.740840+0000 mgr.smithi080.aipsvo (mgr.14180) 1267 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:04.361 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:40:06.004 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:05 smithi080 conmon[36722]: cluster 2023-12-25T20:40:04.660895+0000 mgr.smithi080.aipsvo (mgr.14180) 1268 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:06.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:05 smithi129 conmon[41175]: cluster 2023-12-25T20:40:04.660895+0000 mgr.smithi080.aipsvo (mgr.14180) 1268 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:06.402 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:40:06.402 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:40:07.069 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:40:07.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:07 smithi129 conmon[41175]: audit 2023-12-25T20:40:06.398365+0000 mgr.smithi080.aipsvo (mgr.14180) 1269 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:07.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:07 smithi129 conmon[41175]: cluster 2023-12-25T20:40:06.661622+0000 mgr.smithi080.aipsvo (mgr.14180) 1270 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:07.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:07 smithi080 conmon[36722]: audit 2023-12-25T20:40:06.398365+0000 mgr.smithi080.aipsvo (mgr.14180) 1269 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:07.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:07 smithi080 conmon[36722]: cluster 2023-12-25T20:40:06.661622+0000 mgr.smithi080.aipsvo (mgr.14180) 1270 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:08.070 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:40:09.910 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:40:09.910 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:40:09.931 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:09 smithi080 conmon[36722]: cluster 2023-12-25T20:40:08.662306+0000 mgr.smithi080.aipsvo (mgr.14180) 1271 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:09.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:09 smithi129 conmon[41175]: cluster 2023-12-25T20:40:08.662306+0000 mgr.smithi080.aipsvo (mgr.14180) 1271 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:09.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:09 smithi129 conmon[41175]: 2023-12-25T20:40:10.492 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:40:11.494 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:40:11.974 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:11 smithi080 conmon[36722]: audit 2023-12-25T20:40:09.905211+0000 mgr.smithi080.aipsvo (mgr.14180) 1272 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:11.974 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:11 smithi080 conmon[36722]: cluster 2023-12-25T20:40:10.662913+0000 mgr.smithi080.aipsvo (mgr.14180) 1273 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:11.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:11 smithi129 conmon[41175]: audit 2023-12-25T20:40:09.905211+0000 mgr.smithi080.aipsvo (mgr.14180) 1272 : audit [DBG] 2023-12-25T20:40:11.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:11 smithi129 conmon[41175]: from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:11.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:11 smithi129 conmon[41175]: cluster 2023-12-25T20:40:10.662913+0000 mgr.smithi080.aipsvo (mgr.14180) 1273 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:13.408 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:40:13.409 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:40:13.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:13 smithi129 conmon[41175]: cluster 2023-12-25T20:40:12.663869+0000 mgr.smithi080.aipsvo (mgr.14180) 1274 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:14.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:13 smithi080 conmon[36722]: cluster 2023-12-25T20:40:12.663869+0000 mgr.smithi080.aipsvo (mgr.14180) 1274 : cluster [DBG] 2023-12-25T20:40:14.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:13 smithi080 conmon[36722]: pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:14.064 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:40:14.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:14 smithi129 conmon[41175]: audit 2023-12-25T20:40:13.404636+0000 mgr.smithi080.aipsvo (mgr.14180) 1275 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:15.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:14 smithi080 conmon[36722]: audit 2023-12-25T20:40:13.404636+0000 mgr.smithi080.aipsvo (mgr.14180) 1275 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:15.065 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:40:15.949 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:15 smithi080 conmon[36722]: cluster 2023-12-25T20:40:14.664538+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:40:15.949 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:15 smithi080 conmon[36722]: 1276 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:15.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:15 smithi129 conmon[41175]: cluster 2023-12-25T20:40:14.664538+0000 mgr.smithi080.aipsvo (mgr.14180) 1276 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:15.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:15 smithi129 conmon[41175]: 2023-12-25T20:40:16.977 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:40:16.977 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:40:17.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:17 smithi080 conmon[36722]: cluster 2023-12-25T20:40:16.665518+0000 mgr.smithi080.aipsvo (mgr.14180) 1277 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:17.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:17 smithi129 conmon[41175]: cluster 2023-12-25T20:40:16.665518+0000 mgr.smithi080.aipsvo (mgr.14180) 1277 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:17.522 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:40:18.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:18 smithi129 conmon[41175]: audit 2023-12-25T20:40:16.973309+0000 mgr.smithi080.aipsvo (mgr.14180) 1278 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:18.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:18 smithi080 conmon[36722]: audit 2023-12-25T20:40:16.973309+0000 mgr.smithi080.aipsvo (mgr.14180) 1278 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:18.523 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:40:19.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:19 smithi080 conmon[36722]: cluster 2023-12-25T20:40:18.666300+0000 mgr.smithi080.aipsvo (mgr.14180) 1279 : 2023-12-25T20:40:19.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:19 smithi080 conmon[36722]: cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:19.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:19 smithi129 conmon[41175]: cluster 2023-12-25T20:40:18.666300+0000 mgr.smithi080.aipsvo (mgr.14180) 1279 : cluster [DBG] 2023-12-25T20:40:19.498 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:19 smithi129 conmon[41175]: pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:20.505 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:40:20.558 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:40:21.089 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:40:21.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:21 smithi129 conmon[41175]: audit 2023-12-25T20:40:20.501778+0000 mgr.smithi080.aipsvo (mgr.14180) 1280 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:21.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:21 smithi129 conmon[41175]: 2023-12-25T20:40:21.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:21 smithi129 conmon[41175]: cluster 2023-12-25T20:40:20.666937+0000 mgr.smithi080.aipsvo (mgr.14180) 1281 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:22.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:21 smithi080 conmon[36722]: audit 2023-12-25T20:40:20.501778+0000 mgr.smithi080.aipsvo (mgr.14180) 1280 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:22.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:21 smithi080 conmon[36722]: cluster 2023-12-25T20:40:20.666937+0000 mgr.smithi080.aipsvo (mgr.14180) 1281 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:22.090 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:40:23.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:23 smithi129 conmon[41175]: cluster 2023-12-25T20:40:22.667682+0000 mgr.smithi080.aipsvo (mgr.14180) 1282 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:23.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:23 smithi129 conmon[41175]: 2023-12-25T20:40:24.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:23 smithi080 conmon[36722]: cluster 2023-12-25T20:40:22.667682+0000 mgr.smithi080.aipsvo (mgr.14180) 1282 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:24.079 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:40:24.079 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:40:24.771 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:40:25.772 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:40:25.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:25 smithi129 conmon[41175]: audit 2023-12-25T20:40:24.075661+0000 mgr.smithi080.aipsvo (mgr.14180) 1283 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:25.998 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:25 smithi129 conmon[41175]: cluster 2023-12-25T20:40:24.668123+0000 mgr.smithi080.aipsvo (mgr.14180) 1284 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:26.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:25 smithi080 conmon[36722]: audit 2023-12-25T20:40:24.075661+0000 mgr.smithi080.aipsvo (mgr.14180) 1283 : audit [DBG] 2023-12-25T20:40:26.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:25 smithi080 conmon[36722]: from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:26.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:25 smithi080 conmon[36722]: cluster 2023-12-25T20:40:24.668123+0000 mgr.smithi080.aipsvo (mgr.14180) 1284 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:27.350 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:27 smithi080 conmon[36722]: cluster 2023-12-25T20:40:26.668777+0000 mgr.smithi080.aipsvo (mgr.14180) 2023-12-25T20:40:27.350 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:27 smithi080 conmon[36722]: 1285 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:27.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:27 smithi129 conmon[41175]: cluster 2023-12-25T20:40:26.668777+0000 mgr.smithi080.aipsvo (mgr.14180) 1285 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:27.760 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:40:27.760 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:40:28.328 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:40:28.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:28 smithi129 conmon[41175]: audit 2023-12-25T20:40:27.755985+0000 mgr.smithi080.aipsvo (mgr.14180) 1286 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:28.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:28 smithi129 conmon[41175]: 2023-12-25T20:40:28.523 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:28 smithi080 conmon[36722]: audit 2023-12-25T20:40:27.755985+0000 mgr.smithi080.aipsvo (mgr.14180) 1286 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:29.329 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:40:29.363 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:29 smithi080 conmon[36722]: cluster 2023-12-25T20:40:28.669543+0000 mgr.smithi080.aipsvo (mgr.14180) 1287 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:29.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:29 smithi129 conmon[41175]: cluster 2023-12-25T20:40:28.669543+0000 mgr.smithi080.aipsvo (mgr.14180) 1287 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:31.310 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:40:31.311 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:40:31.921 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:40:31.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:31 smithi129 conmon[41175]: cluster 2023-12-25T20:40:30.670164+0000 mgr.smithi080.aipsvo (mgr.14180) 1288 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:31.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:31 smithi129 conmon[41175]: 2023-12-25T20:40:32.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:31 smithi080 conmon[36722]: cluster 2023-12-25T20:40:30.670164+0000 mgr.smithi080.aipsvo (mgr.14180) 1288 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:32.921 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:40:32.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:32 smithi129 conmon[41175]: audit 2023-12-25T20:40:31.306601+0000 mgr.smithi080.aipsvo (mgr.14180) 1289 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:33.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:32 smithi080 conmon[36722]: audit 2023-12-25T20:40:31.306601+0000 mgr.smithi080.aipsvo (mgr.14180) 1289 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:33.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:33 smithi129 conmon[41175]: cluster 2023-12-25T20:40:32.670871+0000 mgr.smithi080.aipsvo (mgr.14180) 1290 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:33.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:33 smithi129 conmon[41175]: 2023-12-25T20:40:34.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:33 smithi080 conmon[36722]: cluster 2023-12-25T20:40:32.670871+0000 mgr.smithi080.aipsvo (mgr.14180) 1290 : cluster 2023-12-25T20:40:34.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:33 smithi080 conmon[36722]: [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:34.794 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:40:34.794 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:40:35.453 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:40:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:35 smithi129 conmon[41175]: cluster 2023-12-25T20:40:34.671384+0000 mgr.smithi080.aipsvo (mgr.14180) 1291 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:35.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:35 smithi129 conmon[41175]: audit 2023-12-25T20:40:34.789734+0000 mgr.smithi080.aipsvo (mgr.14180) 1292 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:35 smithi080 conmon[36722]: cluster 2023-12-25T20:40:34.671384+0000 mgr.smithi080.aipsvo (mgr.14180) 1291 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:36.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:35 smithi080 conmon[36722]: audit 2023-12-25T20:40:34.789734+0000 mgr.smithi080.aipsvo (mgr.14180) 1292 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:36.455 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:40:37.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:37 smithi080 conmon[36722]: cluster 2023-12-25T20:40:36.672035+0000 mgr.smithi080.aipsvo (mgr.14180) 1293 : 2023-12-25T20:40:37.273 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:37 smithi080 conmon[36722]: cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:37.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:37 smithi129 conmon[41175]: cluster 2023-12-25T20:40:36.672035+0000 mgr.smithi080.aipsvo (mgr.14180) 1293 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:38.403 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:40:38.403 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:40:39.002 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:40:39.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:39 smithi129 conmon[41175]: audit 2023-12-25T20:40:38.398633+0000 mgr.smithi080.aipsvo (mgr.14180) 1294 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:39.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:39 smithi129 conmon[41175]: cluster 2023-12-25T20:40:38.672670+0000 mgr.smithi080.aipsvo (mgr.14180) 1295 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:40.002 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:40:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:39 smithi080 conmon[36722]: audit 2023-12-25T20:40:38.398633+0000 mgr.smithi080.aipsvo (mgr.14180) 1294 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:40.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:39 smithi080 conmon[36722]: cluster 2023-12-25T20:40:38.672670+0000 mgr.smithi080.aipsvo (mgr.14180) 1295 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:41.795 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:40:41.795 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:40:41.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:41 smithi129 conmon[41175]: cluster 2023-12-25T20:40:40.673520+0000 mgr.smithi080.aipsvo (mgr.14180) 1296 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:42.001 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:41 smithi080 conmon[36722]: cluster 2023-12-25T20:40:40.673520+0000 mgr.smithi080.aipsvo (mgr.14180) 1296 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:42.358 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:40:42.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:42 smithi129 conmon[41175]: audit 2023-12-25T20:40:41.791750+0000 mgr.smithi080.aipsvo (mgr.14180) 1297 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:43.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:42 smithi080 conmon[36722]: audit 2023-12-25T20:40:41.791750+0000 mgr.smithi080.aipsvo (mgr.14180) 1297 : 2023-12-25T20:40:43.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:42 smithi080 conmon[36722]: audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:43.359 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:40:43.996 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:43 smithi129 conmon[41175]: cluster 2023-12-25T20:40:42.674198+0000 mgr.smithi080.aipsvo (mgr.14180) 1298 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:44.021 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:43 smithi080 conmon[36722]: cluster 2023-12-25T20:40:42.674198+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:40:44.021 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:43 smithi080 conmon[36722]: mgr.14180) 1298 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:44.971 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:44 smithi080 conmon[36722]: audit 2023-12-25T20:40:44.655103+0000 mon.smithi080 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:40:45.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:44 smithi129 conmon[41175]: audit 2023-12-25T20:40:44.655103+0000 mon.smithi080 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T20:40:45.348 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:40:45.348 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:34:37.669712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:34:34.045762Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:34:37.669836Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:34:34.045962Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:34:34.046073Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:34:34.046190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:34:34.046288Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:34:37.669954Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:34:34.046672Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:40:46.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:45 smithi080 conmon[36722]: cluster 2023-12-25T20:40:44.674633+0000 mgr.smithi080.aipsvo (mgr.14180) 1299 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:46.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:45 smithi080 conmon[36722]: audit 2023-12-25T20:40:44.920873+0000 mon.smithi080 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:40:46.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:45 smithi129 conmon[41175]: cluster 2023-12-25T20:40:44.674633+0000 mgr.smithi080.aipsvo (mgr.14180) 1299 : cluster 2023-12-25T20:40:46.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:45 smithi129 conmon[41175]: [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:46.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:45 smithi129 conmon[41175]: audit 2023-12-25T20:40:44.920873+0000 mon.smithi080 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:40:46.349 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:40:47.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:46 smithi080 conmon[36722]: audit 2023-12-25T20:40:45.343938+0000 mgr.smithi080.aipsvo (mgr.14180) 1300 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:47.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:46 smithi080 conmon[36722]: audit 2023-12-25T20:40:46.678921+0000 mon.smithi080 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:40:47.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:46 smithi129 conmon[41175]: audit 2023-12-25T20:40:45.343938+0000 mgr.smithi080.aipsvo (mgr.14180) 1300 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:47.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:46 smithi129 conmon[41175]: audit 2023-12-25T20:40:46.678921+0000 mon.smithi080 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:40:47.350 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T20:40:48.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:47 smithi080 conmon[36722]: cluster 2023-12-25T20:40:46.675460+0000 mgr.smithi080.aipsvo (mgr.14180) 1301 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:48.246 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:47 smithi129 conmon[41175]: cluster 2023-12-25T20:40:46.675460+0000 mgr.smithi080.aipsvo (mgr.14180) 1301 : cluster [DBG] 2023-12-25T20:40:48.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:47 smithi129 conmon[41175]: pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:49.562 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-25T20:40:49.562 INFO:teuthology.orchestra.run.smithi080.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T20:13:08.767565Z", "last_refresh": "2023-12-25T20:40:49.398913Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T20:13:03.903820Z", "last_refresh": "2023-12-25T20:40:46.672866Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T20:13:06.485460Z", "last_refresh": "2023-12-25T20:40:49.399035Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:33:32.281514Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.atxnvc on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:37:11.197458Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi129.gqzpam on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi129-gqzpam\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi129.gqzpam\nDeploy daemon haproxy.rgw.foo.smithi129.gqzpam ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:35:14Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:35:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:36:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.649964Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi080.flwcru on smithi080: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy-rgw-foo-smithi080-flwcru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-haproxy.rgw.foo.smithi080.flwcru\nDeploy daemon haproxy.rgw.foo.smithi080.flwcru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-25T20:37:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:38:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-25T20:39:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi080 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T20:39:44.651910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi129.pztlgs on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-25T20:39:44.652957Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi080.hqoiqb on smithi080: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.80/16"}, "status": {"created": "2023-12-25T20:17:44.007949Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.80/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T20:13:02.672947Z", "last_refresh": "2023-12-25T20:40:46.673002Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:29.334294Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi080:172.21.15.80=smithi080", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T20:14:29.331882Z", "last_refresh": "2023-12-25T20:40:46.673071Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T20:13:07.585928Z", "last_refresh": "2023-12-25T20:40:46.673132Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T20:14:54.441401Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T20:14:54.438318Z", "last_refresh": "2023-12-25T20:40:46.673205Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T20:13:05.183282Z", "last_refresh": "2023-12-25T20:40:49.399186Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-25T20:17:44.007543Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-25T20:17:50.416016Z", "last_refresh": "2023-12-25T20:40:46.673463Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-25T20:40:50.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:49 smithi080 conmon[36722]: cluster 2023-12-25T20:40:48.676081+0000 mgr.smithi080.aipsvo (mgr.14180) 1302 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:50.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:49 smithi080 conmon[36722]: audit 2023-12-25T20:40:49.405412+0000 mon.smithi080 (mon.0) 771 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:40:50.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:49 smithi080 conmon[36722]: audit 2023-12-25T20:40:49.718702+0000 mon.smithi080 (mon.0) 772 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:40:50.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:49 smithi080 conmon[36722]: audit 2023-12-25T20:40:49.719316+0000 mon.smithi080 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:40:50.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:49 smithi080 conmon[36722]: audit 2023-12-25T20:40:49.723576+0000 mon.smithi080 (mon.0) 774 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:40:50.023 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:49 smithi080 conmon[36722]: audit 2023-12-25T20:40:49.727119+0000 mon.smithi080 (mon.0) 775 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:40:50.232 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-25T20:40:50.233 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-25T20:40:50.375 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=109db82c417440438e1405516b89d694 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-25T20:40:50.377 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-25T20:40:50.387 INFO:tasks.vip:Removing 10.0.15.80 (and any VIPs) on smithi080.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T20:40:50.388 DEBUG:teuthology.orchestra.run.smithi080:> sudo ip addr del 10.0.15.80/16 dev enp3s0f1 2023-12-25T20:40:50.400 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:49 smithi129 conmon[41175]: cluster 2023-12-25T20:40:48.676081+0000 mgr.smithi080.aipsvo (mgr.14180) 1302 : 2023-12-25T20:40:50.401 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:49 smithi129 conmon[41175]: cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:50.401 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:49 smithi129 conmon[41175]: audit 2023-12-25T20:40:49.405412+0000 mon.smithi080 (mon.0) 771 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:40:50.401 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:49 smithi129 conmon[41175]: audit 2023-12-25T20:40:49.718702+0000 mon.smithi080 (mon.0) 772 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T20:40:50.401 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:49 smithi129 conmon[41175]: audit 2023-12-25T20:40:49.719316+0000 mon.smithi080 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T20:40:50.401 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:49 smithi129 conmon[41175]: audit 2023-12-25T20:40:49.723576+0000 mon.smithi080 (mon.0) 774 : audit [INF] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' 2023-12-25T20:40:50.401 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:49 smithi129 conmon[41175]: audit 2023-12-25T20:40:49.727119+0000 mon.smithi080 (mon.0) 775 : audit [DBG] from='mgr.14180 172.21.15.80:0/4257300245' entity='mgr.smithi080.aipsvo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T20:40:50.434 DEBUG:teuthology.orchestra.run.smithi080:> sudo ip addr del 10.0.31.80/16 dev enp3s0f1 2023-12-25T20:40:50.501 INFO:teuthology.orchestra.run.smithi080.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-25T20:40:50.502 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-25T20:40:50.503 INFO:tasks.vip:Removing 10.0.15.129 (and any VIPs) on smithi129.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T20:40:50.503 DEBUG:teuthology.orchestra.run.smithi129:> sudo ip addr del 10.0.15.129/16 dev enp3s0f1 2023-12-25T20:40:50.548 DEBUG:teuthology.orchestra.run.smithi129:> sudo ip addr del 10.0.31.80/16 dev enp3s0f1 2023-12-25T20:40:50.575 INFO:teuthology.orchestra.run.smithi129.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-25T20:40:50.577 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-25T20:40:50.577 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-25T20:40:50.588 INFO:tasks.cephadm:Teardown begin 2023-12-25T20:40:50.589 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:40:50.615 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:40:50.645 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-25T20:40:50.645 DEBUG:teuthology.orchestra.run.smithi080:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T20:40:50.672 DEBUG:teuthology.orchestra.run.smithi129:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T20:40:50.701 INFO:tasks.cephadm:Stopping all daemons... 2023-12-25T20:40:50.701 INFO:tasks.cephadm.mon.smithi080:Stopping mon.smithi080... 2023-12-25T20:40:50.702 DEBUG:teuthology.orchestra.run.smithi080:> sudo systemctl stop ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@mon.smithi080 2023-12-25T20:40:50.757 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:50 smithi080 systemd[1]: Stopping Ceph mon.smithi080 for d1fa5dae-a361-11ee-95a5-87774f69a715... 2023-12-25T20:40:50.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:50 smithi129 conmon[41175]: audit 2023-12-25T20:40:49.557791+0000 mgr.smithi080.aipsvo (mgr.14180) 1303 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:50.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:50 smithi129 conmon[41175]: cluster 2023-12-25T20:40:49.723976+0000 mgr.smithi080.aipsvo (mgr.14180) 1304 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:50.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:50 smithi129 conmon[41175]: cephadm 2023-12-25T20:40:49.732408+0000 mgr.smithi080.aipsvo (mgr.14180) 1305 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi129.vcqqid on smithi129 2023-12-25T20:40:50.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:50 smithi129 conmon[41175]: cluster 2023-12-25T20:40:50.721649+0000 mon.smithi080 (mon.0) 776 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T20:40:50.997 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:50 smithi129 conmon[41175]: cluster 2023-12-25T20:40:50.721676+0000 mon.smithi080 (mon.0) 777 : cluster [INF] Cluster is now healthy 2023-12-25T20:40:51.012 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:50 smithi080 conmon[36722]: audit 2023-12-25T20:40:49.557791+0000 mgr.smithi080.aipsvo ( 2023-12-25T20:40:51.013 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:50 smithi080 conmon[36722]: mgr.14180) 1303 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T20:40:51.013 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:50 smithi080 conmon[36722]: cluster 2023-12-25T20:40:49.723976+0000 mgr.smithi080.aipsvo (mgr.14180) 1304 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T20:40:51.013 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:50 smithi080 conmon[36722]: cephadm 2023-12-25T20:40:49.732408+0000 mgr.smithi080.aipsvo (mgr.14180) 1305 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi129.vcqqid on smithi129 2023-12-25T20:40:51.013 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:50 smithi080 conmon[36722]: cluster 2023-12-25T20:40:50.721649+0000 mon.smithi080 (mon.0) 776 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T20:40:51.013 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:50 smithi080 conmon[36722]: cluster 2023-12-25T20:40:50.721676+0000 mon.smithi080 (mon.0) 777 : cluster [INF] Cluster is now healthy 2023-12-25T20:40:51.013 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:50 smithi080 bash[240547]: Error: no container with name or ID ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-mon.smithi080 found: no such container 2023-12-25T20:40:51.013 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:51 smithi080 conmon[36722]: debug 2023-12-25T20:40:51.004+0000 7f6998b16700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi080 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-25T20:40:51.014 INFO:journalctl@ceph.mon.smithi080.smithi080.stdout:Dec 25 20:40:51 smithi080 conmon[36722]: debug 2023-12-25T20:40:51.004+0000 7f6998b16700 -1 mon.smithi080@0(leader) e2 *** Got Signal Terminated *** 2023-12-25T20:40:51.874 DEBUG:teuthology.orchestra.run.smithi080:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@mon.smithi080.service' 2023-12-25T20:40:51.938 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T20:40:51.938 INFO:tasks.cephadm.mon.smithi080:Stopped mon.smithi080 2023-12-25T20:40:51.939 INFO:tasks.cephadm.mon.smithi129:Stopping mon.smithi129... 2023-12-25T20:40:51.939 DEBUG:teuthology.orchestra.run.smithi129:> sudo systemctl stop ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@mon.smithi129 2023-12-25T20:40:52.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:51 smithi129 systemd[1]: Stopping Ceph mon.smithi129 for d1fa5dae-a361-11ee-95a5-87774f69a715... 2023-12-25T20:40:52.247 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:52 smithi129 bash[71631]: Error: no container with name or ID ceph-d1fa5dae-a361-11ee-95a5-87774f69a715-mon.smithi129 found: no such container 2023-12-25T20:40:52.746 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:52 smithi129 conmon[41175]: debug 2023-12-25T20:40:52.283+0000 7f1474c39700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi129 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-25T20:40:52.747 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Dec 25 20:40:52 smithi129 conmon[41175]: debug 2023-12-25T20:40:52.283+0000 7f1474c39700 -1 mon.smithi129@1(peon) e2 *** Got Signal Terminated *** 2023-12-25T20:40:53.112 DEBUG:teuthology.orchestra.run.smithi129:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d1fa5dae-a361-11ee-95a5-87774f69a715@mon.smithi129.service' 2023-12-25T20:40:53.162 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T20:40:53.162 INFO:tasks.cephadm.mon.smithi129:Stopped mon.smithi129 2023-12-25T20:40:53.163 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-25T20:41:52.219 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-25T20:44:17.712 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:44:17.751 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T20:44:17.781 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-25T20:44:17.783 DEBUG:teuthology.misc:Transferring archived files from smithi080:/var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500895/remote/ubuntu@smithi080.front.sepia.ceph.com/crash 2023-12-25T20:44:17.784 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/crash -- . 2023-12-25T20:44:17.914 INFO:teuthology.orchestra.run.smithi080.stderr:tar: /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-25T20:44:17.914 INFO:teuthology.orchestra.run.smithi080.stderr:tar: Error is not recoverable: exiting now 2023-12-25T20:44:17.916 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500895/remote/ubuntu@smithi129.front.sepia.ceph.com/crash 2023-12-25T20:44:17.917 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/crash -- . 2023-12-25T20:44:17.957 INFO:teuthology.orchestra.run.smithi129.stderr:tar: /var/lib/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-25T20:44:17.958 INFO:teuthology.orchestra.run.smithi129.stderr:tar: Error is not recoverable: exiting now 2023-12-25T20:44:17.958 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-25T20:44:17.959 DEBUG:teuthology.orchestra.run.smithi080:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-25T20:44:17.991 INFO:teuthology.orchestra.run.smithi080.stderr:grep: /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-25T20:44:17.992 INFO:tasks.cephadm:Compressing logs... 2023-12-25T20:44:17.992 DEBUG:teuthology.orchestra.run.smithi080:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-25T20:44:18.036 DEBUG:teuthology.orchestra.run.smithi129:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-25T20:44:18.063 INFO:teuthology.orchestra.run.smithi129.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-25T20:44:18.063 INFO:teuthology.orchestra.run.smithi129.stderr:: No such file or directory 2023-12-25T20:44:18.064 INFO:teuthology.orchestra.run.smithi129.stderr:gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-client.rgw.foo.smithi129.vszjcm.log 2023-12-25T20:44:18.064 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-mon.smithi129.log 2023-12-25T20:44:18.064 INFO:teuthology.orchestra.run.smithi129.stderr:gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-mgr.smithi129.rnvyry.log 2023-12-25T20:44:18.064 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-client.rgw.foo.smithi129.vszjcm.log: /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-mon.smithi129.log: gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-25T20:44:18.064 INFO:teuthology.orchestra.run.smithi129.stderr: 63.4% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-client.rgw.foo.smithi129.vszjcm.log.gz 2023-12-25T20:44:18.065 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-mgr.smithi129.rnvyry.log: gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-25T20:44:18.067 INFO:teuthology.orchestra.run.smithi080.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-25T20:44:18.067 INFO:teuthology.orchestra.run.smithi080.stderr:: No such file or directory 2023-12-25T20:44:18.067 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-25T20:44:18.067 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-client.rgw.foo.smithi080.rttsqk.log 2023-12-25T20:44:18.067 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-mon.smithi080.log 2023-12-25T20:44:18.067 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.5.log: /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-client.rgw.foo.smithi080.rttsqk.log: gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-client.rgw.foo.smithi080.hvhirm.log 2023-12-25T20:44:18.068 INFO:teuthology.orchestra.run.smithi080.stderr: 76.0% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-client.rgw.foo.smithi080.rttsqk.log.gz 2023-12-25T20:44:18.068 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-mon.smithi080.log: gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-25T20:44:18.068 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-client.rgw.foo.smithi080.hvhirm.log: gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.1.log 58.8% 2023-12-25T20:44:18.068 INFO:teuthology.orchestra.run.smithi080.stderr: -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-client.rgw.foo.smithi080.hvhirm.log.gz 2023-12-25T20:44:18.068 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-25T20:44:18.068 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.7.log: /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-25T20:44:18.073 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.3.log: /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-volume.log: 92.6% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-25T20:44:18.073 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-mgr.smithi080.aipsvo.log 2023-12-25T20:44:18.074 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-25T20:44:18.074 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-25T20:44:18.074 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.0.log: /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-client.rgw.foo.smithi129.twwptm.log 2023-12-25T20:44:18.074 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-client.rgw.foo.smithi129.twwptm.log: 76.1% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-client.rgw.foo.smithi129.twwptm.log.gz 2023-12-25T20:44:18.075 INFO:teuthology.orchestra.run.smithi129.stderr:gzip -5 --verbose -- /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-25T20:44:18.075 INFO:teuthology.orchestra.run.smithi129.stderr: 92.5% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-25T20:44:18.075 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.4.log: 93.4% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-mgr.smithi129.rnvyry.log.gz 2023-12-25T20:44:18.075 INFO:teuthology.orchestra.run.smithi129.stderr: 94.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T20:44:18.088 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-mgr.smithi080.aipsvo.log: 93.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T20:44:18.363 INFO:teuthology.orchestra.run.smithi080.stderr: 90.1% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-mgr.smithi080.aipsvo.log.gz 2023-12-25T20:44:18.430 INFO:teuthology.orchestra.run.smithi129.stderr: 92.7% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-mon.smithi129.log.gz 2023-12-25T20:44:18.702 INFO:teuthology.orchestra.run.smithi129.stderr: 93.3% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-25T20:44:18.898 INFO:teuthology.orchestra.run.smithi080.stderr: 93.2% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-25T20:44:18.941 INFO:teuthology.orchestra.run.smithi080.stderr: 93.3% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-25T20:44:18.960 INFO:teuthology.orchestra.run.smithi129.stderr: 93.2% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-25T20:44:18.976 INFO:teuthology.orchestra.run.smithi129.stderr: 93.2% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-25T20:44:19.070 INFO:teuthology.orchestra.run.smithi129.stderr: 93.1% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-25T20:44:19.072 INFO:teuthology.orchestra.run.smithi129.stderr: 2023-12-25T20:44:19.072 INFO:teuthology.orchestra.run.smithi129.stderr:real 0m1.008s 2023-12-25T20:44:19.072 INFO:teuthology.orchestra.run.smithi129.stderr:user 0m3.683s 2023-12-25T20:44:19.072 INFO:teuthology.orchestra.run.smithi129.stderr:sys 0m0.156s 2023-12-25T20:44:19.076 INFO:teuthology.orchestra.run.smithi080.stderr: 93.3% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-25T20:44:19.086 INFO:teuthology.orchestra.run.smithi080.stderr: 90.3% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-mon.smithi080.log.gz 2023-12-25T20:44:19.209 INFO:teuthology.orchestra.run.smithi080.stderr: 93.5% -- replaced with /var/log/ceph/d1fa5dae-a361-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-25T20:44:19.211 INFO:teuthology.orchestra.run.smithi080.stderr: 2023-12-25T20:44:19.211 INFO:teuthology.orchestra.run.smithi080.stderr:real 0m1.158s 2023-12-25T20:44:19.211 INFO:teuthology.orchestra.run.smithi080.stderr:user 0m5.019s 2023-12-25T20:44:19.211 INFO:teuthology.orchestra.run.smithi080.stderr:sys 0m0.201s 2023-12-25T20:44:19.211 INFO:tasks.cephadm:Archiving logs... 2023-12-25T20:44:19.212 DEBUG:teuthology.misc:Transferring archived files from smithi080:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500895/remote/ubuntu@smithi080.front.sepia.ceph.com/log 2023-12-25T20:44:19.271 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T20:44:20.609 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500895/remote/ubuntu@smithi129.front.sepia.ceph.com/log 2023-12-25T20:44:20.610 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T20:44:21.187 INFO:tasks.cephadm:Removing cluster... 2023-12-25T20:44:21.188 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 --force 2023-12-25T20:44:21.633 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d1fa5dae-a361-11ee-95a5-87774f69a715 --force 2023-12-25T20:44:22.074 INFO:tasks.cephadm:Removing cephadm ... 2023-12-25T20:44:22.075 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T20:44:22.093 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T20:44:22.110 INFO:tasks.cephadm:Teardown complete 2023-12-25T20:44:22.111 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-25T20:44:22.121 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi080:/dev/vg_nvme/lv_1... 2023-12-25T20:44:22.121 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme disconnect -n lv_1 2023-12-25T20:44:22.258 INFO:teuthology.orchestra.run.smithi080.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-25T20:44:22.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:44:22.260 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi080:/dev/vg_nvme/lv_2... 2023-12-25T20:44:22.260 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme disconnect -n lv_2 2023-12-25T20:44:22.386 INFO:teuthology.orchestra.run.smithi080.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-25T20:44:22.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:44:22.388 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi080:/dev/vg_nvme/lv_3... 2023-12-25T20:44:22.388 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme disconnect -n lv_3 2023-12-25T20:44:22.523 INFO:teuthology.orchestra.run.smithi080.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-25T20:44:22.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:44:22.525 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi080:/dev/vg_nvme/lv_4... 2023-12-25T20:44:22.525 DEBUG:teuthology.orchestra.run.smithi080:> sudo nvme disconnect -n lv_4 2023-12-25T20:44:22.663 INFO:teuthology.orchestra.run.smithi080.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-25T20:44:22.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:44:22.665 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-25T20:44:22.665 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/scratch_devs 2023-12-25T20:44:22.692 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_1... 2023-12-25T20:44:22.692 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_1 2023-12-25T20:44:22.820 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-25T20:44:22.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:44:22.822 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_2... 2023-12-25T20:44:22.822 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_2 2023-12-25T20:44:22.962 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-25T20:44:22.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:44:22.964 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_3... 2023-12-25T20:44:22.964 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_3 2023-12-25T20:44:23.086 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-25T20:44:23.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:44:23.088 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_4... 2023-12-25T20:44:23.088 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_4 2023-12-25T20:44:23.212 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-25T20:44:23.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:44:23.215 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2023-12-25T20:44:23.215 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/scratch_devs 2023-12-25T20:44:23.241 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-25T20:44:23.252 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-25T20:44:23.252 DEBUG:teuthology.orchestra.run.smithi080:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T20:44:23.255 DEBUG:teuthology.orchestra.run.smithi129:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T20:44:23.269 INFO:teuthology.orchestra.run.smithi080.stderr:bash: ntpq: command not found 2023-12-25T20:44:23.274 INFO:teuthology.orchestra.run.smithi080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T20:44:23.274 INFO:teuthology.orchestra.run.smithi080.stdout:=============================================================================== 2023-12-25T20:44:23.274 INFO:teuthology.orchestra.run.smithi080.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 109 +448us[ +448us] +/- 70ms 2023-12-25T20:44:23.274 INFO:teuthology.orchestra.run.smithi080.stdout:^* hv02.front.sepia.ceph.com 3 8 377 171 +258us[ +324us] +/- 61ms 2023-12-25T20:44:23.274 INFO:teuthology.orchestra.run.smithi080.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 39 -792us[ -792us] +/- 81ms 2023-12-25T20:44:23.274 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:44:23.297 INFO:teuthology.orchestra.run.smithi129.stderr:bash: ntpq: command not found 2023-12-25T20:44:23.301 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-25T20:44:23.302 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2023-12-25T20:44:23.302 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 103 +454us[ +455us] +/- 70ms 2023-12-25T20:44:23.302 INFO:teuthology.orchestra.run.smithi129.stdout:^* hv02.front.sepia.ceph.com 3 6 377 39 +230us[ +231us] +/- 63ms 2023-12-25T20:44:23.302 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 38 -745us[ -745us] +/- 81ms 2023-12-25T20:44:23.302 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-25T20:44:23.303 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-25T20:44:23.313 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-25T20:44:23.314 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-25T20:44:23.353 DEBUG:teuthology.orchestra.run.smithi080:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-25T20:44:23.420 DEBUG:teuthology.orchestra.run.smithi129:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-25T20:44:23.476 DEBUG:teuthology.orchestra.run.smithi080:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-25T20:44:23.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:44:23.506 DEBUG:teuthology.orchestra.run.smithi129:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-25T20:44:23.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:44:23.535 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-25T20:44:23.545 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-25T20:44:23.571 INFO:teuthology.task.internal:Duration was 2442.778510 seconds 2023-12-25T20:44:23.572 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-25T20:44:23.620 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-25T20:44:23.620 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T20:44:23.623 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T20:44:23.668 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T20:44:23.669 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-25T20:44:24.036 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-25T20:44:24.037 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi080.front.sepia.ceph.com 2023-12-25T20:44:24.037 DEBUG:teuthology.orchestra.run.smithi080:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-25T20:44:24.059 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi129.front.sepia.ceph.com 2023-12-25T20:44:24.059 DEBUG:teuthology.orchestra.run.smithi129:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-25T20:44:24.081 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-25T20:44:24.081 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T20:44:24.102 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T20:44:24.172 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-25T20:44:24.173 DEBUG:teuthology.orchestra.run.smithi080:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T20:44:24.175 DEBUG:teuthology.orchestra.run.smithi129:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T20:44:24.316 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-25T20:44:24.328 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-25T20:44:24.329 DEBUG:teuthology.orchestra.run.smithi080:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T20:44:24.356 DEBUG:teuthology.orchestra.run.smithi129:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T20:44:24.383 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-25T20:44:24.397 DEBUG:teuthology.orchestra.run.smithi080:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-25T20:44:24.399 DEBUG:teuthology.orchestra.run.smithi129:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-25T20:44:24.423 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = core 2023-12-25T20:44:24.450 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = core 2023-12-25T20:44:24.471 DEBUG:teuthology.orchestra.run.smithi080:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T20:44:24.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:44:24.518 DEBUG:teuthology.orchestra.run.smithi129:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T20:44:24.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T20:44:24.534 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-25T20:44:24.544 INFO:teuthology.task.internal:Transferring archived files... 2023-12-25T20:44:24.545 DEBUG:teuthology.misc:Transferring archived files from smithi080:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500895/remote/smithi080 2023-12-25T20:44:24.546 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T20:44:24.600 DEBUG:teuthology.misc:Transferring archived files from smithi129:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500895/remote/smithi129 2023-12-25T20:44:24.601 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T20:44:24.637 INFO:teuthology.task.internal:Removing archive directory... 2023-12-25T20:44:24.637 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T20:44:24.640 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T20:44:24.688 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-25T20:44:24.701 INFO:teuthology.task.internal:Not uploading archives. 2023-12-25T20:44:24.701 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-25T20:44:24.721 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-25T20:44:24.721 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T20:44:24.724 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T20:44:24.738 INFO:teuthology.orchestra.run.smithi080.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 20:44 /home/ubuntu/cephtest 2023-12-25T20:44:24.745 INFO:teuthology.orchestra.run.smithi129.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 20:44 /home/ubuntu/cephtest 2023-12-25T20:44:24.746 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-25T20:44:24.772 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-25T20:44:24.946 INFO:teuthology.nuke:Checking targets against current locks 2023-12-25T20:44:24.976 DEBUG:teuthology.nuke:shortname: smithi080 2023-12-25T20:44:24.977 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T20:44:25.000 DEBUG:teuthology.nuke:shortname: smithi129 2023-12-25T20:44:25.000 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T20:44:25.003 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500895', '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': '2023-12-25 19:58:17.839257', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPgbWjNU0WKlH2mFB2bKcazw3eue1+/30EWX0hO+3Cp4VZUSWvm7ZrW7GRbvD7ZhgA6JmzKYWDDfqsXDTviNybw='} 2023-12-25T20:44:25.024 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7500895', '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': '2023-12-25 19:58:17.840176', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLaMck1AFBmLVmx4R87HFdxntP3TayTvKpKxxpUoo2TEro9O5FgcTTsCDotfBLCbrVn4FDTv1yugf6wY0rMY9zw='} 2023-12-25T20:44:25.057 INFO:teuthology.orchestra.console.smithi080:Power off 2023-12-25T20:44:25.057 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T20:44:25.083 DEBUG:teuthology.orchestra.console.smithi080:power off output: Chassis Power Control: Down/Off 2023-12-25T20:44:25.083 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:44:25.108 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2023-12-25T20:44:25.136 INFO:teuthology.orchestra.console.smithi129:Power off 2023-12-25T20:44:25.137 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T20:44:25.162 DEBUG:teuthology.orchestra.console.smithi129:power off output: Chassis Power Control: Down/Off 2023-12-25T20:44:25.162 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:44:25.185 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2023-12-25T20:44:29.109 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:44:29.187 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:44:29.219 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2023-12-25T20:44:29.298 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2023-12-25T20:44:33.221 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:44:33.299 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T20:44:33.333 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is off 2023-12-25T20:44:33.411 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is off 2023-12-25T20:44:33.435 INFO:teuthology.orchestra.console.smithi080:Power off completed 2023-12-25T20:44:33.512 INFO:teuthology.orchestra.console.smithi129:Power off completed 2023-12-25T20:44:33.617 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: 2442.7785103321075 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=109db82c417440438e1405516b89d694 status: fail success: false 2023-12-25T20:44:33.620 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T20:44:33.707 INFO:teuthology.run:FAIL